Tracker item #3009522, was opened at 2010-05-31 08:37
Message generated for change (Settings changed) made by mvanzin
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: Closed
>Resolution: Out of Date
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
----------------------------------------------------------------------
>Comment By: Marcelo Vanzin (mvanzin)
Date: 2010-12-15 11:20
Message:
You didn't specify the version, but we added detection of libproc 3.2.8 a
while ago.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3009522&group_id=204462
|