Re: php4-postgresql problem

2000-12-15 Thread Rino Mardo
On Thu, Dec 14, 2000 at 04:15:53PM +0100 or thereabouts, Knud S?rensen wrote: > Rino Mardo wrote: > > > > On Thu, Dec 14, 2000 at 11:20:42AM +0100 or thereabouts, Knud S?rensen > > wrote: > > > Rino Mardo wrote: > > > > which source file did you use php4 or php4-mysql > > > > > > > there's no s

Re: php4-postgresql problem

2000-12-14 Thread Petr Cech
On Thu, Dec 14, 2000 at 04:31:28PM +0100 , Knud Sorensen wrote: > Petr Cech wrote: > > OK. this looks like the 4.0.3pl1-0potato1. Have you upgraded libpgsql2 to > > 7.0 > > version? If yes, that's the problem. > > I use > > php4-4.0.3pl1-0potato1 > php4-pgsql-4.0.3pl1-0potato1 > postgersql-7.0.

Re: php4-postgresql problem

2000-12-14 Thread Knud Sørensen
Petr Cech wrote: > > Hi, > I'm bit lost who said what, but I'll try to comment it all at one. And I don't > read -user so please CC. > > On Thu, Dec 14, 2000 at 11:20:42AM +0100 , Knud Sorensen wrote: > > Rino Mardo wrote: > > > > > > On Tue, Dec 12, 2000 at 07:34:21PM +0100 or thereabouts, Knud

Re: php4-postgresql problem

2000-12-14 Thread Knud Sørensen
Rino Mardo wrote: > > On Thu, Dec 14, 2000 at 11:20:42AM +0100 or thereabouts, Knud S?rensen wrote: > > Rino Mardo wrote: > > which source file did you use php4 or php4-mysql > > > > there's no such thing. just get the php4 source from php.net and > compile it with the proper switch. > Oh, ye

Re: php4-postgresql problem

2000-12-14 Thread Rino Mardo
On Thu, Dec 14, 2000 at 11:20:42AM +0100 or thereabouts, Knud S?rensen wrote: > Rino Mardo wrote: > > > > On Tue, Dec 12, 2000 at 07:34:21PM +0100 or thereabouts, Knud S?rensen > > wrote: > > > Bruno Boettcher wrote: > > > > > > > > On Tue, Dec 12, 2000 at 06:27:49PM +0100, Knud Sørensen wrote: >

Re: php4-postgresql problem

2000-12-14 Thread Petr Cech
Hi, I'm bit lost who said what, but I'll try to comment it all at one. And I don't read -user so please CC. On Thu, Dec 14, 2000 at 11:20:42AM +0100 , Knud Sorensen wrote: > Rino Mardo wrote: > > > > On Tue, Dec 12, 2000 at 07:34:21PM +0100 or thereabouts, Knud S?rensen > > wrote: > > > Bruno Bo

Re: php4-postgresql problem

2000-12-14 Thread Knud Sørensen
Rino Mardo wrote: > > On Tue, Dec 12, 2000 at 07:34:21PM +0100 or thereabouts, Knud S?rensen wrote: > > Bruno Boettcher wrote: > > > > > > On Tue, Dec 12, 2000 at 06:27:49PM +0100, Knud Sørensen wrote: > > > > dl("pgsql.so"); says > > > > Warning: Unable to load dynamic library '/usr/lib/php4/apac

Re: php4-postgresql problem

2000-12-13 Thread Rino Mardo
On Tue, Dec 12, 2000 at 07:34:21PM +0100 or thereabouts, Knud S?rensen wrote: > Bruno Boettcher wrote: > > > > On Tue, Dec 12, 2000 at 06:27:49PM +0100, Knud Sørensen wrote: > > > dl("pgsql.so"); says > > > Warning: Unable to load dynamic library '/usr/lib/php4/apache/pgsql.so' > > > shared obejct

Re: php4-postgresql problem

2000-12-12 Thread Knud Sørensen
Bruno Boettcher wrote: > > On Tue, Dec 12, 2000 at 06:27:49PM +0100, Knud Sørensen wrote: > > dl("pgsql.so"); says > > Warning: Unable to load dynamic library '/usr/lib/php4/apache/pgsql.so' > > shared obejct not open > indeed :D > and an ls -l of that file yields what? > mine gives: > ll /usr/lib

Re: php4-postgresql problem

2000-12-12 Thread Knud Sørensen
Bruno Boettcher wrote: > > On Tue, Dec 12, 2000 at 05:56:40PM +0100, Knud Sørensen wrote: > > > > I am trying to get php4 and postgresql work together. > > > > > > But on pg_connect I get function not defined. > try inserting a dl("pgsql.so"); before the pg_connect... > or add it to the php.ini >

Re: php4-postgresql problem

2000-12-12 Thread Knud Sørensen
Knud Sørensen wrote: > > Hi > > I am trying to get php4 and postgresql work together. > > But on pg_connect I get function not defined. > > I have find something strange about my php configuration. > > There is now php.init file in /etc/php4/apache > > Both php4 and php4-pgsql fail when I run