Re: Vmailmgr compile problems

2001-07-24 Thread Henning Brauer

On Mon, Jul 23, 2001 at 08:28:42PM -0400, Gary MacKay wrote:
 I've setup a new qmail/courier-imap server and all is well except for
 vmailmgr. 

You are on the wrong list. PLease use bruce's list for his software.

-- 
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany   *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)



Vmailmgr compile problems

2001-07-23 Thread Gary MacKay

I've setup a new qmail/courier-imap server and all is well except for
vmailmgr. I can not get it to compile. I had the same problem on an
older machine, figured, oh well, it's probably outdated. Not so.

rant
 I've searched the archives and found lots of others with the same error
and no solutions. Due to the high volume of messages from people running
it, I'm sure it is a great package, but I'd like to try it myself. I
even have people finding my previous newsgroup requests for help and
emailing me offline!! Obviously I'm not the only one having this
problem.
/rant

HP e800 PIII 866
RedHat 7.1 (updated)
 9.1 gig SCSI
18.1 gig SCSI
640mg ram

Errors:
make  all-recursive
make[1]: Entering directory `/usr/local/src/qmail/vmailmgr-0.96.9'
Making all in python
make[2]: Entering directory
`/usr/local/src/qmail/vmailmgr-0.96.9/python'
echo sysconfdir = '/usr/local/etc' local.py
python -c 'import __init__'
python -O -c 'import __init__'
python -c 'import constants'
python -O -c 'import constants'
make[2]: Leaving directory `/usr/local/src/qmail/vmailmgr-0.96.9/python'
Making all in php
make[2]: Entering directory `/usr/local/src/qmail/vmailmgr-0.96.9/php'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/qmail/vmailmgr-0.96.9/php'
Making all in lib
make[2]: Entering directory `/usr/local/src/qmail/vmailmgr-0.96.9/lib'
Making all in misc
make[3]: Entering directory
`/usr/local/src/qmail/vmailmgr-0.96.9/lib/misc'
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I..-g -O2 -fno-rtti
-fno-exceptions -Wall -W -c crc32.cc
In file included from crc32.cc:1:
crc32.h:48:8: warning: extra tokens at end of #endif directive
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I..-g -O2 -fno-rtti
-fno-exceptions -Wall -W -c exec.cc
exec.cc: In function `int presetenv (const char *, const mystring )':
exec.cc:29: `strlen' undeclared (first use this function)
exec.cc:29: (Each undeclared identifier is reported only once for each
function it appears in.)
exec.cc:31: `strcpy' undeclared (first use this function)
make[3]: *** [exec.o] Error 1
make[3]: Leaving directory
`/usr/local/src/qmail/vmailmgr-0.96.9/lib/misc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/qmail/vmailmgr-0.96.9/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/qmail/vmailmgr-0.96.9'
make: *** [all-recursive-am] Error 2
[gary@www vmailmgr-0.96.9]$



- Gary