RE: [vchkpw] other fun vpopmail issues!

2003-08-14 Thread Tom Walsh
::
::Okay on another note i'm having a boggling time getting the Seekable
::patch SpamAssassin wants to apply to vpopmail..
::it patches fine but then on compile i get.. this is on a newly untared
::vpopmail with only allow-roaming users=y set in the config.
::
::
::gcc -I. -Icdb -g -O2 -Wall -c seek.c
::seek.c:24: conflicting types for `lseek'
::/usr/include/stdio.h:278: previous declaration of `lseek'
::*** Error code 1
::
::
::has anyone else any idea what's going on? seems like vpopmail really
::doesn't like me this week.

David,

Which version of vpopmail are you applying this to?

It sounds like you are patching a version that already has the seekable
patch in it... I think it was added to the code base for all version after
5.3.7(?).

The patch is only needed if you want to use a version older than that.

Tom Walsh
Network Adminstrator
http://www.ala.net/




Re: [vchkpw] other fun vpopmail issues!

2003-08-14 Thread Jeff Hedlund
David Gibbons wrote:
When i try the newer 5.3.23 i get compile errors

vdelivermail.c: In function `date_header':
vdelivermail.c:1333: invalid operands to binary /
vdelivermail.c:1321: warning: `tz' might be used uninitialized in this 
function
*** Error code 1

nothing seems to work today for me :/
That is fixed in the latest dev version, 5.3.24

http://www.sf.net/projects/vpopmail

Jeff




Re: [vchkpw] other fun vpopmail issues!

2003-08-14 Thread David Gibbons
Tom Walsh wrote:

::
::Okay on another note i'm having a boggling time getting the Seekable
::patch SpamAssassin wants to apply to vpopmail..
::it patches fine but then on compile i get.. this is on a newly untared
::vpopmail with only allow-roaming users=y set in the config.
::
::
::gcc -I. -Icdb -g -O2 -Wall -c seek.c
::seek.c:24: conflicting types for `lseek'
::/usr/include/stdio.h:278: previous declaration of `lseek'
::*** Error code 1
::
::
::has anyone else any idea what's going on? seems like vpopmail really
::doesn't like me this week.
David,

Which version of vpopmail are you applying this to?

It sounds like you are patching a version that already has the seekable
patch in it... I think it was added to the code base for all version after
5.3.7(?).
The patch is only needed if you want to use a version older than that.

Tom Walsh
Network Adminstrator
http://www.ala.net/




 

When i try the newer 5.3.23 i get compile errors

vdelivermail.c: In function `date_header':
vdelivermail.c:1333: invalid operands to binary /
vdelivermail.c:1321: warning: `tz' might be used uninitialized in this function
*** Error code 1
nothing seems to work today for me :/







Re: [vchkpw] other fun vpopmail issues!

2003-08-14 Thread David Gibbons
Tom Walsh wrote:

::
::Okay on another note i'm having a boggling time getting the Seekable
::patch SpamAssassin wants to apply to vpopmail..
::it patches fine but then on compile i get.. this is on a newly untared
::vpopmail with only allow-roaming users=y set in the config.
::
::
::gcc -I. -Icdb -g -O2 -Wall -c seek.c
::seek.c:24: conflicting types for `lseek'
::/usr/include/stdio.h:278: previous declaration of `lseek'
::*** Error code 1
::
::
::has anyone else any idea what's going on? seems like vpopmail really
::doesn't like me this week.
David,

Which version of vpopmail are you applying this to?

It sounds like you are patching a version that already has the seekable
patch in it... I think it was added to the code base for all version after
5.3.7(?).
The patch is only needed if you want to use a version older than that.

Tom Walsh
Network Adminstrator
http://www.ala.net/


 

vpopmail 5.2.1




Re: [vchkpw] other fun vpopmail issues!

2003-08-14 Thread Rick Macdougall
HI,

What version of vpopmail are you trying to compile?

Regards,

Rick

David Gibbons wrote:

Okay on another note i'm having a boggling time getting the Seekable 
patch SpamAssassin wants to apply to vpopmail..
it patches fine but then on compile i get.. this is on a newly untared 
vpopmail with only allow-roaming users=y set in the config.

gcc -I. -Icdb -g -O2 -Wall -c seek.c
seek.c:24: conflicting types for `lseek'
/usr/include/stdio.h:278: previous declaration of `lseek'
*** Error code 1
has anyone else any idea what's going on? seems like vpopmail really 
doesn't like me this week.