libcrypto.so and libgcc_s.so.1 not found

2001-11-30 Thread Fish Flowers

Hello,

So, I'm a relatively clueless desktop support type, who somehow has ended
up trying to build and secure a Solaris 8 box. Woe is me, most especially
because I can't seem to get OpenSSH to #$@! configure.

I think the problem is with my OpenSSL install, and here's why: When I run
configure in the OpenSSH (3.0.1p1) source directory, it bombs out,
apparently when trying to find either A) libgcc_s.so.1, or
B) libcrypto.so -- it reports that it can't find a working OpenSSL
directory.

I have what appears to be a good OpenSSL installation, though -- is there
something I'm missing? Have I installed the wrong thing? Here are the
details of the system and existing software, for those who care:

Sun Ultra 60 running Solaris 8
gnu bc-1.06
gnu make-3.79.1
gnu gcc-2.95
openssl-0.9.6b
*openssh-3.0.1p1

[*] if only...

I've installed all of these from source. Can't even get to make on the
OpenSSH install, though. Very frustrating. Can't find any documentation
anywhere which addresses this problem. Please help. So confused...

Fish.


__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: libcrypto.so and libgcc_s.so.1 not found

2001-11-30 Thread Richard Levitte - VMS Whacker

From: Fish Flowers [EMAIL PROTECTED]

fish So, I'm a relatively clueless desktop support type, who somehow has ended
fish up trying to build and secure a Solaris 8 box. Woe is me, most especially
fish because I can't seem to get OpenSSH to #$@! configure.
fish 
fish I think the problem is with my OpenSSL install, and here's why: When I run
fish configure in the OpenSSH (3.0.1p1) source directory, it bombs out,
fish apparently when trying to find either A) libgcc_s.so.1, or
fish B) libcrypto.so -- it reports that it can't find a working OpenSSL
fish directory.

So, did you tell the OpenSSL configuratino script any specific place
where it should be installed?  If not, it's most probably installed in
/usr/local/ssl.  Then, if the OpenSSH configuration script can't
figure it out, I'm pretty sure it has some options which you can use
to tell it where to look.  The following might help you find out what
those options are:

  ./configure --help

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-733-72 88 11
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus: http://www.gemplus.com/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]