Date: 05/09/00
- Next message: Matt Davis: "[PHP-DEV] Bug 4051"
- Previous message: alex <email protected>: "[PHP-DEV] PHP 4.0 Bug #4365: Error when doing a resultless query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Okay, thinking I may fix the problem (refer to previous posts re: gd & jpeg not linking properly) by compiling php as a static apache module, I gave it a shot.
basic gist of options:
./configure bleh bleh --with-apache=/path/to/apache bleh bleh
configure sez: "can't find httpd.h under /path/to/apache"
..hmm..
find /path/to/apache -name httpd.h finds it at /path/to/apache/src/include/httpd.h.... so,
./configure bleh bleh --with-apache=/path/to/apache/src/include bleh bleh
(just for kix)
configure sez: "Can't find httpd.h under /path/to/apache/src/include" bleh bleh
woah.. weird. Anyone else?
Paul Williams -------------------------------------------
This message sent using 100% recycled electrons
- Next message: Matt Davis: "[PHP-DEV] Bug 4051"
- Previous message: alex <email protected>: "[PHP-DEV] PHP 4.0 Bug #4365: Error when doing a resultless query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

