RE: [PHP-DEV] 3.0.13 Release Candidate 1 From: Mike R. (mgrphp3 <email protected>)
Date: 12/28/99

Hello,

> Really odd. Other people have downloaded it, but you are right, the file
> is gone. I can't explain it. Anyway, the file is back.

It is back.

Unpacked on a stock rhl6.0/intel, configured with:

./configure --with-apxs=/usr/sbin/apxs --with-mysql --with-msql --enable-ver
sioning --with-zlib --with-ftp --with-pgsql=/usr/include/pgsql --with-mcal=/
usr/src/libmcal --with-iodbc

Got this at the end of configure...

updating cache ./config.cache
creating ./config.status
creating Makefile
creating build-defs.h
creating stamp-h
creating libphp3.module
creating extra/gd/bdf2gdfont
creating regex/Makefile
creating pcrelib/Makefile
creating dbase/Makefile
creating config.h
cat: ./config.h.in: No such file or directory

...and that's where it stopped.
I compiled a cvs checkout 3 days ago with no problem whatsoever [ runs like
a charm beside php4beta3 ], same config as above only enabled the maintainer
stuff.

Also, on line 47 of functions/php3_pgsql.h, I changed this

#include <libpq/libpq-fs.h>

to this:

#include <libpq-fs.h>

I have to do this on any php installation in order for the pg stuff to
compile, or I get a 'file not found' error during the pg make stuff.

If I can provide any information or do anything to help, please let me know.

Regards
Mike R.

-- 
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>