> 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
# 

I'm not sure if this is a problem with my server config or not, cause 
building from CPAN works without any problems, and it claims to find
libiconv (which is located in /usr/local/lib)...

Anyways, when I do that, then the <filelist/> is returned as expected.

BR,
/Lefa
_________________________
Leif Klepp


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to