Sethman [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 25, 2002 11:42 PM
To: 'dbmail@dbmail.org'
Subject: Re: [Dbmail] DBmail on Solaris
On Wed, 25 Dec 2002, Ronnie Tartar wrote:
> server.o: In function `CreateSocket':
> server.o(.text+0x594): undefined reference to `inet_at
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 Tue, 2002-08-13 at 02:05, Shane Kerr wrote:
> How interested are the dbmail folks in portability? If you want, I can
> have a stab at autoconfiscating the distribution. I've done it for a
> few projects in the past.
>
> --
> Shane
> Carpe Diem
The latest CVS has been autoconfiscated for a
On 2002-08-13 09:21:57 -0400, Ryan Rothert wrote:
> Shane,
> Thanks I tried that. Now getting the following error:
>
>
> cc -Wall -D_BSD_SOURCE -D_SVID_SOURCE -O2 main.c -o dbmail-smtp list.o
> debug.o pipe.o mime.o dbmysql.o dbmd
> 5.o md5.o bounce.o forward.o
> memblock.o -L/opt/sfw/mysql
to dbmail-pop3d
collect2: ld returned 1 exit status
make: *** [pop3d] Error 1
- Original Message -
From: "Shane Kerr" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, August 13, 2002 3:05 AM
Subject: Re: [Dbmail] dbmail on solaris 9
> On 2002-08-12 16:17:43 -0400, Ryan Rothert wrot
On 2002-08-12 16:17:43 -0400, Ryan Rothert wrote:
> Hello,
>
> Im trying to compile dbmail on Solaris 9, getting the following error:
>
> cc -Wall -D_BSD_SOURCE -D_SVID_SOURCE -O2 main.c -o dbmail-smtp list.o
> debug.o pipe.o mime.o dbmysql.o dbmd
> 5.o md5.o bounce.o forward.o
> memblock.o
no, but if you can get us a Sun we could try to fix it :
Best regards,
Eelco
Ryan Rothert heeft op maandag, 12 aug 2002 om 22:17 (Europe/Amsterdam)
het volgende geschreven:
Hello,
Im trying to compile dbmail on Solaris 9, getting the following error:
cc -Wall -D_BSD_SOURCE -D_SVI