473,320 Members | 2,098 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

make of PHP 4.3.2 not produce libphp4.so

Hi,

I'm runnig Linux/Mandrake9.0-Dolphin and try to update Apache 2.0.46
and PHP 4.3.2.

Apache is OK bu with PHP I've problem. I unpacked distribution, run
../configure > configure.vysl, make > make.vysl and make install. When
I search in configure.vysl or make.vysl there is nothing about
libphp4.so.

Then when I try /usr/local/apache/bin/apachectl start I've error:

Syntax error on 1105 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server:
/usr/local/apache2/modules/libphp4.so: cannot open shared object file:
No such file or directory

In httpd.conf I have:

LoadModule php4_module modules/libphp4.so

When I search whole my computer, there isn't libphp4.so!

I tried find solution in PHP FAQ, PHP install mailing list and search
user groups by Google. Similar problems with libphp4.so are discussed
often but I didn't found solution for my problem.

Can you help me, please???

I supposed upgrading PHP take me about 30 min, but now it is over 4
hours and PHP isn't runnig. I need work on my PHP projects - please
help!

Robert
Jul 16 '05 #1
3 9973
Hi Robert!
On 26 Jun 2003 18:54:25 -0700, ro**********@rbc.cz (Robert Blaha)
wrote:
Hi,

I'm runnig Linux/Mandrake9.0-Dolphin and try to update Apache 2.0.46
and PHP 4.3.2.

Apache is OK bu with PHP I've problem. I unpacked distribution, run
./configure > configure.vysl, make > make.vysl and make install. When
I search in configure.vysl or make.vysl there is nothing about
libphp4.so.

Try also make install. I found it funny as well.

Jochen
--
Jochen Daum - CANS Ltd.
PHP DB Edit Toolkit -- PHP scripts for building
database editing interfaces.
http://sourceforge.net/projects/phpdbedittk/
Jul 16 '05 #2
Hi,

When you run the configure script, you need to tell it to build the
apache module.

Assuming you have already installed apache 2, do

../configure --with-apxs2=[FILE]

where [FILE] is the full path + file name to the apxs tool in the apache
bin directory. It should be something like /usr/local/apache/bin/apxs

regards,
Josh
Jul 16 '05 #3
Hi Jochen,

thanks for your time, but ran "make install". Have you another idea?
See:
./configure > configure.vysl, make > make.vysl and !!!make install.!!! When

Jochen Daum <jo*********@cans.co.nz> wrote in message news:<6j********************************@4ax.com>. .. Hi Robert!
On 26 Jun 2003 18:54:25 -0700, ro**********@rbc.cz (Robert Blaha)
wrote:
Hi,

I'm runnig Linux/Mandrake9.0-Dolphin and try to update Apache 2.0.46
and PHP 4.3.2.

Apache is OK bu with PHP I've problem. I unpacked distribution, run
./configure > configure.vysl, make > make.vysl and make install. When
I search in configure.vysl or make.vysl there is nothing about
libphp4.so.

Try also make install. I found it funny as well.

Jochen

Jul 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Alexander Skwar | last post by:
Hello! I'm having problems getting PHP 4.3.3RC4 successfully to install on my HP-UX 11.00 server. After a (successfull?) compile, "make install" errors out with this error message: ...
0
by: lee | last post by:
Hello I hope someone out there can help explain this to me. This afternoon I successfully compiled php4.3.3 with a given set of configuration options. It then transpired that I had used...
0
by: richard | last post by:
Hello, I'm using Suse 8.2 out of the box including Apache and PHP. Everthing runs fine including Apache and PHP. Now, I want to develop a PHP programing including TCP sockets. This part is...
0
by: Mairhtin O'Feannag | last post by:
I have done a make, and a make install on the 4.3.6 version, using /usr/local/etc/php as the directory I make from. However, no matter what I do, I do not see a php4lib.so that has been created. ...
354
by: Montrose... | last post by:
After working in c# for a year, the only conclusion I can come to is that I wish I knew c. All I need is Linux, the gnu c compiler and I can do anything. Web services are just open sockets...
9
by: Michael Dekson | last post by:
Hello, Can I exe file made in Microsoft Visual C++ decompile into source code. If it is possibly please tell me how. Thanks
10
by: sp0 | last post by:
Is there a reason why to make mix numbers improper when adding? It seems when subtracting and adding, adding a subtracting the whole numbers and fraction parts should be sufficient? what'ch think
7
by: Hal Vaughan | last post by:
I have a problem with port forwarding and I have been working on it for over 2 weeks with no luck. I have found C programs that almost work and Java programs that almost work, but nothing that...
0
by: SwampFoetus | last post by:
Hi, I was wondering if anyone can shed any light on this problem. When I configured and built PHP4 on Cygwin with gd, jpeg, and zlib it makes fine but I get the following error when I try to...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.