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...
Thank you Alex
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
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...
Sorry, just realised I was getting my apr vs apr-util's mixed up. Having just downloaded and built 1.3.12 of apr-util from the Apache site, I can confirm my previous advice is till applicable - the rpmbuild --tb <source .bz2> builds cleanly.
Wrote: /home/steve/rpmbuild/RPMS/i386/apr-util-1.3.12-1.i386.rpm Wrote: /home/steve/rpmbuild/RPMS/i386/apr-util-devel-1.3.12-1.i386.rpm Wrote: /home/steve/rpmbuild/RPMS/i386/apr-util-pgsql-1.3.12-1.i386.rpm Wrote: /home/steve/rpmbuild/RPMS/i386/apr-util-mysql-1.3.12-1.i386.rpm Wrote: /home/steve/rpmbuild/RPMS/i386/apr-util-sqlite-1.3.12-1.i386.rpm Wrote: /home/steve/rpmbuild/RPMS/i386/apr-util-freetds-1.3.12-1.i386.rpm Wrote: /home/steve/rpmbuild/RPMS/i386/apr-util-odbc-1.3.12-1.i386.rpm Wrote: /home/steve/rpmbuild/RPMS/i386/apr-util-ldap-1.3.12-1.i386.rpm Wrote: /home/steve/rpmbuild/RPMS/i386/apr-util-dbm-1.3.12-1.i386.rpm Wrote: /home/steve/rpmbuild/RPMS/i386/apr-util-debuginfo-1.3.12-1.i386.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.52542
Steve
On Sun, 12 Jun 2011, Alexander Farber wrote:
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...
I seem to have one built on a CentOS 5 platform, although I do not have it insgtalled, as side fruit from a rebuild of apr-util for building a later 'subversion' -- it seems to be a straight rebuild of the Fedora 13 SRPM (there were some other build requires as well)
[herrold@centos-5 build]$ find ~/rpmbuild/ -name "apr-util-pgsql*" /home/herrold/rpmbuild/RPMS/x86_64/apr-util-pgsql-1.3.9-3orc.x86_64.rpm /home/herrold/rpmbuild/RPMS/x86_64/apr-util-pgsql-1.3.9-1orc.x86_64.rpm [herrold@centos-5 build]$ rpm -qip \ /home/herrold/rpmbuild/RPMS/x86_64/apr-util-pgsql-1.3.9-3orc.x86_64.rpm Name : apr-util-pgsql Relocations: (not relocatable) Version : 1.3.9 Vendor: orc Release : 3orc Build Date: Wed 15 Sep 2010 05:18:42 PM EDT Install Date: (not installed) Build Host: centos-5.first.lan Group : Development/Libraries Source RPM: apr-util-1.3.9-3orc.src.rpm
-- Russ herrold