hello On Monday 24 February 2003 21:08, Paulo Jorge de Oliveira Cantante de Matos wrote: > When emerging php I get: > > Configuring SAPI modules > checking for AOLserver support... no > 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 > The output of /usr/sbin/apxs follows > ./configure: line 3215: /usr/sbin/apxs: No such file or directory > configure: error: Aborting > > !!! ERROR: dev-php/mod_php-4.3.0-r2 failed. > !!! Function src_compile, Line 220, Exitcode 1 > !!! bad ./configure > > apache was emerged and compile ok. But I don't have any apxs in my path, > how can I get apxs?
Looks like you have apache2 installed but no apache2 entry in your USE-Variable in make.conf. have a look at the mod_php****.ebuild. There you can see, that with "apache2" in you USE environment --with-apxs2 is used else --with-apxs is used. do you have apache-1.*** or apache-2.0.4* ?? check if there is a file named /usr/sbin/apxs2, then you have apache2 or you can check with emerge apache -s hope this helped joe -- [EMAIL PROTECTED] mailing list
