I have read all the posts and google output on zlib which rubygem
install (and any require) cannot find.
I have rerun ext/zlib
rs6000:/huge/ruby-1.8.4/ext/zlib>ruby extconf.rb
checking for deflateReset() in -lz... yes
checking for zlib.h... yes
checking for kind of operating system... Unix
creating Makefile
and make
rs6000:/huge/ruby-1.8.4/ext/zlib>make
cc -g -I. -I/usr/local/lib/ruby/1.8/powerpc-aix4.3.3.0
-I/usr/local/lib/ruby/1.8/powerpc-aix4.3.3.0 -I. -DHAVE_ZLIB_H
-I/usr/local/include -DOS_CODE=OS_UNIX -c zlib.c
/usr/ccs/bin/ld -brtl -eInit_zlib
-bI:/usr/local/lib/ruby/1.8/powerpc-aix4.3.3.0/ruby.imp -bM:SRE -T512
-H512 -L"/usr/local/lib" -o zlib.so zlib.o -lz -ldl -lcrypt -lm
-lc
Target "all" is up to date.
to no avail. Could someone please help me?
--
Posted via http://www.ruby-forum.com/.