Re: openssl and rsaref compile problem

2000-07-26 Thread Ricardo Stella
Are you 'quoting' or mistyping ??? Anu Desireddi wrote: > ld: fatal : library -lsaref: not found Is there a file called 'libsaref' ? It should be 'librsaref' ^ You are short an 'r' > ld: fatal : File processin

Re: openssl and rsaref compile problem

2000-07-26 Thread Richard Levitte - VMS Whacker
From: "Anu Desireddi" <[EMAIL PROTECTED]> anu> The rsaref has compiled properly and I have the anu> librsaref.a in the PATH enviroment. The linker doesn't look in $PATH to find libraries. Where it goes looking by default depends a lot on OS and configuration, but a safe bet is /lib and /usr/lib

openssl and rsaref compile problem

2000-07-26 Thread Anu Desireddi
I am trying to install OpenSSL and compile it with rsaref but I am coming across some problems. The rsaref has compiled properly and I have the librsaref.a in the PATH enviroment. When I execute the make in the OpenSSL directory, it says that it cannot find the libary -lsaref. ld: fatal : libra