Re: [vchkpw] "syntax error: line too long" when compiling vpopmail with different settings

2011-07-12 Thread Alessio Cecchi
Il 12/07/2011 11:47, Alessio Cecchi ha scritto: Hi, on a recent installation of vpopmail I need to compile vpopmail 5.4.33 with these settings: ./configure --enable-vpopuser=vmail --enable-vpopgroup=mail --enable-mysql-limits --enable-auth-module=mysql --enable-valias (note the changing of vpo

[vchkpw] "syntax error: line too long" when compiling vpopmail with different settings

2011-07-12 Thread Alessio Cecchi
Hi, on a recent installation of vpopmail I need to compile vpopmail 5.4.33 with these settings: ./configure --enable-vpopuser=vmail --enable-vpopgroup=mail --enable-mysql-limits --enable-auth-module=mysql --enable-valias (note the changing of vpopmail user/group into vmail/mail) but when I

Re: [vchkpw] error compiling vpopmail 5.5 with gcc 4.4 in fedora-rawhide

2009-03-29 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itamar Reis Peixoto wrote: > gcc -o vpopmail.o -c vpopmail.c > gcc -o quota.o -c quota.c > gcc -shared -o libvpopmail.so md5.o bigdir.o vauth.o file_lock.o > vpalias.o seek.o vlimits.o maildirquota.o vutil.o vlistlib.o client.o > conf.o ippp.o backfi

[vchkpw] error compiling vpopmail 5.5 with gcc 4.4 in fedora-rawhide

2009-03-29 Thread Itamar Reis Peixoto
gcc -o vpopmail.o -c vpopmail.c gcc -o quota.o -c quota.c gcc -shared -o libvpopmail.so md5.o bigdir.o vauth.o file_lock.o vpalias.o seek.o vlimits.o maildirquota.o vutil.o vlistlib.o client.o conf.o ippp.o backfill.o vpopmail.o quota.o cdb/cdb_hash.o cdb/cdbmake_add.o cdb/cdbmake_hash.o cdb/cdbm

Re: [vchkpw] Compiling vpopmail on Opensolaris

2007-07-26 Thread Patrick Ale
On 7/26/07, Patrick Ale <[EMAIL PROTECTED]> wrote: Ladies and gents, Disregard this post, the latest version of vpopmail (5.4.17) does compile on opensolaris nevada 69. The version I had problems with was the vpopmail version 5.4.13. I will write an email to the QMR list to consider adding 5.4.

Re: [vchkpw] Compiling vpopmail on Opensolaris

2007-07-26 Thread Patrick Ale
What symbol is it complaining about? Undefined is kind of useless. Hi, It's complaining about the symbol 'warn'. The output I pasted is the literal output from what I see in my terminal, I guess it's trying to do some fancy table formatting. So it is: symbol warn, first referenced in file: li

Re: [vchkpw] Compiling vpopmail on Opensolaris

2007-07-26 Thread Michael Johnson
I'm not sure if OpenSolaris is still using the old Solaris make utility (which usually doesn't work for stuff written for the GNU tools), or if they have moved to GNU make. See if you have a "gmake" command and use that instead. ___ Mi

Re: [vchkpw] Compiling vpopmail on Opensolaris

2007-07-26 Thread Bert JW Regeer
On Jul 22, 2007, at 11:17 AM, Patrick Ale wrote: Hi all, Today I tried to compile vpopmail on a x86 box running Opensolaris. During the compilation I got the following error: # make make all-recursive Making all in cdb gcc -L/usr/sfw/lib/openssl -Wall -I/usr/sfw/include/openssl -o vchkpw

[vchkpw] Compiling vpopmail on Opensolaris

2007-07-22 Thread Patrick Ale
Hi all, Today I tried to compile vpopmail on a x86 box running Opensolaris. During the compilation I got the following error: # make make all-recursive Making all in cdb gcc -L/usr/sfw/lib/openssl -Wall -I/usr/sfw/include/openssl -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -lcrypt Unde

Re: [vchkpw] compiling vpopmail 5.4.13 on Solaris 7

2006-01-20 Thread Jeremy Kister
On 1/19/2006 3:59 PM, Jorge Valdes wrote: I am still using an older version, but the problem is with the use of "warn" in the "r_mkdir" routine more or less lines 1822 & 1830. It will compile if you change the format from "warn ('xxx')" to "fprintf (stderr, 'xxx');" a format also used in line 1

Re: [vchkpw] compiling vpopmail 5.4.13 on Solaris 7

2006-01-19 Thread Tom Collins
On Jan 19, 2006, at 12:59 PM, Jorge Valdes wrote: I am still using an older version, but the problem is with the use of "warn" in the "r_mkdir" routine more or less lines 1822 & 1830. It will compile if you change the format from "warn ('xxx')" to "fprintf (stderr, 'xxx');" a format also used i

Re: [vchkpw] compiling vpopmail 5.4.13 on Solaris 7

2006-01-19 Thread Jorge Valdes
Jeremy Kister wrote: looks like vpopmail is looking for an "err.h" make[2]: Leaving directory `/export/home/src/sparc-sun-solaris2.7/vpopmail-5.4.13/cdb' make[2]: Entering directory `/export/home/src/sparc-sun-solaris2.7/vpopmail-5.4.13' gcc -I. -Icdb -I. -I. -I.-fPIC -g -O2 -Wall -c -o

[vchkpw] compiling vpopmail 5.4.13 on Solaris 7

2006-01-19 Thread Jeremy Kister
looks like vpopmail is looking for an "err.h" make[2]: Leaving directory `/export/home/src/sparc-sun-solaris2.7/vpopmail-5.4.13/cdb' make[2]: Entering directory `/export/home/src/sparc-sun-solaris2.7/vpopmail-5.4.13' gcc -I. -Icdb -I. -I. -I.-fPIC -g -O2 -Wall -c -o libvpopmail_a-vpopmail

[vchkpw] Error compiling vpopmail-5.4.13 on Tru64 Unix

2005-11-10 Thread Juan Enciso
Hi List. I'm installing the new stable vpopmail, but it show me this error: [1200]#make make all-recursive make[1]: Entering directory `/usr/local/src/qmail/vpopmail-5.4.13' Making all in cdb make[2]: Entering directory `/usr/local/src/qmail/vpopmail-5.4.13/cdb' make[2]: Nothing to be done for `a

[vchkpw] Fwd: Error compiling vpopmail

2004-05-14 Thread Mario Gamito
Hi, I'm trying to install vpopmail, but i get errors (see below). Well, the problem is that i cannot compile any of those tools. I always get an error regarding stdlib.h (as follows). My system: SuSE 9.0 gcc 3.3.1 glibc 2.3.2 Does anyone has a solution for this ? I'm desperated. I have to d

Re: [vchkpw] error while compiling vpopmail 5.4.0 pre1

2003-12-13 Thread Tom Collins
On Saturday, December 13, 2003, at 09:20 AM, Alexander Gruber wrote: when i try to compile vpopmail i get the following error: gcc -I. -I/usr/mysql/include/mysql -g -O2 -Wall -c vchkpw.c gcc -I. -I/usr/mysql/include/mysql -g -O2 -Wall -c hmac_md5.c gcc -g -O2 -Wall -o vchkpw vchkpw.o

[vchkpw] error while compiling vpopmail 5.4.0 pre1

2003-12-13 Thread Alexander Gruber
hi, when i try to compile vpopmail i get the following error: gcc -I. -I/usr/mysql/include/mysql -g -O2 -Wall -c vchkpw.c gcc -I. -I/usr/mysql/include/mysql -g -O2 -Wall -c hmac_md5.c gcc -g -O2 -Wall -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -L/usr/mysql/lib/mysql -lmysqlc

RE: [vchkpw] Problems compiling Vpopmail

2002-11-05 Thread John Johnson
ct: RE: [vchkpw] Problems compiling Vpopmail > > > Looks like you are missing the zlib libs. > > > -Original Message- > > From: John Johnson [mailto:john@;cyberbytesbbs.com] > > Sent: Tuesday, 5 November 2002 3:29 PM > > To: [EMAIL PROTECTED] > >

RE: [vchkpw] Problems compiling Vpopmail

2002-11-04 Thread Tren Blackburn
Please search the list archives first. Short answer, install zlib-devel. Regards, Tren -Original Message- From: John Johnson [mailto:john@;cyberbytesbbs.com] Sent: Monday, November 04, 2002 10:29 PM To: [EMAIL PROTECTED] Subject: [vchkpw] Problems compiling Vpopmail I am building

[vchkpw] Problems compiling Vpopmail

2002-11-04 Thread John Johnson
I am building this on mandrake 8.1 does anyone have any ideas? -John - rm -f libvpopmail.a ar cru libvpopmail.a vpopmail.o md5.o bigdir.o vauth.o file_lock.o vpalias.o seek.o cdb/*.o ranlib libvpopmail.a gcc -I. -I/usr/include/mysql -g -O2 -Wall -c vchkpw.c gcc -I. -I/usr/include/my

problems compiling vpopmail 5.0 on solaris 8

2001-09-24 Thread Charlie Chrisman
im trying to compile vpopmail 5.0 on a solaris 8 machine. it configures successfully with these options: ./configure --enable-roaming-users=y --enable-relay-clear-minutes=60 --enabl e-auth-logging=y --enable-mysql-logging=y --enable-logging=y --enable-defaul t-domain=internetpresenter.com --enab

Compiling vpopmail w/ MySQL support

2001-09-12 Thread Doug Ledbetter
Hello all, I'm running RedHat 7.0 with MySQL version 3.23.36 and qmail-1.03. While trying to compile vpopmail, I get this error: make[2]: Entering directory `/root/download/email/vpopmail/vpopmail-4.9.10' gcc -g -O2 -Wall -o vchkpw vchkpw.o libvpopmail.a -L/usr/local/mysql/lib/mysql -lmysql

Problem compiling vpopmail-4.10.29

2001-07-18 Thread Randy Franklin
Hey folks, Was wondering if anyone else is seeing this problem when trying to 'make' vpopmail-4.10.29: It's something to do with memset(). Thanks, Randy Franklin make all-recursive make[1]: Entering directory `/usr/local/src/qmail/vpopmail-4.10.29' Making all in cdb make[2]: Entering direc

Re: compiling vpopmail

2001-07-07 Thread Philip Wall
Make sure all the devel packages are installed. You'll need them to compile anything on Redhat. Philip Wall On 8 Jul 01, at 0:26, Sean P. Scanlon wrote: > > On Sun, 8 Jul 2001, Jun Armirola wrote: > > Now, I'm trying to compile vpopmail-4.10.9 on a RH Linux 7.1 box but I get > > the ff. error

Re: compiling vpopmail

2001-07-07 Thread Sean P. Scanlon
On Sun, 8 Jul 2001, Jun Armirola wrote: > Now, I'm trying to compile vpopmail-4.10.9 on a RH Linux 7.1 box but I get > the ff. errors: > > checking for working makeinfo... missing > checking host system type... i686-unknown-linux > checking for gcc... gcc > checking whether the C compiler (gcc

compiling vpopmail

2001-07-07 Thread Jun Armirola
Hi Listers, Ken, I have successfully installed your free software (e.g. vpopmail, sqwebmail,etc.) on a RH Linux 6.2. Now, I'm trying to compile vpopmail-4.10.9 on a RH Linux 7.1 box but I get the ff. errors: checking for working makeinfo... missing checking host system type... i686-unknown-linu

Re: Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread chris
TECTED]> To: "chris" <[EMAIL PROTECTED]>; "alexus" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 12:35 PM Subject: Re: Solaris woos... compiling vpopmail w/mysql I think that'd be a link option to the Solaris linker, -R/usr/lo

Re: Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread Randy Harmon
18, 2001 12:35 PM Subject: Re: Solaris woos... compiling vpopmail w/mysql > That's cool, but my question still stands... how does mysql know where to > find it's .so files then? I don't have a LD_LIBRARY_PATH set, and yet mysql > is able to find the .so's it needs... It must

Re: Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread chris
e - From: "alexus" <[EMAIL PROTECTED]> To: "chris" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 11:54 AM Subject: Re: Solaris woos... compiling vpopmail w/mysql > dude.. that's just how solaris works.. now deal with it:) > in so

Re: Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread alexus
OTECTED]> Sent: Monday, June 18, 2001 2:06 PM Subject: Re: Solaris woos... compiling vpopmail w/mysql > Hi, thanks for the help. Like I put in my last message, I can get things to > work with a LD_LIBRARY_PATH statement, but I don't understand why I have to > do that. When you

Re: Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread chris
s my guess anyway... and it's definitly a guess! Chris - Original Message - From: "alexus" <[EMAIL PROTECTED]> To: "chris" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 10:51 AM Subject: Re: Solaris woos... compiling vpopmail

Re: Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread alexus
add path to mysql lib into LD_LIB_PATH or whatever it calles in solaris.. - Original Message - From: "chris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 1:35 PM Subject: Solaris woos... compiling vpopmail w/mysql > Hello list,

Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread chris
Hello list, I've read through the archives and found plenty of people with similar problems compiling vpopmail on - obviously - Solaris boxes. From what I have read, Solaris is the bigest pain-in-the-ass to work with involving shared libraries. Now, I'll freely admit I'm no ex

Problems with OpenLDAP2 compiling vpopmail

2001-05-23 Thread Christian Wiese
Hi folks, I've Problems compiling vpopmail with openldap-2.0.7-15 on Redhat 7.1 Is there anybody who has install vpopmail with openldap2? Please Help. Greetings Christian I made following steps: # ./configure --enable-ldap=y --enable-roaming-users=y --enable-hardquota=500 It

Newbie needs Urgent help with compiling vpopmail

2001-01-27 Thread Oldarnie
Roger Arnold wrote: I am still a newbie regarding Qmail, Vpopmail etc., and urgently need some help. I am running RH7 with the upgrades installed and I created a symlink for tcp.smtp from /etc/tcp.smtp to ~vpopmail/etc/tcp.smtp and I have tried changeing the permissions of the file to vpopmail.vc

Troubles with compiling vpopmail-4.9.8 with oracle auth module

2001-01-24 Thread Yura Korotchenko
I use qmail-1.03 oracle 8.0.5 Solaris 7 #./configure --enable-passwd=n --enable-oracle=y ... all ok #make Making all in cdb gcc -g -O2 -Wall -o vchkpw vchkpw.o libvpopmail.a -L/usr/oracle/app/oracle/product/8.0.5/lib -lclntsh -lclient -lsocket -lnsl -lcrypt -lcommon -lnetv2 -lnetwo

Re: Problem compiling vpopmail-4.9.4

2000-10-12 Thread Juergen Hoffmann
Hi, a # updatedb # locate tcpserver should help you locate the program it is usually installed in /usr/local/bin and you should use 0.88 kind regards Juergen Hoffmann On Thu, Oct 12, 2000 at 12:16:29AM +0200, Laurent wrote: > > >install tcpserver. > > whereis tcpserver > : tcpserver: /us

Re: Problem compiling vpopmail-4.9.4

2000-10-11 Thread Laurent
>install tcpserver. whereis tcpserver : tcpserver: /usr/src/ucspi-tcp-0.84/tcpserver.1 /usr/src/ucspi-tcp-0.84/tcpserver.c /usr/src/ucspi-tcp-0.84/tcpserver.0 /usr/src/ucspi-tcp-0.84/tcpserver.o /usr/src/ucspi-tcp-0.84/tcpserver /usr/bin/tcpserver /usr/man/man1/tcpserver.1 /usr/man/cat1/tcpse

Problem compiling vpopmail-4.9.4

2000-10-11 Thread Laurent
Hi list I get the following when compiling vpopmail-4.9.4 : (...) cdbmake_add.o make[2]: Leaving directory `/home/patrice/vpopmail-4.9.4/cdb' make[2]: Entering directory `/home/patrice/vpopmail-4.9.4' gcc -I. -Icdb -g -O2 -Wall -c safestring.c gcc -I. -Icdb -g -O2 -Wall -c

RE: Trouble Compiling vpopmail 4.9

2000-08-24 Thread Chris Langdon
c/vpopmail-4.9.1' make: *** [all-recursive-am] Error 2 So I must have some how really messed something up. I'm out of ideas. -Original Message- From: Mira Tempir [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 24, 2000 2:27 AM To: Chris Langdon Cc: [EMAIL PROTECTED] Subject: R

Re: Trouble Compiling vpopmail 4.9

2000-08-24 Thread Mira Tempir
Make sure, you have installed kernel-headers package = 24/08/00 02:05 by Chris Langdon = | Hi all, I'm having trouble compiling vpopmail. I've been using it and not | had any trouble with previous versions, but this one hangs after 'checking | for AIX... n

Trouble Compiling vpopmail 4.9

2000-08-24 Thread Chris Langdon
Hi all, I'm having trouble compiling vpopmail. I've been using it and not had any trouble with previous versions, but this one hangs after 'checking for AIX... no' when running ./configure (with and without any options). It stays in the configure shell and I have to t