Lamar Owen wrote:

On Monday 01 December 2003 08:53 pm, Gaetano Mendola wrote:

Hi all,
I'm still experiencing problem trying to
rebuild the rpm from the file:
postgresql-7.4-0.5PGDG.src.rpm


I seen that the configure is done with:
--with-krb5=/usr.


You need to specify that you are building for Red Hat 9 on the command line. The command line argument would be:
rpmbuild --define 'build89 1' --rebuild....

I'll try.



I also try to install the RPM already builded but I obtain:
file /usr/include/sqltypes.h from install of
postgresql-devel-7.4-0.5PGDG conflicts with file from package
unixODBC-devel-2.2.3-6


There is a namespace collision between the unixODBC includes and the PostgreSQL includes. It is being looked at; one or both will have to move the include to somewhere else. So, at the moment, you can't have unixODBC-devel and postgresql-devel installed at the same time. I am investigating the best way of correcting this without breaking too many things.


After uninstalling the package unixODBC-devel-2.2.3-6 all was fine.

Regards
Gaetano Mendola


PS: the 7.4 will be remembered as the longest release to be developed and for the longest period needed in order to have the RPM for RH. Good job anyway.







---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
     joining column's datatypes do not match

Reply via email to