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

openssl-users is probably more appropriate than this development list,
but...

> -rw-r--r--   1 bin  bin  1943752 Apr 17 06:28 libcrypto.a
> -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
> -r-xr-xr-x   1 bin  bin   236832 Apr 17 06:28 libssl.so.0.9.7
>
> 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.
<SNIP>
> What am I doing wrong. How can I get these libraries to be there
> permantently.

My non-expert understanding is you're only missing the shared libs (.so)
everything else is symlinks.  Add "shared" to your ./Configure line.



Thanks for the reply.... what is the email address for the user group. Sorry.

So I managed to get the libraries I was looking for by adding the shared to the ./Configure command. THis create several sym. links to the same files whick is the way I presume it should be working. Now however when I take the package and install it to a clean machine I'm getting file/link not found.

I attempted to launch openssl from the command line in the bin directory and get the following error.

# ./openssl
ld.so.1: ./openssl: fatal: libssl.so.0.9.7: open failed: No such file or directory
Killed

Now the file libssl.so.0.9.7 is there. It's located in the /usr/local/ssl/lib directory. Can anyone lead me in the right direction. Please note I'm not a developer, I'm a sys admin so I don't really understand what I'm doing when it comes to linking libraries and all that's associated.



Reply via email to