There is software I’m installing for SAP HANA and I learn I need to update libssl and libcrypto before I do the install. Do you know where I can find libssl.so.0.9.8e and libcrypto.so.0.9.8e and how do I install these components?
There is software I’m installing for SAP HANA and I learn I need to
update libssl and libcrypto before I do the install. Do you know where
I can find libssl.so.0.9.8e and libcrypto.so.0.9.8e and how do I install
these components?[/color]
Are you using “regular” SUSE Linux Enterprise Server (SLES) or
SLES for SAP Applications? Whichever it is which release and
service pack (SP)? Please post the output from “cat
/etc/*release”.
[QUOTE=smflood;35095]william1 Wrote in message:
[color=blue]
There is software I’m installing for SAP HANA and I learn I need to
update libssl and libcrypto before I do the install. Do you know where
I can find libssl.so.0.9.8e and libcrypto.so.0.9.8e and how do I install
these components?[/color]
Are you using “regular” SUSE Linux Enterprise Server (SLES) or
SLES for SAP Applications? Whichever it is which release and
service pack (SP)? Please post the output from “cat
/etc/*release”.
NAME=“SLES”
VERSION=“11.4”
VERSION_ID=“11.4”
PRETTY_NAME=“SUSE Linux Enterprise Server 11 SP4”
ID=“sles”
ANSI_COLOR=“0;32”
CPE_NAME=“cpe:/o:suse:sles:11:4”
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 4
Normally you’d just get it from a software repository; this is not a
special package, and should be part of the system by default. For
example, run this command:
sudo zypper in libopenssl0_9_8
–
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…
[QUOTE=ab;35109]Normally you’d just get it from a software repository; this is not a
special package, and should be part of the system by default. For
example, run this command:
sudo zypper in libopenssl0_9_8
–
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…[/QUOTE]
Thanks this did work. Do you know how to update libcrypto to libcrypto.so.0.9.8e as well?