Displaying 4 results from an estimated 4 matches for "__inet_ntoa".
1999 Dec 18
0
problems while compiling samba 2.0.6
hi everyone,
I am trying to compile samba 2.0.6 on a Debian Linux 2.1 and I have the
followin result:
....
Compiling smbd/ssl.c
Compiling lib/fnmatch.c
Linking bin/smbd
libsmb/clientgen.o: In function `cli_reestablish_connection':
libsmb/clientgen.o(.text+0x4f47): undefined reference to `__inet_ntoa'
libsmb/clientgen.o: In function `cli_establish_connection':
libsmb/clientgen.o(.text+0x5051): undefined reference to `__inet_ntoa'
libsmb/clientgen.o(.text+0x50d8): undefined reference to `__inet_ntoa'
libsmb/namequery.o: In function `name_query':
libsmb/namequery.o(.text+0x93a...
2003 Apr 08
2
OpenSSH compilation in AIX
...claim that you've compiled openssh in AIX.
That is correct, AIX 4.2.1, 4.3.3 and 5.1.
> Not my situation is as follows:
> openssh-3.6.1p1
> AIX 4.2
> gcc
> /usr/bin/ld (AIX-binary)
>
> and upon linking of ssh I get "undefined symbol: .__inet_ntoa" and the same
> with inet_aton, followed by "use -bloadmap".
> If I use -bloadmap I get "cannot find or open libgcc.a" - which is available,
> and I even tried to give its path via -L to the linker.
>
> Do you have any suggestions?
inet_ntoa is part of libc...
1998 Nov 21
0
Samba 2.0.0beta1 does not compile on RedHat Linux 5.1
The error message is: undefined reference to `__inet_ntoa', when linking smbd.
Before start hacking with configure.in, I would like to see if anybody else
has run into this problem. I haven't found anything on this in the archive.
Any help is greatly appreciated.
Thansk --Alberto
--
Alberto U. Begliomini Email: aub@...
1998 Nov 23
0
SAMBA digest 1884
...v 1998 13:33:45 -0800
> From: "Alberto U. Begliomini" <aub@coldstone.com>
> To: samba@samba.org
> Subject: Samba 2.0.0beta1 does not compile on RedHat Linux 5.1
> Message-ID: <365731B9.7DE64AB4@coldstone.com>
>
> The error message is: undefined reference to `__inet_ntoa', when linking smbd.
> Before start hacking with configure.in, I would like to see if anybody else
> has run into this problem. I haven't found anything on this in the archive.
>
> Any help is greatly appreciated.
>
> Thansk --Alberto
>
> --
> Alberto U. Begl...