Guys,
It seems you have enabled the SSL option during configuring the package. Please either resolve that dependency or disable the SSL option.
Example (configuring neon, needed to install svn) :
With SSL :
--------
cd ../neon
./configure --enable-shared --prefix=$HOME \
--with-libs=$HOME --with-ssl
--------
Without SSL :
--------
cd ../neon
./configure --enable-shared --prefix=$HOME \
--with-libs=$HOME
--------
try :)
Thursday, 6 January 2011
configure: error: could not find library containing RSA_new
Posted on 04:03 by Unknown
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment