Package: php4-pgsql Version: 3:4.3.10-3
When I restart apache after the last update, I get the following error message in the apache
errorlog:
PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4/20020429-zts/pgsql.so' - /usr/lib/php4/20020429-zts/pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0
When I look into directory /usr/lib/php4 I can see that there is no directory 20020429-zts, only one called 20020429. When I make a symlink from 20020429-zts to 20020429 I get the following error:
PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4/20020429-zts/pgsql.so' - /usr/lib/php4/20020429-zts/pgsql.so: undefined symbol: core_globals in Unknown on line 0
I am using Debian GNU/Linux Sarge (testing), Kernel 2.4.25-1-686-smp, libc6 2.3.2.ds1-20 and apache version 1.3.33-4
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]