public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* C compiler won't compile ANSI / apache...
@ 1999-12-21 15:01 Ari Jarviluoma
  1999-12-31 22:24 ` Ari Jarviluoma
  0 siblings, 1 reply; 2+ messages in thread
From: Ari Jarviluoma @ 1999-12-21 15:01 UTC (permalink / raw)
  To: help-gcc

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* C compiler won't compile ANSI / apache...
  1999-12-21 15:01 C compiler won't compile ANSI / apache Ari Jarviluoma
@ 1999-12-31 22:24 ` Ari Jarviluoma
  0 siblings, 0 replies; 2+ messages in thread
From: Ari Jarviluoma @ 1999-12-31 22:24 UTC (permalink / raw)
  To: help-gcc

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-12-31 22:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-21 15:01 C compiler won't compile ANSI / apache Ari Jarviluoma
1999-12-31 22:24 ` Ari Jarviluoma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).