Not sure if this is the right place, if not what group would be more appropriate,

I'm attempting to create our own SSH build using OpenSSL9.7.b. I've downloaded both the source and the binaries and have noticed some differences between my compile and an already prepared package.

The lib directory from a prepackaged binary has the following directory structure and files


-rw-r--r--   1 bin      bin      1943752 Apr 17 06:28 libcrypto.a
lrwxrwxrwx   1 root     other         14 Sep  3 08:10 libcrypto.so -> libcrypto.so.0
lrwxrwxrwx   1 root     other         18 Sep  3 08:10 libcrypto.so.0 -> libcrypto.so.0.9.7
-r-xr-xr-x   1 bin      bin      1680952 Apr  5 04:50 libcrypto.so.0.9.6
-r-xr-xr-x   1 bin      bin      1329284 Apr 17 06:28 libcrypto.so.0.9.7
-rw-r--r--   1 bin      bin       301916 Apr 17 06:28 libssl.a
lrwxrwxrwx   1 root     other         11 Sep  3 08:10 libssl.so -> libssl.so.0
lrwxrwxrwx   1 root     other         15 Sep  3 08:10 libssl.so.0 -> libssl.so.0.9.7
-r-xr-xr-x   1 bin      bin       916148 Apr  5 04:51 libssl.so.0.9.6
-r-xr-xr-x   1 bin      bin       236832 Apr 17 06:28 libssl.so.0.9.7
drwxr-xr-x   2 bin      bin          512 Aug 28 07:36 pkgconfig

My compiled version of SSL has the following directory structure


-rw-r--r--   1 root     other    1857536 Sep  3 08:00 libcrypto.a
-rw-r--r--   1 root     other     297588 Sep  3 08:00 libssl.a


As you can tell I seem to be missing all of the libcrypto files. Was wondering were they went.

Steps taken to compile. - Solaris 8-gcc

./Configure threads zlib-dynamic Solaris-8-gcc

make (seems to run fine but have noticed alot of echo's saying don't worry.)
make test (runs fine)
make install        installs files to appropriate locations and apprears to be running okay.

When attempting to install OpenSSH with OpenSSL it tells me can't find libcrypto..........  

What am I doing wrong. How can I get these libraries to be there permantently. Also will need to be able to package and redistibute without 2-3 seperate installs.
Daniel Mulrooney
Senior System Analyst
Lab Management Group, DTS
4881 Yonge Street
Toronto, Ontario
M2N 5E3
Office:  (416) 549-6752
Pager:  (416) 370-4782
Email: [EMAIL PROTECTED]

Reply via email to