Hi.. new to the list...
I have been trying to get axkit to work for about 2 weeks now so this is
pretty much my last hope. I apologize for the length of this email
Here is my background:

This is an AIX 4.3 box
I have installed the following (most compiled with GCC, some using AIX
package managment):
GCC 2.95.3 (cc was not installed on this box)
Perl 5.005_03
Mod_Perl 1.28
Apache 1.3.27 (didn't like the apache that AIX came with, had problems
getting mod_perl installed)
libxml2-2.5.8
expat-1.95.6
xml-parser-2.31
libiconv-1.8

So, finally, have enough installed to try to get axkit compiled and running
Note, trying to get axkit installed using MCPAN will fail because it is
trying to use cc as the compiler, not gcc

so this is what I run for AxKit:

perl Makefile.PL DEBUG=1 LIBS="-L/usr/local/lib" INC="-I/usr/local/include"
CC=gcc

I step through some of the modules that I am missing, choosing to install
most
then this:

running xml2-config... ok
looking for -lxml2... no

then:

checking for expat symbols in apache... ok
'DEBUG' is not a known MakeMaker parameter name.

then i get a bunch of good makefile commands

but then the first of my errors:

        gcc -c -I/usr/local/include/libxml2
-I/usr/opt/perl5/lib/site_perl/5.005
/aix/auto/Apache/include
-I/usr/opt/perl5/lib/site_perl/5.005/aix/auto/Apache/in
clude/modules/perl
-I/usr/opt/perl5/lib/site_perl/5.005/aix/auto/Apache/include/
include -I/usr/opt/perl5/lib/site_perl/5.005/aix/auto/Apache/include/regex
-I/us
r/opt/perl5/lib/site_perl/5.005/aix/auto/Apache/include/os/unix
-I/etc/apache/in
clude -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -O
-DVER
SION=\"1\"  -DXS_VERSION=\"1\"  -I/usr/opt/perl5/lib/5.00503/aix/CORE
Conftest.
c
gcc: unrecognized option `-qmaxmem=16384'
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Conftest
Running Mkbootstrap for Conftest ()
        chmod 644 Conftest.bs
        LD_RUN_PATH="/usr/local/lib:/lib" ld -o
blib/arch/auto/Conftest/Conftest
.so  -bhalt:4 -bM:SRE -bI:/usr/opt/perl5/lib/5.00503/aix/CORE/perl.exp
-bE:Conft
est.exp -b noentry -lc Conftest.o -liconv   -L/usr/local/lib -lxml2
-lpthread -l
iconv -lm
ld: 0711-317 ERROR: Undefined symbol: .iconv
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
make: 1254-004 The error code from the last command is 8.

I googled all over for the -qmaxmem and what I believe the problem is that
some libraries were compiled with CC and all the stuff I added was compiled
with GCC and obviously problems are ensuing
Is this correct?

I am not sure what the deal with the undefined symbol: .iconv is, I have
installed libiconv


So.... does anyone have any pointers as what to try? As I am at a deadend
Thanks to anyone that even read this whole thing ;-)


______________________________________
Matt Eberhardt
Web Developer
Online Publishing x217


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

Reply via email to