[libxml-devel] extconf failure: need libm - installing libxml on Fedora Core 6

2008-01-12 Thread Nick Black
Hello, I'm trying to build libxml-ruby on Fedora Core 6, but get the following errors: bash-3.1# ruby extconf.rb --with-zlib-dir=/usr/lib64/ --with-zlib-include=/usr/include/bzlib.h --with-mlib=/lib/libm.so.6 checking for socket() in -lsocket... no checking for gethostbyname() in -lnsl... no che

Re: [libxml-devel] extconf failure: need libm - installing libxml on Fedora Core 6

2008-01-12 Thread Todd Fisher
I believe the options to extconf.rb. Expect a directory not an exact file... Hope this helps On 1/12/08, Nick Black <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to build libxml-ruby on Fedora Core 6, but get the following > errors: > > bash-3.1# ruby extconf.rb --with-zlib-dir=/usr/lib64/

Re: [libxml-devel] extconf failure: need libm - installing libxml on Fedora Core 6

2008-01-12 Thread Tom Hughes
In message <[EMAIL PROTECTED]> "Nick Black" <[EMAIL PROTECTED]> wrote: > I'm trying to build libxml-ruby on Fedora Core 6, but get the following > errors: > > bash-3.1# ruby extconf.rb --with-zlib-dir=/usr/lib64/ > --with-zlib-include=/usr/include/bzlib.h --with-mlib=/lib/libm.so.6 >