|
From: Oscar B. <os...@el...> - 2001-10-30 16:13:39
|
Hi Thomas, As psql -V says: psql (PostgreSQL) 7.0.3 Why then not just install: postgresql-perl-7.0.3-8 RPM for i386 ?? from: http://rpmfind.net/linux/RPM/redhat/7.1/i386/postgresql-perl-7.0.3-8.i386.html This woul save me the hassle of reinstalling, pg_dumping and whatever else.... Is my assumption correct?? Regards, Oscar Thomas Good wrote: > On Tue, 30 Oct 2001, Oscar Buijten wrote: > > >>Hi Thomas, >> >>So then I thought, maybe there is some perl pgsql driver of some sort >>missing. This is the result: >>rpm -i postgresql-perl-7.1.3-1mdk.i586.rpm >>error: failed dependencies: >> postgresql = 7.1.3-1mdk is needed by postgresql-perl-7.1.3-1mdk >> libpq.so.2 is needed by postgresql-perl-7.1.3-1mdk >> >>Is that because of this?: >> psql -V >> > > Hi Oscar - yes. You are trying to install an rpm for a diff version > of Pg. That will cause problems and here is another issue: > > So, we must get the version mismatch sorted and then install the > missing libraries. > > >>Could I then just install: postgresql-libs-7.1.3-1mdk RPM for i586 ?? >> > Dude. I would use rpm (run man rpm to see the various options) to remove > all 7.0 postgres stuff prior to installing any 7.1 rpms. You want to > be sure that all of your Pg stuff is the same version. I will look around > here - I have a shell script to remove rpms and install the new ones. > > BTW, you definitely want to use pg_dump to protect any data before you > make any sweeping changes as you will need to do a reload into 7.1 > when you upgrade. Postgres has no upgrade path for jumps in major > version numbers, i.e, 7.0 -> 7.1. :-( > > > >>>On Mon, 29 Oct 2001, Oscar Buijten wrote: >>> >>> >>> >>>>Hi! >>>> >>>>Yesterday I have upgraded perl 5.6.1 (installed from source). >>>>Since then I have problems to use SQL-ledger.... >>>> >>>>It seemed that I had lost DBI and DBD. >>>>So I have re-installed them (how to check the correctness??)... >>>> >>>> >>>Hi Oscar, >>> >>>If you don't have any DBI.pm somewhere in ../site_perl/ >>>(locate DBI | grep site_perl) >>>simply reinstall your drivers: >>>DBI first, followed by DBD-Pg >>> >>>It shouldn't be too much of a hassle. >>>So how do you like 5.6.1? >>> >>>Cheers, >>>Tom >>> >>>-------------------------------------------------------------------- >>> Saint Vincent Catholic Medical Centers >>>-------------------------------------------------------------------- >>>Thomas Good tomg@ { admin | q8 } .nrnet.org >>>Programmer/Analyst Phone: 718-818-5528 >>>Behavioral Health Services Fax: 718-818-5056 >>>Residential Services Mobile: 917-282-7359 >>>-------------------------------------------------------------------- >>>/* Rekordmeister ist nur der FC Bayern München! */ >>>-------------------------------------------------------------------- >>> >>> >>> >> >>-- >>_____________________________________________________________ >> >>Oscar Buijten >> >>Tel: +33.4.67.57.97.45 >>Fax: +33.4.67.57.97.46 >>GSM: +33.6.20.84.15.22 >> >>Email: os...@el... >> >>Web: www.elbie.com >> >> >> >> >> > > > -------------------------------------------------------------------- > Saint Vincent Catholic Medical Centers > -------------------------------------------------------------------- > Thomas Good tomg@ { admin | q8 } .nrnet.org > Programmer/Analyst Phone: 718-818-5528 > Behavioral Health Services Fax: 718-818-5056 > Residential Services Mobile: 917-282-7359 > -------------------------------------------------------------------- > /* Rekordmeister ist nur der FC Bayern München! */ > -------------------------------------------------------------------- > > -- _____________________________________________________________ Oscar Buijten Tel: +33.4.67.57.97.45 Fax: +33.4.67.57.97.46 GSM: +33.6.20.84.15.22 Email: os...@el... Web: www.elbie.com |