Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problems installing Golden Gate on Ubuntu 16.04

647c935e-46b4-4bac-a859-9c8e880a0f71Jul 7 2020 — edited Jul 9 2020

Getting the following error, even though the files exist. Any help is greatly appreciated!

ubuntu@ip-10-241-101-98:~/golden_gate$ ./ggsci

./ggsci: /usr/lib/libcrypto.so.10: version `libcrypto.so.10' not found (required by /home/ubuntu/golden_gate/libmysqlclient.so.21)

./ggsci: /usr/lib/libssl.so.10: version `libssl.so.10' not found (required by /home/ubuntu/golden_gate/libmysqlclient.so.21)

ubuntu@ip-10-241-101-98:~/golden_gate

ubuntu@ip-10-241-101-98:~/golden_gate$ ls -ltr /usr/lib|egrep "crypto|ssl"|grep so.10

lrwxrwxrwx 1 root root 27 Mar 26 18:33 libcrypto.so.10 -> /usr/local/lib/libcrypto.so

lrwxrwxrwx 1 root root 24 Mar 26 18:33 libssl.so.10 -> /usr/local/lib/libssl.so

lrwxrwxrwx 1 root root 12 Apr 22 06:12 libssl.so.3 -> libssl.so.10

lrwxrwxrwx 1 root root 15 Apr 22 06:12 libcrypto.so.3 -> libcrypto.so.10

ubuntu@ip-10-241-101-98:~/golden_gate$

$

Comments
Post Details
Added on Jul 7 2020
3 comments
424 views