Kevin, only thing I can think is to make sure that /opt/local/bin and /
opt/local/sbin are exported as the first items in your PATH (as per
the macports install guide)
If libxml-ruby cannot find /opt/local/bin/xml2-config... then it may
not work.

For example, in my /etc/profile I have:
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export MANPATH=/opt/local/share/man:$MANPATH

(if you change this, be sure to restart your terminal window)

-jc



On Mar 6, 1:16 pm, Kevin Menard <kevin.men...@snapmylife.com> wrote:
> 2009/3/6 Charlie Savage <c...@savagexi.com>
>
>
>
> > No problem.  Sure you are linking against MacPorts?  The version of libxml2
> > in MacPorts should work fine.
>
> > I think maybe you have to use --with-xml2-config.  Joe?
>
> I've been able to build every version of libxml-ruby up until 0.9.9, save
> for one version that broke on MacPorts (0.9.3?).  So, I have no reason to
> believe otherwise.  The problem I have is precisely that described in the
> other bug report.
>
> --
> Kevin
>
> _______________________________________________
> libxml-devel mailing list
> libxml-de...@rubyforge.orghttp://rubyforge.org/mailman/listinfo/libxml-devel
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to