16 Sep
2010
16 Sep
'10
2:37 a.m.
It's working now using this for compile
CPPFLAGS="-I/usr/local/ssl/include" LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib -R/usr/local/lib -ldl" ./configure --with-ldap --with-ssl
I wanted to use libgcc_s.so.1 found in /usr/local/lib instead of the one found in /usr/sfw/lib/
Thanks everyone!