Looks like you need to link in -lnsl -lsocket -lm
Aaron
On Sun, 22 Dec 2002, Ronnie Tartar wrote:
> gcc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -c list.c
> gcc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -c debug.c
> debug.c: In function `trace':
> debug.c:70: warning: implicit declaration of func
On Wed, 25 Dec 2002, Ronnie Tartar wrote:
> server.o: In function `CreateSocket':
> server.o(.text+0x594): undefined reference to `inet_aton'
This is because solaris doesn't have a inet_aton, you need to use
something like inet_addr()
Aaron
On Wed, 16 Apr 2003, BoBo BoBo wrote:
> I am using the dbmail 1.1 final release.
>
> The pbsp table does not handle different computers
> coming from the same IP address because it does not
> store the unique user id with the IP address of the
> client. Therefore if there are 100 employees on the
No...you don't need libcrypto or libcrypt on OpenBSD if I remember
correctly. I believe crypt() hides out right in libc.
Regards,
Aaron
On Sat, 3 Aug 2002, kerberus wrote:
> Never mind i see it -lcrypt should be -lcrypto in the Makefile
>
> On Saturday 03 August 2002 12:05 pm, kerberus wrote:
>