in reply to Re^2: Relocation errors in Crypt::SSLeay in Solaris 10
in thread Relocation errors in Crypt::SSLeay in Solaris 10
Passing it through 'o conf' is probably a better solution - in that it doesn't involve manual editing of any files.LIBS => [q{-lz -L/usr/sfw/lib/64 -lssl -lcrypto -lssl32 -lssleay32 -le +ay32}])
Cheers,export LIBRARY_PATH=$LIBRARY_PATH:/usr/sfw/lib/64
|
|---|