configure --with-apxs=/usr/local/apache/

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
acromer
Forum Newbie
Posts: 1
Joined: Mon Sep 30, 2002 12:42 pm

configure --with-apxs=/usr/local/apache/

Post by acromer »

I can't seem to past this point. Iam getting an error. I have my PATH set up correct. I have Perl installed. I also configured apache with module=so.
Anyone have any ideas??
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Post by BDKR »

Can you post the error?
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

IIRC, the --with-apxs= wants the full path to apxs so it should be
--with-apxs=/usr/local/apache/bin/apxs
Post Reply