From: pere.noel@... (=?ISO-8859-1?Q?Une_b=E9vue?=) Date: 2006-03-10T03:43:42+09:00 Subject: Re: RubyCocoa and libxml-ruby-0.3.6 Daniel Harple wrote: > The latest Apple security update broke rsync. Do a port install rsync > or: > remove /opt/local/var/db/dports/sources/ > rsync.rsync.darwinports.org_dpupdate_dports/ and sync. ok done that works right now > > > right i'll rm -rf this stuff... > > You can also pass the -f (force) flag to DP when you install: > port -f install ... i'm doing : sudo port install rb-libxml2 i've seen that dp install first another libxml2 ok job finished i did a small test, seems to be ok. i have to say something about my previous libxml2 install (i've installed it because i didn't know it's standard on Tiger). i had used the combo bersion (1 or 2 monthes ago) : GnomeLibXmlCombo-2005-11-06 giving : libexslt.framework libxml.framework libxslt.framework xmllint xsltproc the frameworks are installed in /Library/Frameworks i've repackaged this afternoon a RubyCocoa app making use of ruby-libxml. that works on my computer however a tester had a crash with this message : dyld: Library not loaded: @executable_path/../Frameworks/ libxml.framework/Versions/2.6.22/libxml this that means, the version of libxml2 i had, before reinstalling everything using dp, was linked to this libxml2-combo version ? and now, with the newest libxml2 installed by dp, would one of my testers have the same kind of prob ? -- une b�vue