Cheers for that, you sent me in the right direction.
I'd been staring at my screen FAR too long and totally forgotten to install
the zlib app! as opposed to the interface module, AxKit installed all its
pre-requisite modules just fine :)
> Looks like you're missing some required modules. For instance, zlib -
> Zlib.xs:25: zlib.h: No such file or directory.
>
> Double check the errors for other missing modules. Download and install
> those and then Axkit should work without failure...
>
> Oh, you may know this already, but get yourself a compny of GNU tar...
> Solaris tar has some compatibility issues...
>
> [EMAIL PROTECTED] wrote:
>
>> Hi,
>>
>> Appoligies in advance, sure i'm missing something real simple here.
>>
>> Trying to compile AxKit 1.5 from src, Makefile.PL produces some nasty
>> warnings and make eventally fails with, (also fails with the same error when
>> installing via CPAN shell);
>>
>> ------
>> gcc -c -I./libraries/1.1.3 -fno-strict-aliasing -I/usr/local/include
>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.09\"
>> -DXS_VERSION=\"1.09\" -fPIC -I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE
>> Zlib.c
>> Zlib.xs:25: zlib.h: No such file or directory
>> *** Error code 1
>> make: Fatal error: Command failed for target `Zlib.o'
>> Current working directory /usr/local/sw/AxKit-1.5/Compress-Zlib-1.09
>> *** Error code 1
>> make: Fatal error: Command failed for target `subdirs'
>> ------
>>
>> Driving me nuts, it seems to be complaing about Perl for some reason. Not
>> sure why, can anyone help out?
>>
>> Using Apache 1.3.23 with mod perl 1.26 running under Perl 5.6.1 on
>> Solaris2.7
>>
>> Cheers.
>>
>>
>> -------output follows
>>
>> # perl Makefile.PL DEBUG=1
>> checking for module mod_perl >= version 1.17... eval("package Foo; use
>> mod_perl 1.17;")
>> yes
>> checking for module XML::Parser >= version 2.27... eval("package Foo; use
>> XML::Parser 2.27;")
>> Can't locate XML/Parser.pm in @INC (@INC contains:
>> /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1
>> /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris
>> /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at
>> (eval 10) line 1.
>> BEGIN failed--compilation aborted at (eval 10) line 1.
>> no
>> looking for -lexpat... perl Makefile.PL
>> Writing Makefile for Conftest
>> make test 'OTHERLDFLAGS=-lexpat'
>> cp Conftest.pm blib/lib/Conftest.pm
>> /usr/local/bin/perl -I/usr/local/lib/perl5/5.6.1/sun4-solaris
>> -I/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp
>> -typemap /usr/local/lib/perl5/5.6.1/ExtUtils/typemap Conftest.xs >
>> Conftest.xsc && mv Conftest.xsc Conftest.c
>> gcc -c -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
>> -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1\" -DXS_VERSION=\"1\" -fPIC
>> -I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE Conftest.c
>> Running Mkbootstrap for Conftest ()
>> chmod 644 Conftest.bs
>> rm -f blib/arch/auto/Conftest/Conftest.so
>> LD_RUN_PATH="" gcc -G -L/usr/local/lib Conftest.o -lexpat -o
>> blib/arch/auto/Conftest/Conftest.so
>> ld: fatal: library -lexpat: not found
>> ld: fatal: File processing errors. No output written to
>> blib/arch/auto/Conftest/Conftest.so
>> collect2: ld returned 1 exit status
>> *** Error code 1
>> make: Fatal error: Command failed for target
>> `blib/arch/auto/Conftest/Conftest.so'
>> system call to 'make test 'OTHERLDFLAGS=-lexpat'' failed at Makefile.PL line
>> 280.
>> no
>> compiling expat... cd expat-1.95.1 && ./configure && make
>> loading cache ./config.cache
>> checking host system type... sparc-sun-solaris2.7
>> checking build system type... sparc-sun-solaris2.7
>> checking for ranlib... (cached) ranlib
>> checking for gcc... (cached) gcc
>> checking whether the C compiler (gcc ) works... yes
>> checking whether the C compiler (gcc ) is a cross-compiler... no
>> checking whether we are using GNU C... (cached) yes
>> checking whether gcc accepts -g... (cached) yes
>> checking for ld used by GCC... (cached) /usr/ccs/bin/ld
>> checking if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no
>> checking for BSD-compatible nm... (cached) /usr/ccs/bin/nm -p
>> checking whether ln -s works... (cached) yes
>> loading cache ./config.cache within ltconfig
>> checking for object suffix... o
>> checking for executable suffix... (cached) no
>> checking for gcc option to produce PIC... -fPIC
>> checking if gcc PIC flag -fPIC works... yes
>> checking if gcc supports -c -o file.o... yes
>> checking if gcc supports -c -o file.lo... yes
>> checking if gcc supports -fno-rtti -fno-exceptions ... yes
>> checking if gcc static flag -static works... -static
>> checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
>> checking whether the linker (/usr/ccs/bin/ld) supports shared libraries...
>> yes
>> checking command to parse /usr/ccs/bin/nm -p output... ok
>> checking how to hardcode library paths into programs... immediate
>> checking for /usr/ccs/bin/ld option to reload object files... -r
>> checking dynamic linker characteristics... solaris2.7 ld.so
>> checking if libtool supports shared libraries... yes
>> checking whether to build shared libraries... yes
>> checking whether to build static libraries... yes
>> checking for objdir... .libs
>> creating libtool
>> loading cache ./config.cache
>> checking for gcc... (cached) gcc
>> checking whether the C compiler (gcc -g -O2 ) works... yes
>> checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
>> checking whether we are using GNU C... (cached) yes
>> checking whether gcc accepts -g... (cached) yes
>> checking for a BSD compatible install... conftools/install-sh -c
>> checking how to run the C preprocessor... (cached) gcc -E
>> checking for ANSI C header files... (cached) yes
>> checking for fcntl.h... (cached) yes
>> checking for unistd.h... (cached) yes
>> checking whether byte ordering is bigendian... (cached) yes
>> checking for working const... (cached) yes
>> checking for off_t... (cached) yes
>> checking for size_t... (cached) yes
>> checking for 8-bit clean memcmp... (cached) yes
>> checking for unistd.h... (cached) yes
>> checking for getpagesize... (cached) yes
>> checking for working mmap... (cached) yes
>> checking for memmove... (cached) yes
>> checking for bcopy... (cached) yes
>> creating ./config.status
>> creating Makefile
>> creating lib/Makefile
>> creating xmlwf/Makefile
>> creating examples/Makefile
>> creating config.h
>> config.h is unchanged
>> cd lib; make
>> ok
>> checking for module Digest::MD5 >= version 2.09... eval("package Foo; use
>> Digest::MD5 2.09;")
>> yes
>> checking for module Compress::Zlib >= version 0... eval("package Foo; use
>> Compress::Zlib 0;")
>> Can't locate Compress/Zlib.pm in @INC (@INC contains:
>> /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1
>> /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris
>> /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at
>> (eval 12) line 1.
>> BEGIN failed--compilation aborted at (eval 12) line 1.
>> no
>> checking for module Error >= version 0.13... eval("package Foo; use Error
>> 0.13;")
>> Can't locate Error.pm in @INC (@INC contains:
>> /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1
>> /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris
>> /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at
>> (eval 13) line 1.
>> BEGIN failed--compilation aborted at (eval 13) line 1.
>> no
>> checking for module Apache::Request >= version 0.31_03... eval("package Foo;
>> use Apache::Request 0.31_03;")
>> Can't locate Apache/Request.pm in @INC (@INC contains:
>> /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1
>> /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris
>> /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at
>> (eval 14) line 1.
>> BEGIN failed--compilation aborted at (eval 14) line 1.
>> no
>> checking for module XML::XPath >= version 1.00... eval("package Foo; use
>> XML::XPath 1.00;")
>> Can't locate XML/XPath.pm in @INC (@INC contains:
>> /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1
>> /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris
>> /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at
>> (eval 15) line 1.
>> BEGIN failed--compilation aborted at (eval 15) line 1.
>> no
>> XML::XPath 1.00 or higher is required for XPathScript
>> to work. You don't have to install it, but you won't be able
>> to use XPathScript stylesheets without it.
>>
>> checking for module HTTP::GHTTP >= version 1.00... eval("package Foo; use
>> HTTP::GHTTP 1.00;")
>> Can't locate HTTP/GHTTP.pm in @INC (@INC contains:
>> /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1
>> /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris
>> /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at
>> (eval 16) line 1.
>> BEGIN failed--compilation aborted at (eval 16) line 1.
>> no
>> HTTP::GHTTP is used for retrieving remote URIs within AxKit.
>> We use HTTP::GHTTP because it is significantly faster and lighter
>> than LWP, however AxKit will use LWP if it cannot locate
>> HTTP::GHTTP.
>>
>> checking for module XML::Sablotron >= version 0.40... eval("package Foo; use
>> XML::Sablotron 0.40;")
>> Can't locate XML/Sablotron.pm in @INC (@INC contains:
>> /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1
>> /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris
>> /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at
>> (eval 17) line 1.
>> BEGIN failed--compilation aborted at (eval 17) line 1.
>> no
>> XML::Sablotron 0.40 or higher is required for our Sablotron
>> XSLT processor to work. You don't have to install it,
>> but you won't be able to use Apache::AxKit::Language::Sablot without it.
>>
>> checking for module XML::LibXML >= version 1.31... eval("package Foo; use
>> XML::LibXML 1.31;")
>> Can't locate XML/LibXML.pm in @INC (@INC contains:
>> /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1
>> /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris
>> /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at
>> (eval 18) line 1.
>> BEGIN failed--compilation aborted at (eval 18) line 1.
>> no
>> XML::LibXML 1.31 or higher is required for the XSP engine
>> to work. You don't have to install it, but you won't
>> be able to use XSP pages without it.
>>
>> checking for module XML::LibXSLT >= version 1.31... eval("package Foo; use
>> XML::LibXSLT 1.31;")
>> Can't locate XML/LibXSLT.pm in @INC (@INC contains:
>> /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1
>> /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris
>> /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at
>> (eval 19) line 1.
>> BEGIN failed--compilation aborted at (eval 19) line 1.
>> no
>> XML::LibXSLT 1.31 or higher is required for our LibXSLT
>> XSLT processor to work. You don't have to install it,
>> but you won't be able to use Apache::AxKit::Language::LibXSLT without it.
>>
>> running xml2-config... xml2-config --libs
>> failed (will try to find libxml2 anyway)
>> looking for -lxml2... perl Makefile.PL
>> 'EXPATLIBPATH=/usr/local/sw/AxKit-1.5/expat-1.95.1/lib/.libs'
>> 'EXPATINCPATH=/usr/local/sw/AxKit-1.5/expat-1.95.1/lib'
>> 'EXPATINCPATH' is not a known MakeMaker parameter name.
>> 'EXPATLIBPATH' is not a known MakeMaker parameter name.
>> Writing Makefile for Conftest
>> make test 'OTHERLDFLAGS=-lxml2'
>> cp Conftest.pm blib/lib/Conftest.pm
>> /usr/local/bin/perl -I/usr/local/lib/perl5/5.6.1/sun4-solaris
>> -I/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp
>> -typemap /usr/local/lib/perl5/5.6.1/ExtUtils/typemap Conftest.xs >
>> Conftest.xsc && mv Conftest.xsc Conftest.c
>> gcc -c -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
>> -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1\" -DXS_VERSION=\"1\" -fPIC
>> -I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE Conftest.c
>> Running Mkbootstrap for Conftest ()
>> chmod 644 Conftest.bs
>> rm -f blib/arch/auto/Conftest/Conftest.so
>> LD_RUN_PATH="" gcc -G -L/usr/local/lib Conftest.o -lxml2 -o
>> blib/arch/auto/Conftest/Conftest.so
>> ld: fatal: library -lxml2: not found
>> ld: fatal: File processing errors. No output written to
>> blib/arch/auto/Conftest/Conftest.so
>> collect2: ld returned 1 exit status
>> *** Error code 1
>> make: Fatal error: Command failed for target
>> `blib/arch/auto/Conftest/Conftest.so'
>> system call to 'make test 'OTHERLDFLAGS=-lxml2'' failed at Makefile.PL line
>> 280.
>> no
>>
>> We will now check if your apache has XML symbols in it, to be sure that
>> AxKit will work under your version of Apache. If you do not wish to
>> perform this check, please just enter 0 (zero) below.
>>
>> Path to apache httpd? [/usr/local/apache/bin/httpd]
>> /usr/local/apache/bin/httpd -v
>> checking for expat symbols in apache... grep -i xml
>> /usr/local/apache/bin/httpd
>> ok
>> calling WriteMakefile with config:
>> INC =
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/modu
>> les/perl
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/incl
>> ude
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/rege
>> x
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/os/u
>> nix
>> EXPATLIBPATH = /usr/local/sw/AxKit-1.5/expat-1.95.1/lib/.libs
>> EXPATINCPATH = /usr/local/sw/AxKit-1.5/expat-1.95.1/lib
>> 'EXPATINCPATH' is not a known MakeMaker parameter name.
>> 'EXPATLIBPATH' is not a known MakeMaker parameter name.
>> checking for iconv() in -liconv... perl Makefile.PL
>> 'EXPATLIBPATH=/usr/local/sw/AxKit-1.5/expat-1.95.1/lib/.libs' 'INC=
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/modu
>> les/perl
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/incl
>> ude
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/rege
>> x
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/os/u
>> nix' 'EXPATINCPATH=/usr/local/sw/AxKit-1.5/expat-1.95.1/lib'
>> EXPATLIBPATH = /usr/local/sw/AxKit-1.5/expat-1.95.1/lib/.libs
>> INC =
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/modu
>> les/perl
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/incl
>> ude
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/rege
>> x
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/os/u
>> nix
>> EXPATINCPATH = /usr/local/sw/AxKit-1.5/expat-1.95.1/lib
>> 'EXPATINCPATH' is not a known MakeMaker parameter name.
>> 'EXPATLIBPATH' is not a known MakeMaker parameter name.
>> Writing Makefile for Conftest
>> make test 'OTHERLDFLAGS=-liconv'
>> cp Conftest.pm blib/lib/Conftest.pm
>> /usr/local/bin/perl -I/usr/local/lib/perl5/5.6.1/sun4-solaris
>> -I/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp
>> -typemap /usr/local/lib/perl5/5.6.1/ExtUtils/typemap Conftest.xs >
>> Conftest.xsc && mv Conftest.xsc Conftest.c
>> gcc -c
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/modu
>> les/perl
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/incl
>> ude
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/rege
>> x
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/os/u
>> nix -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
>> -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1\" -DXS_VERSION=\"1\" -fPIC
>> -I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE Conftest.c
>> Running Mkbootstrap for Conftest ()
>> chmod 644 Conftest.bs
>> rm -f blib/arch/auto/Conftest/Conftest.so
>> LD_RUN_PATH="" gcc -G -L/usr/local/lib Conftest.o -liconv -o
>> blib/arch/auto/Conftest/Conftest.so
>> ld: fatal: library -liconv: not found
>> ld: fatal: File processing errors. No output written to
>> blib/arch/auto/Conftest/Conftest.so
>> collect2: ld returned 1 exit status
>> *** Error code 1
>> make: Fatal error: Command failed for target
>> `blib/arch/auto/Conftest/Conftest.so'
>> system call to 'make test 'OTHERLDFLAGS=-liconv'' failed at (eval 37) line
>> 176.
>> no
>> checking for libiconv() in -liconv... perl Makefile.PL
>> 'EXPATLIBPATH=/usr/local/sw/AxKit-1.5/expat-1.95.1/lib/.libs' 'INC=
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/modu
>> les/perl
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/incl
>> ude
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/rege
>> x
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/os/u
>> nix' 'EXPATINCPATH=/usr/local/sw/AxKit-1.5/expat-1.95.1/lib'
>> EXPATLIBPATH = /usr/local/sw/AxKit-1.5/expat-1.95.1/lib/.libs
>> INC =
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/modu
>> les/perl
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/incl
>> ude
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/rege
>> x
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/os/u
>> nix
>> EXPATINCPATH = /usr/local/sw/AxKit-1.5/expat-1.95.1/lib
>> 'EXPATINCPATH' is not a known MakeMaker parameter name.
>> 'EXPATLIBPATH' is not a known MakeMaker parameter name.
>> Writing Makefile for Conftest
>> make test 'OTHERLDFLAGS=-liconv'
>> cp Conftest.pm blib/lib/Conftest.pm
>> /usr/local/bin/perl -I/usr/local/lib/perl5/5.6.1/sun4-solaris
>> -I/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp
>> -typemap /usr/local/lib/perl5/5.6.1/ExtUtils/typemap Conftest.xs >
>> Conftest.xsc && mv Conftest.xsc Conftest.c
>> gcc -c
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/modu
>> les/perl
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/incl
>> ude
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/rege
>> x
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/os/u
>> nix -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
>> -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1\" -DXS_VERSION=\"1\" -fPIC
>> -I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE Conftest.c
>> Running Mkbootstrap for Conftest ()
>> chmod 644 Conftest.bs
>> rm -f blib/arch/auto/Conftest/Conftest.so
>> LD_RUN_PATH="" gcc -G -L/usr/local/lib Conftest.o -liconv -o
>> blib/arch/auto/Conftest/Conftest.so
>> ld: fatal: library -liconv: not found
>> ld: fatal: File processing errors. No output written to
>> blib/arch/auto/Conftest/Conftest.so
>> collect2: ld returned 1 exit status
>> *** Error code 1
>> make: Fatal error: Command failed for target
>> `blib/arch/auto/Conftest/Conftest.so'
>> system call to 'make test 'OTHERLDFLAGS=-liconv'' failed at (eval 37) line
>> 176.
>> no
>> checking for iconv() in -lc... perl Makefile.PL
>> 'EXPATLIBPATH=/usr/local/sw/AxKit-1.5/expat-1.95.1/lib/.libs' 'INC=
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/modu
>> les/perl
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/incl
>> ude
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/rege
>> x
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/os/u
>> nix' 'EXPATINCPATH=/usr/local/sw/AxKit-1.5/expat-1.95.1/lib'
>> EXPATLIBPATH = /usr/local/sw/AxKit-1.5/expat-1.95.1/lib/.libs
>> INC =
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/modu
>> les/perl
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/incl
>> ude
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/rege
>> x
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/os/u
>> nix
>> EXPATINCPATH = /usr/local/sw/AxKit-1.5/expat-1.95.1/lib
>> 'EXPATINCPATH' is not a known MakeMaker parameter name.
>> 'EXPATLIBPATH' is not a known MakeMaker parameter name.
>> Writing Makefile for Conftest
>> make test 'OTHERLDFLAGS=-lc'
>> cp Conftest.pm blib/lib/Conftest.pm
>> /usr/local/bin/perl -I/usr/local/lib/perl5/5.6.1/sun4-solaris
>> -I/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp
>> -typemap /usr/local/lib/perl5/5.6.1/ExtUtils/typemap Conftest.xs >
>> Conftest.xsc && mv Conftest.xsc Conftest.c
>> gcc -c
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/modu
>> les/perl
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/incl
>> ude
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/rege
>> x
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/os/u
>> nix -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
>> -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1\" -DXS_VERSION=\"1\" -fPIC
>> -I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE Conftest.c
>> Running Mkbootstrap for Conftest ()
>> chmod 644 Conftest.bs
>> rm -f blib/arch/auto/Conftest/Conftest.so
>> LD_RUN_PATH="" gcc -G -L/usr/local/lib Conftest.o -lc -o
>> blib/arch/auto/Conftest/Conftest.so
>> chmod 755 blib/arch/auto/Conftest/Conftest.so
>> cp Conftest.bs blib/arch/auto/Conftest/Conftest.bs
>> chmod 644 blib/arch/auto/Conftest/Conftest.bs
>> PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
>> -I/usr/local/lib/perl5/5.6.1/sun4-solaris -I/usr/local/lib/perl5/5.6.1
>> test.pl
>> 1..1
>> ok 1
>> yes
>> calling WriteMakefile with config:
>> EXPATLIBPATH = /usr/local/sw/AxKit-1.5/expat-1.95.1/lib/.libs
>> INC =
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/modu
>> les/perl
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/incl
>> ude
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/rege
>> x
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/os/u
>> nix
>> DEFINE = -DHAVE_ICONV
>> EXPATINCPATH = /usr/local/sw/AxKit-1.5/expat-1.95.1/lib
>> Writing Makefile for Apache::AxKit::CharsetConv
>> Writing Makefile for Apache::MimeXML
>> Writing Makefile for XML::Parser::Expat
>> Writing Makefile for XML::Parser
>> Parsing config.in...
>> Looks Good.
>> Note (probably harmless): No library found for -lz
>> Writing Makefile for Compress::Zlib
>> Writing Makefile for Error
>> Writing Makefile for libapreq
>> Warning: -L../../blib/arch/auto/libapreq changed to
>> -L/usr/local/sw/AxKit-1.5/libapreq-0.31_03/Request/../../blib/arch/auto/liba
>> preq
>> Writing Makefile for Apache::Request
>> Warning: -L../../blib/arch/auto/libapreq changed to
>> -L/usr/local/sw/AxKit-1.5/libapreq-0.31_03/Cookie/../../blib/arch/auto/libap
>> req
>> Writing Makefile for Apache::Cookie
>> Writing Makefile for libapreq
>> Writing Makefile for AxKit
>> # make
>> Skip blib/lib/Apache/AxKit/CharsetConv.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/StyleChooser/Cookie.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Provider/Scalar.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Language/PassiveTeX.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Language/XSP.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/StyleChooser/UserAgent.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/typemap (unchanged)
>> Skip blib/lib/Apache/AxKit/Provider/File.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Language/LibXSLT.pm (unchanged)
>> cp lib/Apache/AxKit/Makefile blib/lib/Apache/AxKit/Makefile
>> Skip blib/lib/Apache/AxKit/Plugins/QueryStringCache.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/MediaChooser/WAPCheck.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Cache.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/StyleChooser/FileSuffix.pm (unchanged)
>> cp lib/Apache/AxKit/pm_to_blib blib/lib/Apache/AxKit/pm_to_blib
>> Skip blib/lib/Apache/AxKit/Language/Sablot.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Makefile.PL (unchanged)
>> Skip blib/lib/Apache/AxKit/StyleChooser/PathInfo.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/CharsetConv.xs (unchanged)
>> Skip blib/lib/Apache/AxKit/ConfigReader.pm (unchanged)
>> cp lib/Apache/AxKit/CharsetConv.c blib/lib/Apache/AxKit/CharsetConv.c
>> Skip blib/lib/Apache/AxKit/Exception.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Language/AxPoint.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Language/XMLNewsRDF.pm (unchanged)
>> cp lib/Apache/AxKit/CharsetConv.bs blib/lib/Apache/AxKit/CharsetConv.bs
>> cp lib/Apache/AxKit/CharsetConv.o blib/lib/Apache/AxKit/CharsetConv.o
>> Skip blib/lib/Apache/AxKit/Provider/Filter.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Language/XMLNewsNITF.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Plugins/Fragment.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Language/XSP/TaglibHelper.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Plugins/Passthru.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/StyleChooser/QueryString.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Language/XPathScript.pm (unchanged)
>> Skip blib/lib/AxKit.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Language.pm (unchanged)
>> Skip blib/lib/Apache/AxKit/Provider.pm (unchanged)
>> gcc -c
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/modu
>> les/perl
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/incl
>> ude
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/rege
>> x
>> -I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/include/os/u
>> nix -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
>> -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -fPIC
>> -I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE -DHAVE_ICONV CharsetConv.c
>> Running Mkbootstrap for Apache::AxKit::CharsetConv ()
>> chmod 644 CharsetConv.bs
>> rm -f ../../../blib/arch/auto/Apache/AxKit/CharsetConv/CharsetConv.so
>> LD_RUN_PATH="" gcc -G -L/usr/local/lib CharsetConv.o -o
>> ../../../blib/arch/auto/Apache/AxKit/CharsetConv/CharsetConv.so
>> chmod 755 ../../../blib/arch/auto/Apache/AxKit/CharsetConv/CharsetConv.so
>> cp CharsetConv.bs
>> ../../../blib/arch/auto/Apache/AxKit/CharsetConv/CharsetConv.bs
>> chmod 644 ../../../blib/arch/auto/Apache/AxKit/CharsetConv/CharsetConv.bs
>> Manifying ../../../blib/man3/Apache::AxKit::Provider.3
>> Manifying ../../../blib/man3/Apache::AxKit::Language.3
>> Manifying ../blib/man3/Apache::MimeXML.3
>> gcc -c -I/usr/local/sw/AxKit-1.5/expat-1.95.1/lib -fno-strict-aliasing
>> -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O
>> -DVERSION=\"2.30\" -DXS_VERSION=\"2.30\" -fPIC
>> -I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE Expat.c
>> Running Mkbootstrap for XML::Parser::Expat ()
>> chmod 644 Expat.bs
>> rm -f ../../blib/arch/auto/XML/Parser/Expat/Expat.so
>> LD_RUN_PATH="/usr/local/sw/AxKit-1.5/expat-1.95.1/lib/.libs" gcc -G
>> -L/usr/local/lib Expat.o -o ../../blib/arch/auto/XML/Parser/Expat/Expat.so
>> -L/usr/local/sw/AxKit-1.5/expat-1.95.1/lib/.libs -lexpat
>> chmod 755 ../../blib/arch/auto/XML/Parser/Expat/Expat.so
>> cp Expat.bs ../../blib/arch/auto/XML/Parser/Expat/Expat.bs
>> chmod 644 ../../blib/arch/auto/XML/Parser/Expat/Expat.bs
>> Manifying ../../blib/man3/XML::Parser::Expat.3
>> Manifying ../blib/man3/XML::Parser.3
>> gcc -c -I./libraries/1.1.3 -fno-strict-aliasing -I/usr/local/include
>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.09\"
>> -DXS_VERSION=\"1.09\" -fPIC -I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE
>> Zlib.c
>> Zlib.xs:25: zlib.h: No such file or directory
>> *** Error code 1
>> make: Fatal error: Command failed for target `Zlib.o'
>> Current working directory /usr/local/sw/AxKit-1.5/Compress-Zlib-1.09
>> *** Error code 1
>> make: Fatal error: Command failed for target `subdirs'
>> #
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]