Page 1 of 1

'--with-apache, --with-apxs'option can't be used together???

Posted: Sun Oct 26, 2003 7:42 am
by tweet
[root@localhost php-4.3.3]# ./configure --with-apache=/usr/local/apache_1.3.28
--with-mysql=/usr/local/mysql --with-config-file-path=/usr/local/apache/conf
--with-exec-dir=/usr/local/apache/bin
--enable-track-vars=yes
--with-gd=/usr/lib --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib
--with-zlib-dir=/usr/lib --with-ttf-dir=/usr/lib
--enable-ftp
--enable-calendar
--with-apxs=/usr/local/apache/bin/apxs
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
configure: error: --with-apache and --with-apxs cannot be used together
why '--with-apache and --with-apxs'option cannot be used together??

Posted: Sun Oct 26, 2003 9:11 am
by Derfel Cadarn
I thought I knew the right answer, checked it at Apache's homepage and saw I was wrong.
So, I suggest you check their documentation too LOL

You can read about Apache's apxs here.