This is a discussion on Problems installing on Linux within the pgsql Novice forums, part of the PostgreSQL category; --> Hey all, I've been using Postgres for a while on Windows, and am trying to set it up on ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hey all, I've been using Postgres for a while on Windows, and am trying to set it up on my Linux co-lo (Redhat 9). When I try to install it, I get dependency problems that I can't find an easy answer to. For example, when installing the libs, I get: [root@u15174543 root]# rpm -il postgresql-libs-8.0.0rc1-2PGDG.i686.rpm warning: postgresql-libs-8.0.0rc1-2PGDG.i686.rpm: V3 DSA signature: NOKEY, key ID 748f7d0e error: Failed dependencies: libcom_err.so.3 is needed by postgresql-libs-8.0.0rc1-2PGDG Now, I know libcom_err.so.3 is part of kerberos; I've got libcom_err.so.2 installed, apparently as part of the krb5-libs-1.3.4-6 package. Oddly enough, when I google libcom_err.so.3, I see it as part of the krb5-libs-1.2.x package. So, do I need to downgrade my kerberos libraries, or is there a better/easier/won'tscrewanythingelseup way to get libcom_err.so.3? Thanks, Adam ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, On Mon, 27 Dec 2004, Adam wrote: <snip> > When I try to install it, I get dependency problems that I can't find > an easy answer to. For example, when installing the libs, I get: > > [root@u15174543 root]# rpm -il postgresql-libs-8.0.0rc1-2PGDG.i686.rpm > warning: postgresql-libs-8.0.0rc1-2PGDG.i686.rpm: V3 DSA signature: > NOKEY, key ID 748f7d0e > error: Failed dependencies: > libcom_err.so.3 is needed by postgresql-libs-8.0.0rc1-2PGDG > > Now, I know libcom_err.so.3 is part of kerberos; I've got > libcom_err.so.2 installed, apparently as part of the krb5-libs-1.3.4-6 > package. Oddly enough, when I google libcom_err.so.3, I see it as part > of the krb5-libs-1.2.x package. So, do I need to downgrade my kerberos > libraries, or is there a better/easier/won'tscrewanythingelseup way to > get libcom_err.so.3? The latest krb5 version of Red Hat Linux 9 is 1.2.7-14. You seem to have upgraded your system using Fedora Core 2 packages. Anyway, I think you should recompile the SRPM for your platform. It's in the binary/v8.0.0rc1/srpms/ directory of PostgreSQL FTP server (or in one of its mirrors). Regards, - -- Devrim GUNDUZ devrim~gunduz.org devrim.gunduz~linux.org.tr http://www.tdmsoft.com http://www.gunduz.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFB0Dvrtl86P3SPfQ4RAuDiAJ0QDtBEZWSWRp1aHHwn8U w+OZ31hwCg5nEa EWWUNX9EnxAh/4ge3vjjnUk= =LcYr -----END PGP SIGNATURE----- ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org |