Tracker item #3009522, was opened at 2010-05-31 15:37
Message generated for change (Tracker Item Submitted) made by vbadziong
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3009522&group_id=204462

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libraries
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Volker Badziong (vbadziong)
Assigned to: Nobody/Anonymous (nobody)
Summary: fedora13: configure error: libproc not found (lib64/3.2.8)

Initial Comment:
Hello,

trying to run ./configure on fedora 13 x64 yields the following error message:

...
checking for ecvt... yes
checking for fcvt... yes
checking for pthread_mutex_init in -lpthread... yes
checking for getstat in -lproc... no
checking for getstat in -lproc-3.2.7... no
configure: error: libproc not found. Please configure without procps (using 
--without-procps) or install procps - http://procps.sourceforge.net

....although "libproc-3.2.8.so" is installed below /lib64/.

Adding the following symbolic link fixes the issue, ./configure works 
afterwards...

# ln -s /lib64/libproc-3.2.8.so /lib/libproc.so


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3009522&group_id=204462

------------------------------------------------------------------------------

_______________________________________________
open-vm-tools-devel mailing list
open-vm-tools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel

Reply via email to