Re: Coding Relic: Listing Processes with libproc - http://codingrelic.geekhold.com/2011...
"Those routines are definitely in libprocps. Linking to it should be sufficient: cc -o myprogram myprogram.c -lprocps To me it sounds like -lprocps is either not being passed to the compiler or is failing to find the library you installed." - DGentry