Cannot open shared object file: No such file or directory - HTTP Server not started
1) Installing OHS on Red Hat Linux 4.0 on virtual VMWare , faced a problem that http server not gettng started and threw below error.
10/01/28 11:15:14 Start process
--------
/data1/oracle/app10gR3/ohs/ohs/bin/apachectl startssl: execing httpd
/data1/oracle/app10gR3/ohs/ohs/bin/httpd: error while loading shared libraries: libdb-3.3.so: cannot open shared object file: No such file or directory.
2) Found that on blogs that libdb-3.3.so is an OS (RED HAT) library file which is missing.
3) Found on the google the link . i.e.
ftp://mahe.inrialpes.fr/linux/freshrpms/redhat/7.0/updates/i386/db3-3.3.11-6.i386.rpm
Now the link will not work so replace ftp with http , and download it.
4) Executed RPM
5) Retry the installation & http server will start successfully
10/01/28 11:15:14 Start process
--------
/data1/oracle/app10gR3/ohs/ohs/bin/apachectl startssl: execing httpd
/data1/oracle/app10gR3/ohs/ohs/bin/httpd: error while loading shared libraries: libdb-3.3.so: cannot open shared object file: No such file or directory.
2) Found that on blogs that libdb-3.3.so is an OS (RED HAT) library file which is missing.
3) Found on the google the link . i.e.
ftp://mahe.inrialpes.fr/linux/freshrpms/redhat/7.0/updates/i386/db3-3.3.11-6.i386.rpm
Now the link will not work so replace ftp with http , and download it.
4) Executed RPM
5) Retry the installation & http server will start successfully
Comments