[PHP-DEV] Apache_1.3.9, PHP3.0.13, MySQL3.22.30 on DEBIAN From: Armin Steiner (steiner <email protected>)
Date: 01/16/00

Dear friends,

I'm trying to install PHP 3.0.13 as Apache module with Apache 1.3.9 and
gcc 2.7.2.3-7
PHP compiled fine with options as described in manual.

Then I tried to configure apache with options same as described in
the manual, too and got following error:

+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. This is most likely because your C compiler
** is not ANSI. Apache requires an ANSI C Compiler, such
** as gcc. The above error message from your compiler
** will also provide a clue.
 Aborting!

As described in Bug id #2658 i did the following:
[...]
As described in FAQ I'm change the 2140 line in src/Configure to:
if ./helpers/TestCompile -v sanity; then
[..]
and receive such message
[...]
ld: cannot open -lmysqlclient: Nosuch file or directory
make: *** [dummy] Error 1
Creating makefile in src
[...]
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. This is most likely because your C compiler
** is not ANSI. Apache requires an ANSI C Compiler, such
** as gcc. The above error message from your compiler
** will also provide a clue.
 Aborting!

Does anyone fixed this bug or has an advise for me??

with best regards,

-Armin Steiner

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>