Hi,

I removed the ssl that came with Solaris10 and then some of the applications 
like pkginfo started giving errors due to missing file libcrypto.so.0.9.7 and 
libssl.so.0.9.7.

With no way left I created two soft links in /usr/sfw/lib which pointed to the 
higher version of the corresponding files in my openssl installation location.

By doing this I got rid of the error that the applications were throwing due to 
missing libcrypto.so.0.9.7 and libssl.so.0.9.7 files and I WAS ABLE TO INSTALL 
LIBSSH2 SUCCESSFULLY TOO :)

Thanks for all the support.

-Asmii



----- Original Message ----
From: Dan Fandrich <[EMAIL PROTECTED]>
To: libssh2-devel@lists.sourceforge.net
Sent: Friday, August 29, 2008 12:30:05 AM
Subject: Re: [libssh2] libssh2 - Fatal Error During Make

On Thu, Aug 28, 2008 at 04:44:48AM -0700, Asimananda Mohanty wrote:
> I already had installed OpenSSL, now I did this for libssh2 :
> 
> ./configure --enable-threads --prefix=/usr/local --with-ssl-dir=/usr/local/ssl
> 
> But still make gives some error. I think configure still doesn't consider the
> installed ssl. should i uninstall the default ssl that comes with solaris 10?
> will it be effective?

It looks like there's a mismatch between the two OpenSSL libraries; libssh2 is
probably using header files from one version and linking to another. 
Completely removing one copy (either one) should make the results more
consistent.

>>> Dan
-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel



      
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Reply via email to