View Single Post

   
  #3 (permalink)  
Old 01-12-2008, 06:17 AM
Sameer
 
Posts: n/a
Default Re: problems compiling OpenSSL


"Christian" <cgregoir99@yahoo.com> wrote in message
news:bvoa1h$hfc$1@reader1.imaginet.fr...
> Those symbols are defined in libsocket.so, which should be specified to

the
> link command. I guess this should be taken care of by the configure

script.
> But you might try modify the Makefile like :
>
> .....
> e.o ocsp.o -L.. -lssl -L.. -lcrypto -lsocket ; \
>
> Hope this helps.
>
>
>
>


i was reading a bit more and someone stated that rsaref-2.0 was outdated and
to rely on the current version of OpenSSL's generic rsa abilities. if i
ignore the rsaref portion, will things "break"?


Reply With Quote