I have tried to compile php4.0.0 on Debian GNU 2.1
but apache returns this message:
Syntax error on line 227 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: libpq.so.2.1: cannot open shared object file: No such file or directory
here is my compiling configuration
]#!/bin/sh
./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-mysql=/usr/local/pgsql \
--with-pgsql \
--disable-debug \
--with-dbm \
--with-gdbm \
--enable-trans-sid \
--enable-ftp \
--enable-calendar
i have pgsql in /usr/local/pgsql
the library 'libpq.so.2.1' is in dir /usr/local/pgsql/lib
i have tried to compile it only with '--with-pgsql', but it returns the same message
any ideas how to correct it, is it some bug ?
Thanx Guli