Apache/Apache/bin/httpd: error while loading shared libraries: libdb-4.3.so: cannot open shared object file: No such file or directory*
solution
# cd /usr/lib
# ln -s libdb-4.7.so libdb-4.3.so
However there is no libdb-4.7.so library there to link to.
I have installed the db4 i686 & x86_64 packages which contain this library, then performed the above. I then ran the adstrtal.sh command which completed without incident.
As such the Required Packages in the installation instructions should be updated to include the following:
db4.i686
db4-devel.i686
db4.x86_64
db4-devel.x86_64
可以继续参考:Error on libdb Library Installing, Patching or Starting OHS 10g on Linux Platforms (文档 ID 415244.1)
时间: 2024-10-16 18:11:35