On Mon, 30 Sep 2002, [EMAIL PROTECTED] wrote: > > Please try the 1.6_01 beta I just loaded into > > http://axkit.org/download/beta/ > > make && make test && make install => no errors.. > > # /usr/local/apache/bin/apachectl configtest > Syntax error on line 5 of /usr/local/apache/conf/axkit.conf: > Can't load '/usr/lib/perl5/site_perl/5.8.0/i586-linux/auto/AxKit/AxKit.so' > for module AxKit: > /usr/lib/perl5/site_perl/5.8.0/i586-linux/auto/AxKit/AxKit.so: undefined > symbol: libiconv_close at /usr/lib/perl5/5.8.0/i586-linux/DynaLoader.pm > line 229. > at /usr/lib/perl5/site_perl/5.8.0/i586-linux/AxKit.pm line 32 > BEGIN failed--compilation aborted at > /usr/lib/perl5/site_perl/5.8.0/i586-linux/AxKit.pm line 32. > Compilation failed in require at (eval 5) line 3. > # > > the only way I can fix this (for the time being, haven't quite figured out > how the makefile(s) work for perl modules) is manually recompile using the > > following command (added -liconv, the rest is cut from the make output): > > # LD_RUN_PATH="/usr/local/lib:/usr/lib:/lib" cc -shared -L/usr/local/lib > AxKit.o axconfig.o getstyles.o -o blib/arch/auto/AxKit/AxKit.so > -L/usr/local/lib -lxml2 -lz -lm -lxml2 -lz -liconv > # /usr/local/apache/bin/apachectl configtest > Syntax OK > #
The whole Makefile.PL scheme has changed since 1.6 came out, so it's not surprising there are dragons in there. I'll look into it for 1.6_02 ;-) -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
