LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   probs installing openssl-0.9.7 (https://www.linuxquestions.org/questions/linux-software-2/probs-installing-openssl-0-9-7-a-61954/)

Sammy2ooo 05-26-2003 04:56 PM

probs installing openssl-0.9.7
 
Hi everybody

i am trying to install the openssl package but getting errors while running ./configure this are the last few lines..

Quote:

krb5_asn.h => ../../include/openssl/krb5_asn.h [File exists]
make[2]: Leaving directory `/root/downloads/openssl-0.9.7/crypto/krb5'
make[1]: Leaving directory `/root/downloads/openssl-0.9.7/crypto'
making links in ssl...
make[1]: Entering directory `/root/downloads/openssl-0.9.7/ssl'
Makefile => Makefile.ssl
ssl.h => ../include/openssl/ssl.h [File exists]
ssl2.h => ../include/openssl/ssl2.h [File exists]
ssl3.h => ../include/openssl/ssl3.h [File exists]
ssl23.h => ../include/openssl/ssl23.h [File exists]
tls1.h => ../include/openssl/tls1.h [File exists]
kssl.h => ../include/openssl/kssl.h [File exists]
ssltest.c => ../test/ssltest.c [File exists]
make[1]: Leaving directory `/root/downloads/openssl-0.9.7/ssl'
making links in apps...
make[1]: Entering directory `/root/downloads/openssl-0.9.7/apps'
Makefile => Makefile.ssl
make[1]: Leaving directory `/root/downloads/openssl-0.9.7/apps'
making links in test...
make[1]: Entering directory `/root/downloads/openssl-0.9.7/test'
Makefile => Makefile.ssl
make[1]: Leaving directory `/root/downloads/openssl-0.9.7/test'
making links in tools...
make[1]: Entering directory `/root/downloads/openssl-0.9.7/tools'
Makefile => Makefile.ssl
make[1]: Leaving directory `/root/downloads/openssl-0.9.7/tools'
generating dummy tests (if needed)...
make[1]: Entering directory `/root/downloads/openssl-0.9.7/test'
make[1]: Nothing to be done for `generate'.
make[1]: Leaving directory `/root/downloads/openssl-0.9.7/test'
this messages doesnt tell me what was going wrong...
what can i do? i have also downloaded the rpm package the installation finishes with

Quote:

argol:~/downloads/openssl-0.9.7 # rpm -ivh openssl-0.9.7a-5.i386.rpm
error: failed dependencies:
libc.so.6(GLIBC_2.3) is needed by openssl-0.9.7a-5
libcom_err.so.3 is needed by openssl-0.9.7a-5
libgssapi_krb5.so.2 is needed by openssl-0.9.7a-5
libk5crypto.so.3 is needed by openssl-0.9.7a-5
libkrb5.so.3 is needed by openssl-0.9.7a-5
argol:~/downloads/openssl-0.9.7 #
but i have installed this packages... all this crypto things confuses me. I would be happy if someone could help...

Btw i am running suse 7.3

Friendly Regards

Sam

unSpawn 05-26-2003 05:17 PM

Hmm. Wrt the tarball, as long as it doesn't halt with an error, just run "make" after configure is finished and see where you end up. Btw, it's a good idea NOT to compile stuff when logged in as root.

For the rpm's I can only see it wants you to upgrade your Glibc and Kerberos and Kerberos-gssapi and another two rpms..
Satisfying those dependencies shouldn't be hard, unless you got some reason to stick with older versions.

mcleodnine 05-26-2003 05:18 PM

<nag> Building as root user are we? tsk. </nag>

It doesn't look to me like anything went wrong with the ./config of the source you are using. All you need to do is make and make install. If you did the default config script then you will find that the openssl binary will be tossed in with the rest of the stuff in /usr/local/ssl - not quite in a useable path for most folks. Your distro probably has 'openssl' in /usr/bin'. You may want to rebuild it like this;
Code:

make distclean
./Configure linux-elf --prefix=/usr --openssldir=/usr/local/ssl no-threads shared



All times are GMT -5. The time now is 04:49 PM.