Hello.

I'm trying to install squid-3.0.STABLE18 on AIX 5300-10-01-0921.
I've configured it with
./configure --prefix=/opt/squid --enable-xmalloc-statistics
--enable-icmp --enable-delay-pools
--enable-default-err-language=English --with-large-files

Configuration process completes successfully, but make isn't

bash-4.0# make
Making all in lib
Making all in libTrie
        make  all-recursive
Making all in src
Target "all" is up to date.
Making all in test
Target "all" is up to date.
Target "all-am" is up to date.
        rm -f libntlmauth.a
        /usr/bin/ar cru libntlmauth.a ntlmauth.o
ar: 0707-126 ntlmauth.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.


How can I resolve it ? I need 64 bit version of squid. It was compiled
in 64 bit environment to produce that error.

Reply via email to