Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't install PHP4

Status
Not open for further replies.

youngun

Programmer
Apr 27, 2001
61
US
Guys,

I installed Apache 1.3.24 on Unix cluster (an user account with a specific port, ie. :8055). The server works fine as I can connect and see the index.html by using the specific port. When I installed PHP4, I realized that there is no mod_so.c installed on my Apache server (I typed httpd -l) command. Without this module, I couldn't use apxs service.

I also tried to make the PHP as a CGI, but when I typed "make" or "make install", nothing happens. I wonder if anybody can help me out with this mod_so.c module; or somebody can walk me thru the CGI installation method.

Thank you very very much.
 
ok, I fixed the problem by recompiling my apache server with --with-module=so option. But I got the following message
config.status: creating php4.spec
config.status: creating Zend/Makefile
config.status: error: cannot find input file: Zend/Makefile.in

after I run the ./configure from PHP. There is no Makefile.in being created in the Zend directory after the configuration process. I think the configuration process is not finished so that I can not run 'make' or 'make install'.

btw, I run the configuration by
./configure --with-oracle=mypath/to/oracle --with-apxs=mypath/to/apxs
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top