blobaugh
12-18-2003, 08:24 PM
I installed apache from a tar that was untarred in the dir /progs/http.... and then I just ran ./configure with no options, then make make install. The I installed mysql from an rpm. And now I'm trying to install php from a tarball. It keeps saying
Sorry, I was not able to successfully run APXS. Possible reasons:
1. Perl not installed
2. Apache not compiled with DSO support (--enable-module=so);
3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs
The output of apxs follows
./configure: apxs: command not found
configure: error: Aborting
What do I need to do. I realize that I need apxs to install php. Do I need to reconfigure apache? How would I do that? Just run it like it was the first time? Or is there an easier way? Somehow to get apxs without recompiling? I searched on G4L and couldn't find anything but the man page. My com doesn't even have that, more proof it doesn't exist. So what should I do now?
Sorry, I was not able to successfully run APXS. Possible reasons:
1. Perl not installed
2. Apache not compiled with DSO support (--enable-module=so);
3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs
The output of apxs follows
./configure: apxs: command not found
configure: error: Aborting
What do I need to do. I realize that I need apxs to install php. Do I need to reconfigure apache? How would I do that? Just run it like it was the first time? Or is there an easier way? Somehow to get apxs without recompiling? I searched on G4L and couldn't find anything but the man page. My com doesn't even have that, more proof it doesn't exist. So what should I do now?