[EMAIL PROTECTED] wrote:
> Configuring and installing PHP4 for DSO. I am receiving the following
> startup error:
>
> "Syntax error on line 205 of httpd.conf (LoadModule command)
> Can not load libexec/libphp4.so into server: libpq.so.2: cannot load shared
> object file: No such file or directory"
>
> libphp4.so does exist in that directory. Any ideas? Thanks.
Find libpq.so.2 (it's in the postgresql directory somewhere; I just did
this same thing the other day)
Put entry in /etc/ld.so.conf
run ldconfig
restart apache; it should be just fine.
--
+----------------------------------------+
| Julie Meloni ([EMAIL PROTECTED]) |
| |
| "PHP Essentials" and "PHP Fast & Easy" |
| http://www.thickbook.com |
+----------------------------------------+
--
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]