From: redflo <wk-...@pe...> - 2007-04-02 19:21:21
|
Aw: libpp_storage_*.so The --disable-shared switch cannot work since perfparse dynamically loads the storage module(s) using dlopen(). Anyway, the warning is printed on every configure run. Usually you can ignore the warning. But if you encounter a error message that perfparse could not find a library, then you have to research where "make install" put these files and either you move them to a folder known by the dynamic linker (e.g. /usr/lib) or you tell your linker where the libs are via /etc/ld.so.conf - don't forget to run ldconfig. Flo |