PDA

View Full Version : compling php 4.3.6 with knoppix



guss
05-03-2004, 07:46 PM
Hi!

I have the error:

checking for Apache 1.x module support via DSO through APXS...

Sorry, I was not able to successfully run APXS. Possible reasons:

1. Perl is not installed;
2. Apache was not compiled with DSO support (--enable-module=so);
3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs


But with find / -name apxs -print I have no answer...

any suggest?

Thank you

mzilikazi
05-04-2004, 12:38 AM
Well I really have no idea but I got this:

apt-cache search apxs
apache-dev - Apache webserver development kit

Mebbe apt-get install apache-dev ?

guss
05-04-2004, 10:36 AM
Thank you.

I think it is necesary, but it is not enught, I have tha same error menssage..

Thank you anyway...

mzilikazi
05-04-2004, 01:06 PM
Sorry, I was not able to successfully run APXS. Possible reasons:

1. Perl is not installed;
2. Apache was not compiled with DSO support (--enable-module=so);
3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs



perl -v

which apxs

If apxs is on your saystem but isn't in your path then use export.

guss
05-04-2004, 01:14 PM
UMMM,,, nice try...

but...

root@murray:~# perl -v

This is perl, v5.8.3 built for i386-linux-thread-multi

Copyright 1987-2003, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.

root@murray:~# which apxs
/usr/bin/apxs

guss
05-04-2004, 01:24 PM
Hi:

It works... I post this for helping anyone with the same problem in the future...

I wrote ./configure and in the --with-axps, I wrote --with-apxs=/usr/bin/axps

My fault was I was writing only --with-apxs=usr/bin

Now I hace a problem with CURL, but it will be another battle :wink: