I have been running Davical on a CentOS 5 box for a while now with no problems.
Yesterday however, I installed Trac bug-tracker which eventually forced me to run a full update via Yum which updated a whole heap of packages.
I cant seem to work out exactly what the issue is and time spent googling didn't seem to bring about much in the way of ideas.
Has anyone had the same problem or could anyone indicate a way to better identify whats going on?
Many Thanks!
Full Error readout :
[Wed May 11 17:52:53 2011] [error] davical: LOG: always: Query: QF: SQL error "58P01" - ERROR: could not load library "/usr/lib/pgsql/plpgsql.so": /usr/lib/pgsql/plpgsql.so: undefined symbol: PinPortal"
Checking to see if file exists
[@shogun ~]# tree -a /usr/lib/pgsql/ | grep "plpgsql"
|-- plpgsql.so
Version of pg installed
[@shogun ~]# pg_config | grep "VERSION"
VERSION = PostgreSQL 8.1.23
[@shogun postgresql-8.3.8]# yum list installed | grep 'post'
postgresql.i386 8.1.23-1.el5_6.1 installed
postgresql-devel.i386 8.1.23-1.el5_6.1 installed
postgresql-libs.i386 8.1.23-1.el5_6.1 installed
postgresql-python.i386 8.1.23-1.el5_6.1 installed
postgresql-server.i386 8.1.23-1.el5_6.1 installed