Garance A Drosehn wrote:
> On 6/20/06, Lanny Rosicky <lanny / canczech.com> wrote:
>>
>> I believe I missed someting in the configuration which points to my
>> (existing] zlib, or the object code is "unloadable".
>>
>> Mat, thanks for your effort. I will abandon this - the support on AIX
>> seems to be awfully sparce.
> 
> In my case (on aix 4.3), I just installed the files from the zlib
> package in the locations:
>    /usr/include/zconf.h
>    /usr/include/zlib.h
>    /usr/lib/libz.a
>    /usr/share/man/man3/zlib.3
> 
> I didn't seem to have much trouble building ruby at that point.

Thanks for your response.

I did what you did and it produced the same fault result - ie

make
make test
make install

... no errors (except compiler warnings)

rs6000:/huge/ruby-1.8.4>irb
irb(main):001:0> require "zlib"
LoadError: no such file to load -- zlib
        from (irb):1:in `require'
        from (irb):1
Any ideas ?

-- 
Posted via http://www.ruby-forum.com/.