Link to home
Start Free TrialLog in
Avatar of Mike R.
Mike R.

asked on

azy question: Cannot find libssl.so.0.9.7

I know this is a lazy question, but I am too tired to keep searching on the web... :-)

System = SunOS sacnfsb 5.9 Generic_117171-07 sun4u sparc SUNW,Sun-Fire-V440

I have just installed apache 2.0.53 from "apache-2.0.53-sol9-sparc-local", as well as "openssl-0.9.7g" from the opensource tar built with "--prefix=/usr/local/openssl0.9.7".

When I try to start apache, I get a ...
ld.so.1: /usr/local/apache2/bin/httpd: fatal: libssl.so.0.9.7: open failed: No such file or directory
Killed
...error message.  The lib is nowhere under the "/usr/local/openssl0.9.7" dir, nor can I seem to find it anywhere else.

Where is this file, how do I get it on my system, and why did it not install with openssl as expected!?

Thanks a million!
M
ASKER CERTIFIED SOLUTION
Avatar of yuzh
yuzh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yuzh
yuzh

Why not download the apache 2.0.53  binary package from:
http://sunfreeware.com/

It has SSL enable, just make sure you doneload all the dependencies packages.

also have a look at Steven's installation notes (it also apply to apache 2.x):
http://www.sunfreeware.com/apache.html

Avatar of Mike R.

ASKER

Sorry, I should ave been more clear :-)

I installed apache2.0.53
...AND...
OpenSSL 0.9.7

OpenSSL was compiled into "--prefix=/usr/local/openssl0.9.7"
Apache went into its default dir because it was a solaris pre-built package.

The file "libssl.so.0.9.7" appears nowehere in "/usr/local/openssl0.9.7" nor (that I can find) anywhere else on the system.)

Thanks!
M
Avatar of Mike R.

ASKER

P.S.  The only thing in my /usr/local/ssl0.9.7/lib directory is ...
-rw-r--r--   1 root     other    2019008 Apr 25 20:12 libcrypto.a
-rw-r--r--   1 root     other     303228 Apr 25 20:12 libssl.a
drwxrwxr-x   2 root     other        512 Apr 25 19:47 pkgconfig

Have you try to reinstall openssl or just download it from http://sunfreeware.com/  ?
Avatar of Mike R.

ASKER

Oh...sorry.  I gave the points to yuzh, but apprently forgot to post the associated message.  I am not sure what was wrong with the compile I downloaded, but I got one from Sunfreeware, and it installed the rest of the files.

Thanks for the help though :-)
M