Postgres just released a 8.3.4 update a few days ago and when trying to update with a “yum update”, I got the following error:
--> Finished Dependency Resolution
Error: Missing Dependency: libossp-uuid.so.15 is needed by package postgresql-contrib
Interesting. Well libossp-uuid.so.15 is presumably used by the new-to-8.3 UUID datatype but I haven’t had this issue before. The good news is you can find yourself an RPM in the Fedora repo from Redhat to solve your dependency: http://download.fedora.redhat.com/pub/epel/5/i386/uuid-1.5.1-3.el5.i386.rpm
Run “rpm -Uvh uuid-1.5.1-3.el5.i386.rpm” and your PGDG 8.3.4 contrib RPM will update without a hitch.
me said:
on October 7, 2008 at 10:54 am
Thanks!