12 Feb
2005
12 Feb
'05
12:01 p.m.
I didn't run ldconfig... DOH ! I installed it via rpms anyway. On Fri, 2005-02-11 at 12:29 +0300, Sheplyakov Alexei wrote:
Just do what `configure' said:
check your /etc/ld.so.conf (add /usr/local/lib if necessary), and run
ldconfig -v
as root
OR
set LD_LIBRARY_PATH and/or LDFLAGS environment variables, like this:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH export LDFLAGS="-Wl,--rpath=/usr/local/lib" ./configure --blah-blah-blah
-- Kim Lux, Diesel Research Inc.