Date: 08/01/99
- Next message: Mark Musone: "Re: [PHP-DEV] php4 cvs logs"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #1940 Updated: File not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: viking <email protected>
Operating system: Linux 2.0.30 gcc 2.7.2.2
PHP version: 3.0.12
PHP Bug Type: Compile Failure
Bug description: Make fails after configuration
I am building on an older (very stable) system (Linux 2.0.30 with gcc 2.7.2.2).
After running the standard configuration script, my compile
of the 3.0.12 distribution fails as follows:
./configure --with-mysql --with-apache=../apache_1.3.6 --enable-track-vars
bash# make
gcc -g -O2 -O2 -I. -I. -I../apache_1.3.6/src/include -I../apache_1.3.6/src/os/unix -I/usr/local/include/mysql -c language-parser.tab.c -o language-parser.tab.o
gcc -g -O2 -O2 -I. -I. -I../apache_1.3.6/src/include -I../apache_1.3.6/src/os/unix -I/usr/local/include/mysql -w -DYY_USE_CONST -c language-scanner.c
gcc -g -O2 -O2 -I. -I. -I../apache_1.3.6/src/include -I../apache_1.3.6/src/os/unix -I/usr/local/include/mysql -c main.c -o main.o
gcc -g -O2 -O2 -I. -I. -I../apache_1.3.6/src/include -I../apache_1.3.6/src/os/unix -I/usr/local/include/mysql -c php3_hash.c -o php3_hash.o
gcc -g -O2 -O2 -I. -I. -I../apache_1.3.6/src/include -I../apache_1.3.6/src/os/unix -I/usr/local/include/mysql -c operators.c -o operators.o
gcc -g -O2 -O2 -I. -I. -I../apache_1.3.6/src/include -I../apache_1.3.6/src/os/unix -I/usr/local/include/mysql -c variables.c -o variables.o
gcc -g -O2 -O2 -I. -I. -I../apache_1.3.6/src/include -I../apache_1.3.6/src/os/unix -I/usr/local/include/mysql -c token_cache.c -o token_cache.o
gcc -g -O2 -O2 -I. -I. -I../apache_1.3.6/src/include -I../apache_1.3.6/src/os/unix -I/usr/local/include/mysql -c stack.c -o stack.o
gcc -g -O2 -O2 -I. -I. -I../apache_1.3.6/src/include -I../apache_1.3.6/src/os/unix -I/usr/local/include/mysql -c internal_functions.c -o internal_functions.o
In file included from internal_functions.c:72:
functions/php3_gd.h:44: gd.h: No such file or directory
make: *** [internal_functions.o] Error 1
All previous distributions have built flawlessly on my system...so I wonder if the dist
file is broken somehow.
Thank you!
Jon Backstrom
viking <email protected>
-- 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>
- Next message: Mark Musone: "Re: [PHP-DEV] php4 cvs logs"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #1940 Updated: File not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

