Compress::Zlib installation

Compress::Zlib installation

am 12.08.2006 13:25:14 von rahed

Hello,

I install Compress::Zlib 1.42 on Solaris 5.10.

make emits fatal error 'Command failed for target 'Zlib.o'. The same
error for all zlib library options: zlib included in the module, zlib
preinstalled or zlib sources in the module installation
directory. Options set in config.in.

zlib library version: 1.2.3

Any suggestions?

Thank you.

--
Radek

Re: Compress::Zlib installation

am 12.08.2006 18:58:03 von Paul Marquess

rahed wrote:

> Hello,
>
> I install Compress::Zlib 1.42 on Solaris 5.10.
>
> make emits fatal error 'Command failed for target 'Zlib.o'. The same
> error for all zlib library options: zlib included in the module, zlib
> preinstalled or zlib sources in the module installation
> directory. Options set in config.in.
>
> zlib library version: 1.2.3

I need more information to help diagnose the problem you are having.

This is from the README file that comes with the Compress::Zlib
distribution. Also include a copy of the config.in file you are using.


4. If you are having problems building Compress::Zlib, send me a
complete log of what happened. Start by unpacking the Compress:Zlib
module into a fresh directory and keep a log of all the steps

[edit config.in, if necessary]
perl Makefile.PL
make
make test TEST_VERBOSE=1


Paul

Re: Compress::Zlib installation

am 16.08.2006 18:20:04 von rahed

Paul Marquess writes:

> I need more information to help diagnose the problem you are having.
>
> This is from the README file that comes with the Compress::Zlib
> distribution. Also include a copy of the config.in file you are using.
>
>
> 4. If you are having problems building Compress::Zlib, send me a
> complete log of what happened. Start by unpacking the Compress:Zlib
> module into a fresh directory and keep a log of all the steps
>
> [edit config.in, if necessary]
> perl Makefile.PL
> make
> make test TEST_VERBOSE=1

As P. Marquess suggested this was a Solaris 10 ggc issue with headers.
After applying fix according to sunfreeware.com the module got
installed.

--
Radek