Hello,

    When trying to configure php4 with the following parameters:

    EAPI_MM=../mm-1.1.3 ./configure --with-apxs=/usr/local/apache/bin/apxs 
--with-config-file-path=/usr/local/lib --enable-versioning

    I get this error:

checking for Apache module support via DSO through APXS...
Usage: apxs -g [-S <var>=<val>] -n <modname>
       apxs -q [-S <var>=<val>] <query> ...
       apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]]
               [-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>]
               [-Wl,<flags>] <files> ...
       apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
       apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
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.
configure: error: ;

    Apache has been configured with DSO support, apxs has been changed
    countless times (according to the FAQ), and perl 5.005003 is
    installed... can anyone shed any light on this?

    I'm following the mod_frontpage install instructions located at
    
http://home.edo.uni-dortmund.de/~chripo/install/apache+frontpage+mod_ssl+php4+php3.html#Step%2010:%20Configure,%20compile,%20install%20and%20enable%20PHP4,
    and the only difference between what's located there and what I've
    used is that I used --enable-module=so in the apache config.

-- 
Best regards,
 Andy                          mailto:[EMAIL PROTECTED]



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to