Manfred Furuholmen (manfred@lom.camcom.it)
Tue, 02 Jun 1998 09:13:54 +0200
Hi ,
my name is manfred and this morning i have compiled the htdig on
AIX 4.2 , the only small chenage for work is :
in file Connection.cc under htlib there is a small sintax error
//*************************************************************************
// char *Connection::get_peerip()
//
char *Connection::get_peerip()
{
struct sockaddr_in peer;
#ifdef _AIX
int length = sizeof(peer);
^^^^ wrong must be size_t , but you know all this !
#else
int length = sizeof(peer);
#endif
Thank for this good work ..
bye manfred
ps. I start to think with some friends to make a interface with
DB , now we study the best way and which could be insert in the db
as internal (storeprocedure) function for speed reason .
This archive was generated by hypermail 2.0b3 on Sat Jan 02 1999 - 16:26:31 PST