|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[1998-01-25 17:23 UTC] eschmid at delos dot lf dot net
Many thanks to my last problem. I?ve forgotten to 'make install' and failed on compiling apache. I recompiled the recent php and got this: marliesle# make bison -p php -v -d language-parser.y gcc -O2 -I. -I/usr/local/apachen/src/main -I/usr/local/apachen/src/os/unix -I/usr/local/apachen/src/ap -I/usr/local/include/mysql -I/usr/local/pgsql/include -g -Wall -c language-parser.tab.c -o language-parser.tab.o flex -Pphp -olanguage-scanner.c -i language-scanner.lex gcc -O2 -I. -I/usr/local/apachen/src/main -I/usr/local/apachen/src/os/unix -I/usr/local/apachen/src/ap -I/usr/local/include/mysql -I/usr/local/pgsql/include -g -Wall -w -c language-scanner.c gcc -O2 -I. -I/usr/local/apachen/src/main -I/usr/local/apachen/src/os/unix -I/usr/local/apachen/src/ap -I/usr/local/include/mysql -I/usr/local/pgsql/include -g -Wall -c main.c -o main.o main.c: In function `hash_environment': main.c:992: dereferencing pointer to incomplete type main.c:995: dereferencing pointer to incomplete type make: *** [main.o] Error 1 marliesle# Hopefully someone can fix this? I?m sure I have done several autoconf?s and autoheader?s to get away from that @STRONGHOLD@ To do not fill the BTS myself, can someone make msql, mysql and pgsql test?s working. With 'make test' these test's aren?t tested. Egon PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
Ok, fixed. This was caused by an Apache change. The patch is at: http://ca.php.net/cvsweb.cgi/main.c?r1=1.306&r2=1.307 and http://ca.php.net/cvsweb.cgi/functions/info.c?r1=1.37&r2=1.38