Thanks for the info, Chris. Unfortunately, the type of account that I
have (I'm using a VPS) doesn't give me access to the ports. I have to
compile everything from source AFAIK. I was able to locate typemap and
xsubpp by dissecting the script that the server uses to install perl
5.6.1, though, so I was able to replace those files.
But it hasn't solved the problem. AxKit still fails to find iconv during
perl Makefile.PL, and ExtUtils::ParseXS 2.03 (which I am trying to
compile) still fails tests 6-9, complaining that it can't locate
-liconv. I've included that logfile below.
Any other suggestions?
Sincerely,
S. G.
Here's the log:
zero% perl Makefile.PL LIBS='-L/usr/home/stygian1/usr/local/lib -liconv
' INC='-I/usr/home/stygian1/usr/local/include'
Checking if your kit is complete...
Looks good
Have /usr/home/stygian1/usr/local/lib/perl5/5.6.1/i386-freebsd/Config.p
m expected /usr/local/lib/perl5/5.6.1/i386-freebsd/Config.pm
Your perl and your Config.pm seem to have different ideas about the
architecture they are running on.
Perl thinks: [i386-freebsd]
Config says: [i386-freebsd]
This may or may not cause problems. Please check your installation of p
erl if you have problems building this extension.
Writing Makefile for ExtUtils::ParseXS
zero% gmake
cp lib/ExtUtils/xsubpp blib/lib/ExtUtils/xsubpp
cp lib/ExtUtils/ParseXS.pm blib/lib/ExtUtils/ParseXS.pm
Manifying blib/man3/ExtUtils::ParseXS.3pm
zero% gmake test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_ha
rness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basic....ok 5/9/usr/libexec/elf/ld: cannot find -liconv
t/basic....NOK 6Can't locate auto/XSTest/is_even.al in @INC (@INC conta
ins: /usr/home/stygian1/.cpan/build/ExtUtils-ParseXS-2.03/blib/lib /usr
/home/stygian1/.cpan/build/ExtUtils-ParseXS-2.03/blib/arch /usr/home/st
ygian1/usr/local/lib/perl5/5.6.1/i386-freebsd /usr/home/stygian1/usr/lo
cal/lib/perl5/5.6.1/i386-freebsd /usr/home/stygian1/usr/local/lib/perl5
/5.6.1 /usr/home/stygian1/usr/local/lib/perl5/site_perl/5.6.1/i386-free
bsd /usr/home/stygian1/usr/local/lib/perl5/site_perl/5.6.1/i386-freebsd
/usr/home/stygian1/usr/local/lib/perl5/site_perl/5.6.1 /usr/home/stygi
an1/usr/local/lib/site_perl /usr/local/lib/perl5/5.6.1/i386-freebsd /us
r/local/lib/perl5/5.6.1/i386-freebsd /usr/local/lib/perl5/5.6.1 /usr/lo
cal/lib/perl5/site_perl/5.6.1/i386-freebsd /usr/local/lib/perl5/site_pe
rl/5.6.1/i386-freebsd /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/l
ib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.
005/i386-freebsd /usr/local/lib/perl5t/basic....NOK 7b/perl5/site_perl/
5.6.1 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/
perl5/site_perl/5.005 /usr/local/lib/perl5/site_perl . /usr/local/lib/p
erl5/5.6.1/i386-freebsd /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5
/site_perl/5.6.1/i386-freebsd /usr/local/lib/perl5/site_perl/5.6.1 /usr
/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site
_perl/5.005 /usr/local/lib/perl5/site_perl .) at t/basic.t line 47
t/basic....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 6-9
Failed 4/9 tests, 55.56% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-----------------------------------------------------------------------
--------
t/basic.t 2 512 9 4 44.44% 6-9
Failed 1/1 test scripts, 0.00% okay. 4/9 subtests failed, 55.56% okay.
gmake: *** [test_dynamic] Error 2
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]