On 05/03/11 6:57 PM, James A. Peltier wrote:
On 05/03/2011 04:36 PM, James A. Peltier wrote: | Do you have any "exclude=" items in your | /etc/yum.repos.d/CentOS-Base.repo or your /etc/yum.conf file ... | specifically is postgresql-libs (or postgresql*) excluded?
Yup! That was it. Looks like someone went and update the package sources to include exclude=postgresql*, but why does Apache need postgresql-libs anyway?
# rpm -q --whatrequires libpq.so.4 dovecot-1.0.7-7.el5 apr-util-1.2.7-7.el5_3.2 perl-DBD-Pg-1.49-2.el5_3.1 php-pgsql-5.2.10-1.el5.centos #
I bet its apr-util.... apr is some sort of caching system for apache, I believe.