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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

installed php 5 but cant find libphp5.so

Status
Not open for further replies.

dwilko

Technical User
Feb 20, 2002
113
GB
Hi

I installed PHP5 on a Redhat 9 system but I cant libphp5.so anywhere it seems to have installed ok but I cant find the libphp5.so

I try to run the installed again but it doesnt seem to want to reinstall

Can Any help me to php5 to work or even send me the libphp5.so file



Thanks

David

________________________________________
I help Where I can, If My advice Dont work Or Is Wrong then tell Me
 
Why are you trying to find a .so file? That's a shared library object? Are you looking for the executable binary? That would only be available if you compiled it in that manner - not the default. How what this installd? Via RPM?

Hosting Solutions for Home or Business.
 
I downloaded it to the server box then installed it
the php readme file says

##########################################################
14. Edit your httpd.conf to load the PHP module. The path on the right hand
side of the LoadModule statement must point to the path of the PHP
module on your system. The make install from above may have already
added this for you, but be sure to check.

For PHP 4:

LoadModule php4_module libexec/libphp4.so

For PHP 5:

LoadModule php5_module libexec/libphp5.so
########################################################


but cant find the libphp5.so there for apache wont run with php5


Thanks

David

________________________________________
I help Where I can, If My advice Dont work Or Is Wrong then tell Me
 
I downloaded it from php.net and then followed the readme file

set the config, then make, then make install

and then started to config apache and tryed to start it then it siad it couldnt find the file



________________________________________
I help Where I can, If My advice Dont work Or Is Wrong then tell Me
 
What parameters did you pass to the configure script? Unless you specifically tell it to, configure will not set up the makefile to create an Apache module.

Want the best answers? Ask the best questions!

TANSTAAFL!!
 
erm ./configure --prefix=/ --disable-pear --disable-libxml


I think

________________________________________
I help Where I can, If My advice Dont work Or Is Wrong then tell Me
 
That won't do it.

On my system, when I run:

./configure --help | less

I get, in part:

[tt]--with-apxs2[=FILE] EXPERIMENTAL: Build shared Apache 2.0 module. FILE is the optional
pathname to the Apache apxs tool; defaults to apxs.

--with-apache[=DIR] Build Apache 1.x module. DIR is the top-level Apache
build directory, defaults to /usr/local/apache.[/tt]

"--include-module" doesn't appear in the help output, nor does the string "include-module" appear anywhere within the configure script.

Want the best answers? Ask the best questions!

TANSTAAFL!!
 
hmm this is confusing me lol
Only a beginner at linux

anyone got the RPM or APT for php 4.3.x or higher?

Apache was done with it thou webadmin nice and easy lol


________________________________________
I help Where I can, If My advice Dont work Or Is Wrong then tell Me
 
thanks that worked

now Game Control Pannel is showing

Sockets functions are not available.
Compile with: --enable-sockets


is that mysql? php? or Apache



Thanks

David

________________________________________
I help Where I can, If My advice Dont work Or Is Wrong then tell Me
 
oh wait nm I its PHP that needs it

thanks

David

________________________________________
I help Where I can, If My advice Dont work Or Is Wrong then tell Me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top