The Wizkid <[EMAIL PROTECTED]> writes: > Opps, I forgot some stuff > Use this on the make command > > > LIBS=" -L/opt/local/lib -lssl -lcrypto " \ > INCLUDES=" -I/opt/local/include " \ > make > > string I'm using is:
A locate libssl shows it to be in /usr/local/openssl/lib libcrypto looks to be in /usr/local/lib. What should I set the LIBS line to in this case ? I've just tried " -L/usr/local/openssl/lib \ -L/usr/local/lib -l libssl -lcrypto" with no luck. > env SSL_BASE="/opt/local" \ > CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \ > LIBS=" -L/opt/local/lib -lssl -lcrypto " \ > INCLUDES=" -I/opt/local/include " \ > OPTIM="-O2" make > > You need this if Perl and Apache is compiled with the bigfiles option. How can I find out if perl was configured with the bigfiles option? Is there anyway to see these if I don't have the original config files from the source directory ? I've tried the above without the LARGEFILE stuff, but still no luck :( I'll try some more in the morning. Thanks for that :) -- - Wayne Pascoe | 'tis far easier to get forgiveness than [EMAIL PROTECTED] | it is to get permission - probably someone http://www.molemanarmy.com | famous, but more often, my Dad. |