On Fri, 2007-02-02 at 11:35 +0000, Andrew Wafaa wrote: > Michel, Hi Andy,
> >I've managed to overcome my gnutls problems. It's not an rpm solution > >and some hacking (very minor) is involved. > > What hacking did you have to do? The gnutls rpm from centos/rhel give an error at bongo compile time. Something about an "_ANS!......" reference in gnutls. I then tried to compile gnutls (version 1.0.25) by hand (after removing gnutls, libtans1 and opncdk rpm's (including the -devel ones). First I compile libtasn1 (version 0.35) and opencdk. Then I compiled gnutls but a similar error came when I did that as when I compiled bongo. Only slightly different but still with the (_ANS.....) reference. I looked up that message in google and only one result came back with a patch. The patch did'nt work (came back with an error) so I started hacking the diffs in the patch by hand. The compile still gave errors but one less then before. Most diffs involved removing an underscore in an xml.c file so I removed the starting underscored from the rest of the lines (so _ASN1... became ASN1...) that worked and after compiling gnutls the compile of bongo was a success also. :) Hope this makes sense to you.:) > >Next problem is python as it seems, because bongo-standalone won't > >start. Haven't tried with apache yet. > > I think Mandriva may have a similar issue. I've a feeling it has > something to do with versioning, they both use v2.3 - I may well be > wrong, but it's the only thing I can think of. Yep centos 4.x uses python 2.3. And I know that in last versions of Hula I couldn't use hula-standalone anymore so I used apache. Again haven't gone that path with Bongo yet. No time. :) > Regards, > > Andy SeeYa, Michel _______________________________________________ Bongo-users mailing list [email protected] https://mail.gna.org/listinfo/bongo-users
