I had not configured php3 with --enable-versioning.  Recompiling that then 
recompiling php4 still did not solve the problem.  I then amended my configure 
string for php4 from:

# ./configure  --with-apxs=/usr/sbin/apxs --with-pgsql=/usr/local 
--with-zlib-dir=/usr/include --with-jpeg-dir=/usr/include 
--with-tiff-dir=/usr/include --with-fdftk=/usr/local/fdftk --enable-versioning

to:

# ./configure  --with-apxs=/usr/sbin/apxs --with-pgsql=/usr/local 
--enable-versioning

Allowed it to work.  Apparently there is a problem with one of the additional 
includes.  Fortunately, this gives me enough to work with now -- unfortunately 
I have my wife's pages (php3 with a postgresql database) running on the same 
server and it would be far too dangerous to jeopardize them.

Thank you for the heads up on this...



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to