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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tweet
Forum Newbie
Posts: 13
Joined: Wed May 28, 2003 1:18 am

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

Post 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??
User avatar
Derfel Cadarn
Forum Contributor
Posts: 193
Joined: Thu Jul 17, 2003 12:02 pm
Location: Berlin, Germany

Post 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.
Post Reply