Steve Farmer wrote: > Hi all, > > Going quietly insane here... > > Trying to install with postgres > > 1) Downloaded and compiled postgres-7.2, all went smoothly, db is running > > 2) Compiled php 4.12, "Checking for Postgres support = NO" !!! > > 3) added /usr/local/pgsql/lib into ld.so.conf and ran ldconfig. > > 4) Tried "with-pgsql=/usr/local/pgsql" - no joy > > 5) Tried "with=pgsql=/usr/local/src/postgresql-7.2" - no joy > > 6) added symbolic links from /usr/local/pgsql/lib/libpq.so.2.2 to > /usr/local/lib/libpg.so.2.2 (2.1 & 2) as suggested on php site > > Still no go !!! > > Any help greatly appreciated
make install-header (or make install-all-header? I forgot exact target name) is missing? -- Yasuo Ohgaki -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php