------art_9797_18307144.1133629812797
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

There is something wrong with your installation. The One-Click Ruby
Installer comes with ZLib already installed, so you shouldn't be having this
problem.

Try this:

- Uninstall Ruby

- make sure that the directory you have ruby installed in is completely
deleted.

- Make sure your path does *not* contain ruby\bin and that the RUBYOPT
environment variable does not exist (unless you've set it yourself)

- Reinstall Ruby.

- Make sure you path *does* contain ruby\bin and that RUBYOPT contains
"rubygems" (reboot and check again if it doesn't).

The above steps will, at least, ensure that you have a good Ruby
installation.

Curt

On 12/2/05, Daniel R <draens / hotmail.com> wrote:
>
> I am using last ruby installed with the 1-click install, on Windows.
>
> When i use extconf.rb files, I always get errror messages like this
> one:
>   checking for deflateReset() in z.lib... no
>   checking for deflateReset() in libz.lib... no
>   checking for deflateReset() in zlib.lib... no
>
> I tried to install ruby-zlib from
> http://raa.ruby-lang.org/project/ruby-zlib
> but i have the same problems.
>
> Can someone please help me ? How can I make extconf.rb files work ?
> Any help would be greatly appreciated, since I really would like to use
> ruby but can't figure how to solve problems like this one.
>
>
>

------art_9797_18307144.1133629812797--