[PHPLIB] mod_auth_mysql compilation question... From: Jack Lauman (jlauman <email protected>)
Date: 11/24/99

Is there a way to compile mod_auth_mysql using
--with-apxs=/usr/sbin/apxs in order to avoid recompiling
Apache?

When I installed PHP v4.0RC2 I used a ./configure command
like the following:

./configure --with-apxs=/usr/sbin/apxs \
                --with-config-file-path=/etc/httpd/conf \
                --with-mysql \
                --with-imagick \
                --with-zlib \
                --with-GDBM \
                --with-NDBM \
                --with-dbase \
                --with-filepro \
                --with-ldap \
                --enable-track-vars \
                --enable-magic-quotes \
                --enable-xml=shared
make
make test
make install

Can you compile mod_auth_mysql in a similar way?

Regards,

Jack Lauman
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.