Actually, checking back on my notes, I did have some issues with building
dbxml.

Specifically dependency on gcc, gcc-c++, libgcc, however:

   yum install gcc gcc-c++ libgcc

failed, it seemed like some kind of package dependency issue.

I tried the following, then it seemed to build correctly:

   yum install libgcc
   yum install glibc
   yum install glibc-common
   yum install glibc-devel glibc-headers
   yum install gcc
   yum install gcc-c++
   yum install libgcc 

Steve

> -----Original Message-----
> From: Steve Bayliss [mailto:stephen.bayl...@acuityunlimited.net] 
> Sent: 01 October 2010 15:54
> To: 'Steve Barr'; fedora-commons-users@lists.sourceforge.net
> Subject: Re: [fcrepo-user] FeSL questions
> 
> 
> Hi Steve
> 
> I've built dbxml before on CentOS, a RHEL clone, without any issues I
> believe.  Could you confirm
> - which version of dbxml
> - which version/release of RHEL
> 
> Currently dbxml is necessary (though we are hoping it will not be a
> dependency in future releases).
> 
> Thanks
> Steve
> 
> > -----Original Message-----
> > From: Steve Barr [mailto:steve.b...@pobox.com] 
> > Sent: 01 October 2010 14:27
> > To: fedora-commons-users@lists.sourceforge.net
> > Subject: [fcrepo-user] FeSL questions
> > 
> > 
> > Hi,
> > 
> > At UNC-Chapel Hill we've been looking at using FeSL authz, but the
> > Xerces-C part of the dbxml package won't build on stock Red Hat 5.
> > Does anyone know if it is needed to use dbxml with FeSL?  Is there a
> > list of which Linux distros/versions were used to test FeSL?
> > 
> > If you don't know the answers but know who I might contact to find
> > out, please let me know.
> > 
> > Thanks,
> > 
> > Steve
> > 
> > --------------------------------------------------------------
> > ----------------
> > Start uncovering the many advantages of virtual appliances
> > and start using them to simplify application deployment and
> > accelerate your shift to cloud computing.
> > http://p.sf.net/sfu/novell-sfdev2dev
> > _______________________________________________
> > Fedora-commons-users mailing list
> > Fedora-commons-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
> > 
> 
> 
> --------------------------------------------------------------
> ----------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Fedora-commons-users mailing list
> Fedora-commons-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
> 


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to