On Sun, Jun 12, 2011 at 10:09:54AM +0200, Alexander Farber wrote:
Hello,
does anybody know of a good source for a apr-util-pgsql rpm package for CentOS 5.6 / 64 bit and even more I'm curious why isn't it included but the apr-util-mysql is included...
Disclaimer: you might want to wait for someone else to chime in with a response, in case my advice isn't considered "such a good idea".
The apr-util source code package available on
http://apr.apache.org/download.cgi
contains a .spec file. Having just downloaded the .bz2 file myself, a quick rpmbuild -tb <.bz2 source file>, it builds w/o error.
Then a quick
rpm -Uvh /home/steve/rpmbuild/RPMS/i386/apr-devel-1.4.5-1.i386.rpm /home/steve/rpmbuild/RPMS/i386/apr-1.4.5-1.i386.rpm
And you're running v1.4.5. Referring to the .spec file itself, it's being built `--with-pgsql', so that should give you what you want...?
Hope that helps :-)
Cheers
Steve