bingo - I created a sym link doing this:

# ls -l /usr/lib64/libz.*
-rwxr-xr-x 1 root root 108692 Jul 19  2006 /usr/lib64/libz.a
lrwxrwxrwx 1 root root     13 Jan 13 18:46 /usr/lib64/libz.so -> libz.so.1.2.3
...
...

and the install worked.  Previously I had libz.so.1 and libz.so.1.2.3,
which seems to have been the cause of the problem.

Thanks for the help Tom.



On Jan 13, 2008 6:03 PM, Tom Hughes <[EMAIL PROTECTED]> wrote:
> In message <[EMAIL PROTECTED]>
>           "Nick Black" <[EMAIL PROTECTED]> wrote:
>
> > Ok - thanks for the tip.
> >
> >  extconf still isn't successfully running though - its failing to find
> > libz, so far as I can see gcc is looking for it in /usr/lib64 and for
> > the headers in /usr/include, which have the headers and the library.
> >
> > mkmf.log from # ruby extconf.rb  is here
> > http://www.blacksworld.net/fedora/mkmf.log
>
> Do you have /usr/lib64/libz.so? It looks like you don't, but that
> would imply you don't have the zlib-devel package installed but if
> that is the case I don't understand why you have the header files?
>
>
> Tom
>
> --
> Tom Hughes ([EMAIL PROTECTED])
> http://www.compton.nu/
> _______________________________________________
> libxml-devel mailing list
> libxml-devel@rubyforge.org
> http://rubyforge.org/mailman/listinfo/libxml-devel
>



-- 
Nick Black
--------------------------------
http://www.blacksworld.net
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to