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 :)
No comments:
Post a Comment