[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AIX Client
- To: hobbit (at) hswn.dk
- Subject: AIX Client
- From: Stefan <skjoldar (at) gmail.com>
- Date: Fri, 15 Aug 2008 15:27:31 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=FIKI95K0XwLPAJ0P663c7MmDKUmAfJ0LS7979SoIsSU=; b=ZL+o8AlXd6+tjfB6d8bDDJ6fD8HpBLSGRpa5CLHNJrbJHC7TiqCChUXiF7geV9PgYQ BJgBpAqjhnfCd+Jwwbu0+TqY8FoUg83elo33TDwa4CyV0+SFZjdKMynGDlm9uwY8p14n 7vl0dX43osmzT+MKW4bbMITB/RXc+shzUy0O8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=b2Xwb2eWWxFCEBQtoj1cA0U5Xvk+4y+/MKiENQbKYbMFGHWM8mX+Q0NNh/Yy/HEpvJ fB7mHLL2UeP+zGYSC0wiG94DYO/0K+WByhKOejCs6VjfvEl0h66FUOfvdepyDAxcYGbi GNmzSa6iTjfO6+25owMxByPRpxySfnA2EPyTw=
Hi everyone.
I've looked through the archives, and i see the AIX issue has come up
quite a lot.
I need to run the client on AIX boxes, but i can't get it compiled,
nor do i know if I'm missing something.
The runclient.sh is all wrong on the razorsedge compiled version, plus
it needs chkconfig for aix which i have no idea where to get.
Installed it with rpm 0Uvh --nodeps, and it installed, although i
think it might have done only half way.
It does run, but it doesn't open the 1984 port, and the config/log
file variables are wrong, or the installation location is wrong. I
can't get this version working
Compiling the source of the client, I get the following (bottom of email)
I'm stuck, I have no idea what is wrong here...
Can anyone perhaps help me?
I'm running AIX 5.3
make-3.81-1.aix5.2
pcre-3.7-3.aix5.1
pcre-devel-3.7-3.aix5.1
gcc-4.2.0-3.aix5.3
bash-3.00# gmake
CC="gcc" CFLAGS="-g -O3 -qstrict -qcpluscmt -D_REENTRANT -DAIX -I.
-I`pwd`/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include"
LDFLAGS="" OSDEF="-DAIX" RPATHOPT="" PCREINCDIR="-I/usr/include"
SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" BBTOPDIR="/home/hobbit"
BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="172.24.44.34" BBHOSTOS=""
LOCALCLIENT="yes" gmake -C lib client
gmake[1]: Entering directory `/tmp/hobbit-4.2.0/lib'
gcc -g -O3 -qstrict -qcpluscmt -D_REENTRANT -DAIX -I.
-I/tmp/hobbit-4.2.0/include -DCLIENTONLY=1 -DLOCALCLIENT=1
-I/usr/include -I. -I../include -c -o cgiurls.o cgiurls.c
gcc: unrecognized option '-qstrict'
gcc: unrecognized option '-qcpluscmt'
In file included from /tmp/hobbit-4.2.0/include/../lib/ipaccess.h:15,
from /tmp/hobbit-4.2.0/include/libbbgen.h:58,
from cgiurls.c:24:
/usr/include/sys/socket.h:87: error: conflicting types for 'socklen_t'
/tmp/hobbit-4.2.0/include/../lib/osdefs.h:21: error: previous
declaration of 'socklen_t' was here
gmake[1]: *** [cgiurls.o] Error 1
gmake[1]: Leaving directory `/tmp/hobbit-4.2.0/lib'
gmake: *** [lib-client] Error 2
bash-3.00#