View Single Post
  #4 (permalink)  
Old 08-03-2003
catalin catalin is offline
Registered User
 
 
Join Date: Jul 2003
Location: Oslo, Norway
Posts: 57
Smile xerces installed - moving on

Hi!

I just want to let everybody know that I have found the solution to my previous post. It turns out that a command like

rpmbuild -ta xerces-c-src2_2_0.tar.gz

will build a binary rpm in a directory like /usr/src/redhat/RPMS/i386. The rpm must then be installed.

For the problem at hand I cd'ed into the above mentioned directory and installed the xerces rpm with the "rpm -Uvh xerces-c-2.2.0-2.i386.rpm" command. I am now compiling further.

Catalin
Reply With Quote