Re: [GENERAL] libpq.so.2 and postgresql-libs-7.3.3 RPM

2003-06-29 Thread Lamar Owen
On Saturday 28 June 2003 23:31, Robert L Mathews wrote: > The problem was that the postgresql-libs-7.3.3-1 RPM package advertises > itself as providing libpq.so.2, when in fact it does not do so: it > provides only libpq.so.3. You're right; they're different. Recompile the client; 'rpmbuild --reb

[GENERAL] libpq.so.2 and postgresql-libs-7.3.3 RPM

2003-06-28 Thread Robert L Mathews
I have a Red Hat 7.3 box, and I updated from PostgreSQL 7.2.3 to 7.3.3 via RPM (the PGDG RPMs). When I did so, Perl DBD::Pg routines started failing, breaking various scripts, and I had to downgrade to PostgreSQL 7.2.3 again in somewhat of a rush as I sorted things out. The problem was that the