php-general | 2001062
Date: 06/30/01
- Next message: Warren Vail: "RE: [PHP] reading records alphebetically"
- Previous message: jon <email protected>: "Re: [PHP] Telnet and PHP"
- In reply to: Imran Hussain: "[PHP] Urgent Help: Problem with apache+php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Imran!
On Sat, 30 Jun 2001, Imran Hussain wrote:
> hi
>
> Iam running Freebsd4.3 i hv installed apache-1.3.20,php4.0.5 and
> postgres-6.5.3. there was no problem with the configuration of all
> the above packages, My problem is when i start apache it gives me this error.
>
> hub#/usr/local/apache/bin/apachectl start
> Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
> Cannot load /usr/local/apache/libexec/libphp4.so into server:
> /usr/local/apache/libexec/libphp4.so: Undefined symbol "PQoidValue"
> /usr/local/apache/bin/apachectl start: httpd could not be started
> hub#
>
> before this it was saying libphp4.so not found then i had to do
> ldconfig with the path to the lib dir then it gave me this error........can
> anyone help me on this issue.....
>
as root:
ldconfig -m /path/to/postgres/libs/dir/
e.g.:
ldconfig -m /usr/local/pgsql/lib
-- teodor
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Warren Vail: "RE: [PHP] reading records alphebetically"
- Previous message: jon <email protected>: "Re: [PHP] Telnet and PHP"
- In reply to: Imran Hussain: "[PHP] Urgent Help: Problem with apache+php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

