Re: [courier-users] compile error : gmake[3]: *** [cmlm2.o] Error 1

2007-06-25 Thread Gaye Abdoulaye Walsimou
Sam Varshavchik a écrit : > Try adding > > #include > > to the beginning of this file. adding #include in courier/cmlm2.C solves the problem. I will update my current courier this night :-) Thanks a lot - This SF.net email

Re: [courier-users] compile error : gmake[3]: *** [cmlm2.o] Error 1

2007-06-25 Thread Sam Varshavchik
Gaye Abdoulaye Walsimou writes: Hello list, I have following error when I try to compile courier-0.56.0. I try to compile it under FreeBSD 6.2-STABLE. Thanks a lot for any suggestion and help!!! Compiling cmlm2.C cmlm2.C: In function `int cmdset(const std::vectorstd::allocator >&, bool)': cmlm

[courier-users] compile error : gmake[3]: *** [cmlm2.o] Error 1

2007-06-25 Thread Gaye Abdoulaye Walsimou
Hello list, I have following error when I try to compile courier-0.56.0. I try to compile it under FreeBSD 6.2-STABLE. Thanks a lot for any suggestion and help!!! ###error " cp -f ./courier.config module.dsn gmake[4]: L

Re: [courier-users] Compile error for courier passd

2005-07-07 Thread Vince Janson
Seems like the source file doesnt build for Solaris, edit part of the source file and it works. Vince Janson wrote: Hi, I just have courier-0.50.1 and squirrelmail-1.4.5rc1 installed in Solaris 9 box. Trying to install courierpassd-1.1.0rc1 for webmail password module, but encou

[courier-users] Compile error for courier passd

2005-07-06 Thread Vince Janson
Hi, I just have courier-0.50.1 and squirrelmail-1.4.5rc1 installed in Solaris 9 box. Trying to install courierpassd-1.1.0rc1 for webmail password module, but encountered the following errors: # make make  all-recursive make[1]: Entering directory `/courierpassd-1.1.0-RC1' Making all in r

Re: [courier-users] Compile Error

2005-01-13 Thread Sam Varshavchik
Timothy Brown writes: Hi all! I'm trying to get Courier-MTA set up on my FreeBSD 5.3 system, and am running into a couple of compile errors. I first configured and installed authlib successfully, next I installed openssl via the ports, that worked fine as well. Then I configured courier as follo

[courier-users] Compile Error

2005-01-13 Thread Timothy Brown
Hi all! I'm trying to get Courier-MTA set up on my FreeBSD 5.3 system, and am running into a couple of compile errors. I first configured and installed authlib successfully, next I installed openssl via the ports, that worked fine as well. Then I configured courier as follows: ./configure --pref

[courier-users] compile error

2004-08-16 Thread t-funa
mailsv% uname -a (BSunOS sysdev4unix 5.9 Generic_117171-05 sun4u sparc SUNW,Sun-Blade-100 (Bmailsv% (Bmailsv% bunzip2 courier-imap-3.0.7.tar.bz2 (Bmailsv% tar xvf courier-imap-3.0.7.tar (Bmailsv% cd courier-imap-3.0.7 (Bmailsv% setenv CFLAGS (B"-O2 -I/opt/sfw/include -I/usr/local/ssl/include

[courier-users] Compile error

2004-06-26 Thread Eric N. Valor
I can't seem to get past the configuration script. I am most definitely NOT used to compiling as a non-root user. Here's the end of the output of my attempt to configure: ./configure --prefix=/usr/local/ --sysconfdir=/etc/ --localstatedir=/var --with-mailuser=courier --with-mailgroup=courier .

[courier-users] compile error with Courier 20030903

2003-09-04 Thread Alexander Gretha
does this mean anything to anybody ? (using suse 7.2 and gcc 2.95.3, yes i know it's old and i'm planning to update, but ) Compiling maildir.C In file included from /usr/include/g++/stl_tree.h:56, from /usr/include/g++/set:31, from ../maildir/maildirkeywords.

[courier-users] Compile Error in courier-imap-1.7.1

2003-03-21 Thread Aaron Bryer
Hello all, I have been trying to get courier-imap-1.7.1 to compile for the last 3 days. Below is the error that I am getting gcc -I./.. -I.. -Wall -g -O2 -o couriertls starttls.o argparse.o libcouriertls.a libspipe.a ../rfc1035/librfc1035.a ../md5/libmd5.a ../random128/librandom128.a ../

[courier-users] Compile error: Expect not found.

2003-02-27 Thread Alejandro G. Belluscio
Hello courier-users, I'm installing courier-imap 1.7.0 on a Red Hat 8.0 bare installed. I'm just installed openssl 0.97, openssh 3.5p1, daemontools 0.76, ucspi-tcp 0.88, qmail 1.03 and vpopmail 5.2.1. I'm compiling courier as a non-root user as instructed. But this gave me the problem that /var/

Re: [courier-users] compile error

2003-02-11 Thread Jim King
You either need the vpopmail library in your LD_LIBRARY_PATH, or you need to tell configure not to use it (--without-authvchkpw). If you're not planning on using vpopmail, I'd just turn it off. If you are planning on using it, you can grab the latest dev build (reasonably stable as far as I can

[courier-users] compile error

2003-02-11 Thread Ben JW
anyone had trouble compiling on FreeBSD w/ gmake? ... /usr/libexec/elf/ld: cannot find -lvpopmail gmake[1]: *** [authvchkpw] Error 1 gmake[1]: Leaving directory `/usr/local/src/courier-imap-1.5.3/authlib' gmake: *** [all-recursive] Error 1 ... thank you all! ben jw ---

[courier-users] compile error: bdbobj.h:21: db.h: No such file or directory

2002-12-31 Thread Sam Carleton
I am beating my head on the wall here:( I have compiled and installed BerkeleyDB.3.3. I am now trying to compile courier-imap with no luck. Knowing that BerkeleyDB.3.3 was not in the traditional location of /usr/local/BerkeleyDB I created a soft link so that there is a /usr/local/BerkeleyDB. Th

Re: [courier-users] Compile error

2002-10-30 Thread Russell Premont
.c:872: `ssl' undeclared (first use in this function) libcouriertls.c:872: warning: initialization makes pointer from integer without a cast libcouriertls.c:880: `SSL_ERROR_NONE' undeclared (first use in this function) libcouriertls.c:883: `SSL_ERROR_WANT_WRITE' undeclared (firs

Re: [courier-users] Compile error

2002-10-30 Thread Russell Premont
Wednesday, October 30, 2002 6:10 PM Subject: Re: [courier-users] Compile error > What dist do you run? > > Russell Premont wrote: > > >I have the latest version of openssl installed. I have also tested its > >functionality and all is ok. I use it with openssh and o

Re: [courier-users] Compile error

2002-10-30 Thread Rickard Eriksson
: "Rickard Eriksson" <[EMAIL PROTECTED]> To: "Russell Premont" <[EMAIL PROTECTED]> Cc: "Courier-Users" <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 5:24 PM Subject: Re: [courier-users] Compile error I got the same error when i didn&

Re: [courier-users] Compile error

2002-10-30 Thread Russell Premont
ROTECTED]> To: "Russell Premont" <[EMAIL PROTECTED]> Cc: "Courier-Users" <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 5:24 PM Subject: Re: [courier-users] Compile error > I got the same error when i didn't have openssl installed. > > Russell Prem

Re: [courier-users] Compile error

2002-10-30 Thread Rickard Eriksson
I got the same error when i didn't have openssl installed. Russell Premont wrote: Just an update. I have tried again from scrath with just ./configure and then running make and still get the sam error. mkdir .libs rm -fr .libs/librewrite.la .libs/librewrite.* .libs/librewrite.* ar cru .libs/lib

[courier-users] Compile error

2002-10-30 Thread Russell Premont
Just an update. I have tried again from scrath with just ./configure and then running make and still get the sam error. mkdir .libs rm -fr .libs/librewrite.la .libs/librewrite.* .libs/librewrite.* ar cru .libs/librewrite.a esmtp.o ranlib .libs/librewrite.a creating librewrite.la (cd .libs &&

[courier-users] Compile error

2002-10-30 Thread Russell Premont
I am trying to install courier-0.39.3 for the first time on Solaris 9 Sparc but the make fails. I am running configure with the following options : --prefix=/usr/local/courier --with-ipv6 --with-db=gdbm --with-mailuser=cour ier-mta --with-mailgroup=courier-mta --with-shellpath=/usr/local/bin:/usr

[courier-users] Compile error

2002-09-17 Thread E. Versaevel
After a succesfull testinstallation on my testmachine (intel P166 mmx, slackware 8.1) I wanted to install courier-imap to my email server (AMD Athlon 800 MHz, slackware 8.0). But the configure failes with the following error: checking for setpgrp... yes checking for setpgrp... (cached) yes chec

RE: [courier-users] compile error

2002-06-07 Thread Chris Ochap
ne 07, 2002 4:33 PM To: [EMAIL PROTECTED] Subject: [courier-users] compile error having trouble compiling latest courier-imap with only the vpop auth module. libraries exist and are listed in /etc/ld.so.conf. last bits of compile are shown. /libsha1.a -L/var/vpopmail/lib -lvpopmail -L/usr/lib/

[courier-users] compile error

2002-06-07 Thread CustomCPU Postmaster
having trouble compiling latest courier-imap with only the vpop auth module. libraries exist and are listed in /etc/ld.so.conf. last bits of compile are shown. /libsha1.a -L/var/vpopmail/lib -lvpopmail -L/usr/lib/mysql -lmysqlclient -lz -lm -lcrypt /usr/bin/ld: cannot find -lvpopmail collect2:

Re: [courier-users] compile error

2002-05-14 Thread Malik Bülent
Thanks a lot Tom I passed that problem then I did after that make as I typed make check received below error: INFO: LOGIN, user=user, ip=[127.0.0.1] INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0 INFO: LOGIN, user=user, ip=[127.0.0.1] INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0,

Re: [courier-users] compile error

2002-05-14 Thread Tom Williams
Malik Bülent wrote: > hello I use vpopmail5.2,qmail-1.03 on FreeBSD4.5 and I wanted to install > courier-imap1.4.4 but I have a problem. > I configured as following; > as normal user that it hasn't root right I did as following: > ./configure --enable-workarounds-for-imap-client-bugs --without-m

[courier-users] compile error

2002-05-14 Thread Malik Bülent
hello I use vpopmail5.2,qmail-1.03 on FreeBSD4.5 and I wanted to install courier-imap1.4.4 but I have a problem. I configured as following; as normal user that it hasn't root right I did as following: ./configure --enable-workarounds-for-imap-client-bugs --without-module-authu serdb --without-mo

Re: [courier-users] compile error - authvchkpw

2002-03-26 Thread Lindsay Haisley
I wrote Sam about the same problem and he pointed me to the solution. You probably have an old version of vpopmail installed. Update vpopmail and the problem should go away. Also note that the latest version of vpopmail, perhaps earlier ones too, makes ~vpopmail/lib mode 700, so in order to lin

Re: [courier-users] compile error - authvchkpw

2002-03-26 Thread James Stevens
I had a similar thing with LDAP. It turns out that cinfigure did find an ldap.h file, but it was not the right on. It was left over from somewhere so I deleted it and created links in /usr/include to my OpenLDAP include files. The same for /usr/lib to my OpenLDAP lib files. This cleared up my prob

[courier-users] compile error - authvchkpw

2002-03-24 Thread Daniel Bichara
This is the third time I write this message. Please help me. Error while make: make[1]: Entering directory `/usr/src/courier-imap-1.4.3/authlib' gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/vpopmail/include -g -O2 = -Wall -I.. - I./.. -c authvchkpw.c authvchkpw.c: In function `auth_vchkpw_change

[courier-users] compile error

2002-03-20 Thread Brandon Drake
i receive the following error when i compile courier-imap on my solaris 8 box. i configure courier-imap with authvchkpw for the auth module. here is the error creating userdbpw.html make[1]: Leaving directory `/usr/local/src/courier-imap-1.4.3/userdb' Making all in authlib make[1]: Enteri

[courier-users] Compile error of SQWebmail when using Qmail /w vpopmail using mysql.

2002-02-20 Thread Jens Andersen
Hey I'm getting a compile error when trying to compile SQWebmail. I have a working qmail setup with vpopmail using mysql for authentication. (vchkpw). When trying to compile sqwebmail I get following error after a while: making all in authlib make[1]: Entering directory `/home/rayman/sqwebmail-3.3

Re: [courier-users] Compile error in 1.4.0.

2001-12-19 Thread Peter C. Norton
Change the permissions on ~vpopmail/lib. By default you won't be able to access it. On Wed, Dec 19, 2001 at 11:41:03AM -0800, Brad Dameron wrote: > > When I try to compile courier I get the following error: > > gcc -I/mail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw > modauthvchkpw.o li >

[courier-users] Compile error in 1.4.0.

2001-12-19 Thread Brad Dameron
When I try to compile courier I get the following error: gcc -I/mail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthvchkpw.o li bauthmod.a libauth.a ../md5/libmd5.a ../sha1/libsha1.a -L/mail/lib -lvpopmail -L /usr/local/lib/mysql -lmysqlclient -lz -lm -lcrypt /usr/bin/ld: cannot find -l