From mboxrd@z Thu Jan 1 00:00:00 1970 From: ajarvilu@paju.oulu.fi (Ari Jarviluoma) To: help-gcc@gnu.org Subject: C compiler won't compile ANSI / apache... Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <83p0ha$ki3$1@ousrvr3.oulu.fi> X-SW-Source: 1999-12n/msg00295.html Message-ID: <19991231222400.MRi6SS1KdCG_kXJcWGqNf_JHOIVsSVb3gOg7DBQwJ-A@z> Hei! There have been problem with compiling Apache with PHP and MySQL. Compiler won't support ANSI and so on. I was allso troubled with that problem, but my false was this: cd .../php-3.0.12 ./configure --with-mysql=../../mysql/mysql-3.0.12 --with-apache=../../apache/apache_1.3.9 --enable-track-vars I changed that to: ./configure --with-mysql=/export/mysql --with-apache=../../apache/apache_1.3.9 --enable-track-vars I mean, directory after --with-mysql have to be the correct directory where mysql is working. After that the commands cd .../apache_1.3.9 ./configure --prefix=/export/apache --activate-module=src/modules/php3/libphp3.a was ok! I am hapy now :-) (I am just beginer and hoply this was not too stupidous answer :) Ari