[PHP] shared object not open
Hi, I am just starting with PHP, I installed the new version on my Suse 7.1 with apache 1.3.14, because I need a tool for accessing databases (Informix/Oracle). Everything seemed fine, until I tried to start apache, it told me: Cannot load /usr/lib/apache/libphp4.so into server: shared object not open All my investigations showed me a very "kind" member of bug.php.net, who told someone else, that this isn't a bug and we should connect the mailing-lists. He generously had a hint : /etc/ld.so.conf and ldconfig. In the archive of the mailing lists I found the same informations ( a little bit more informative), but my ld.so.conf is o.k. and at this point any help stops. I hope, that someone found out what's happening here and helps me. So I have: Intel Celreon 366 on Asus Mainboard, 256 MB RAM, Adaptec 2940UW with all together 20GB HD, 5 swap-Areas with 128MB each. SuSE 7.1 Prof-Edition, from this distribution I installed apache and PHP (everything working fine, but no idea how to activate informix/oracle-support) Apache says, PHP4-module installed. Thanks a lot for any help Martin Schmidt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] shared object not open
Richard Lynch wrote: I had ldconfig running several times (editing ld.so.conf in between by even changing the sequence in the ld.so.conf) but it doesn't help me. Thanks Martin > > Try running ldconfig from your command line. > > I think you just run it and it does things, and it all then works... > > It's been ages since I did it though... > > -- > WARNING [EMAIL PROTECTED] address is an endangered species -- Use > [EMAIL PROTECTED] > Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm > Volunteer a little time: http://chatmusic.com/volunteer.htm > ----- Original Message - > From: Martin Schmidt <[EMAIL PROTECTED]> > Newsgroups: php.general > Sent: Monday, June 25, 2001 4:14 PM > Subject: [PHP] shared object not open > > > Hi, > > > > I am just starting with PHP, I installed the new version on my Suse 7.1 > > with apache 1.3.14, because I need a tool for accessing databases > > (Informix/Oracle). > > > > Everything seemed fine, until I tried to start apache, it told me: > > > > Cannot load /usr/lib/apache/libphp4.so into server: shared object not > > open > > > > All my investigations showed me a very "kind" member of bug.php.net, who > > told someone else, that this isn't a bug and we should connect the > > mailing-lists. He generously had a hint : /etc/ld.so.conf and ldconfig. > > In the archive of the mailing lists I found the same informations ( a > > little bit more informative), but my ld.so.conf is o.k. and at this > > point any help stops. > > I hope, that someone found out what's happening here and helps me. > > > > So I have: > > Intel Celreon 366 on Asus Mainboard, 256 MB RAM, Adaptec 2940UW with all > > together 20GB HD, 5 swap-Areas with 128MB each. > > SuSE 7.1 Prof-Edition, from this distribution I installed apache and PHP > > (everything working fine, but no idea how to activate > > informix/oracle-support) > > > > Apache says, PHP4-module installed. > > > > Thanks a lot for any help > > > > > > Martin Schmidt > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] shared object not open (Solution ?)
Hi You all, after there was no solution in the mailing-lists and the news-group, I decided to go to the Linux-Tage in Stuttgart and not to leave the PHP booth until I have an answer: Here it is: That guy supposed that my problem has to do with the "preconfigured" apache from my SuSE-distribution and gave my to hints: 1. Try to configure PHP with the option --enable-rules=EAPI 2. fetch the apache-server from internet and install this one instead of SuSE's. No. 1 I tried and it works, as long as I do not include --with-informix. So I will have to try no.2 also. Martin Martin Schmidt wrote: > > > I had ldconfig running several times (editing ld.so.conf in between by > even changing the sequence in the ld.so.conf) but it doesn't help me. > > Thanks > > Martin > Richard Lynch wrote: > > Try running ldconfig from your command line. > > > > I think you just run it and it does things, and it all then works... > > > > It's been ages since I did it though... > > > > -- > > WARNING [EMAIL PROTECTED] address is an endangered species -- Use > > [EMAIL PROTECTED] > > Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm > > Volunteer a little time: http://chatmusic.com/volunteer.htm > > - Original Message - > > From: Martin Schmidt <[EMAIL PROTECTED]> > > Newsgroups: php.general > > Sent: Monday, June 25, 2001 4:14 PM > > Subject: [PHP] shared object not open > > > > > Hi, > > > > > > I am just starting with PHP, I installed the new version on my Suse 7.1 > > > with apache 1.3.14, because I need a tool for accessing databases > > > (Informix/Oracle). > > > > > > Everything seemed fine, until I tried to start apache, it told me: > > > > > > Cannot load /usr/lib/apache/libphp4.so into server: shared object not > > > open > > > > > > All my investigations showed me a very "kind" member of bug.php.net, who > > > told someone else, that this isn't a bug and we should connect the > > > mailing-lists. He generously had a hint : /etc/ld.so.conf and ldconfig. > > > In the archive of the mailing lists I found the same informations ( a > > > little bit more informative), but my ld.so.conf is o.k. and at this > > > point any help stops. > > > I hope, that someone found out what's happening here and helps me. > > > > > > So I have: > > > Intel Celreon 366 on Asus Mainboard, 256 MB RAM, Adaptec 2940UW with all > > > together 20GB HD, 5 swap-Areas with 128MB each. > > > SuSE 7.1 Prof-Edition, from this distribution I installed apache and PHP > > > (everything working fine, but no idea how to activate > > > informix/oracle-support) > > > > > > Apache says, PHP4-module installed. > > > > > > Thanks a lot for any help > > > > > > > > > Martin Schmidt > > > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]