Date: 07/18/98
- Next message: ssb: "[PHP-DEV] CVS update: php3"
- Previous message: Bug Database: "[PHP-DEV] Bug #439 Updated: Unable to connect"
- In reply to: Bug Database: "[PHP-DEV] Bug #444 Updated: Compile succeeds with PostgreSQL 6.1 but not 6.3 (Latest)"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Bug #444 Updated: Compile succeeds with PostgreSQL 6.1 but not 6.3 (Latest)"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Bug #444 Updated: Compile succeeds with PostgreSQL 6.1 but not 6.3 (Latest)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Im now relativly sure, when starting with 6.3.2 there is no libpq.so.1 to
find. This problem was solved by Bruce last Sunday. I had no problems
because postgres 6.3.1 build's libpq.so in its own lib directory and php
looks for /usr/local/lib/libpq.so.1. I looked at some straces and 6.3.2
builds no libpq.so only libpq.a.
-Egon
On 18 Jul 1998, Bug Database wrote:
> ID: 444
> Updated by: zeev
> Reported By: james <email protected>
> Status: Closed
> Bug Type: Compile Failure
> Assigned To:
> Comments:
>
> Looks like you're compiling PHP with a set of PostgreSQL headers from one release (6.3.x) and linking with libraries from another release
> (6.1.x). The libpq library from PostgreSQL 6.3 contains PQsetdbLogin:
>
> 15:21 bourbon-ttya6 bourbon:~/php3/cgi> nm /usr/local/pgsql/lib/libpq.a | grep PQsetdbLogin
> 00000410 T PQsetdbLogin
>
> About PHP compiled using PostgreSQL 6.1 not working with a 6.3 server - that's the PostgreSQL's guys "fault". It's not really a fault
> since I don't think they ever said it's supposed to work - the communications protocol probably changed in both 6.2 and 6.3.
> Needing to recompile and relink with the new headers and libraries isn't rare.
>
> Full Bug description available at: http://ca.php.net/bugs.php3?id=444
>
>
- Next message: ssb: "[PHP-DEV] CVS update: php3"
- Previous message: Bug Database: "[PHP-DEV] Bug #439 Updated: Unable to connect"
- In reply to: Bug Database: "[PHP-DEV] Bug #444 Updated: Compile succeeds with PostgreSQL 6.1 but not 6.3 (Latest)"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Bug #444 Updated: Compile succeeds with PostgreSQL 6.1 but not 6.3 (Latest)"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Bug #444 Updated: Compile succeeds with PostgreSQL 6.1 but not 6.3 (Latest)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

