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

apxs

Status
Not open for further replies.

coben

Instructor
Joined
Apr 16, 2002
Messages
50
Location
US
I have been trying to install php support on my Apache server (running on a Linux 7.3 box). In a couple of installation manuals for php support, they make reference to apxs when building php. The statement looks something like this: --with-apxs=/usr/local/apache2/bin/apxs

When I look in my apache2/bin directory, there is nothing in it. Did I do something wrong during installation? If so, can I add apxs after the fact? Thanks.
 
Do a find / -name apxs -print. The directory is usually under /usr/local/apache2/
 
I performed the find like you suggested and the results were:

/usr/sbin/apxs
/usr/local/src/httpd-2.0.44/support/apxs

What do I do now? Do I use the --with-apxs= using one of those directories? Any reason it did not get installed in the /usr/local/apache2 directory?

Thanks.
 
You can use the --with-apxs=/usr/sbin/apxs
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top