[courier-users] problems compiling courier-authlib on Solaris 10

2005-11-26 Thread Dustin Hoff
Hi, I'm having trouble compiling courier-authlib-0.57 on Solaris 10 and wondering if anyone has suggestions about how to fix the problem. To summarize, configure works fine and gmake builds some of the software but finally dies on authdaemon.c; specific details follow. Thanks for any help.

[courier-users] problems compiling with mysql_config

2005-06-11 Thread Jory A. Pratt
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: unrecognized option '-Wl' /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: use the --help option for usage information collect2: ld returned 1 exit status make[2]: *** [libauthmysql.la]

Re: [courier-users] problems compiling with mysql_config

2005-06-11 Thread Sam Varshavchik
Jory A. Pratt writes: /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: unrecognized option '-Wl' /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: use the --help option for usage information collect2: ld returned 1 exit status

[courier-users] Problems compiling courier 0.43.2 on HPUX 10.20

2003-10-18 Thread John Ashwood
Greetings all. I hope you can bear with a total newbie to the Unix scene... but I am in need of a little help. I have searched the net and a few newsgroups and mailing lists but haven't come up with any answers... I am trying to compile courier 0.43.2 on an HP UX 10.20 server and am getting the

[courier-users] problems compiling courier 0.43.2 on HPUX 10.20

2003-10-10 Thread John Ashwood
Greetings all. I hope you can bear with a total newbie to the Unix scene... but I am in need of a little help. I have searched the net and a few newsgroups and mailing lists but haven't come up with any answers... I am trying to compile courier 0.43.2 on an HP UX 10.20 server and am getting the

[courier-users] Problems compiling Courier 0.41.0 with Berkeley DB 4.1.25.

2003-02-02 Thread Rodrigo Severo
Hi, I am trying to compile Courier 0.41.0 with Berkeley DB 4.1.25 and I'm having the following problem: make[2]: Entering directory `/usr/src/courier-0.41.0/bdbobj' Compiling bdbobj.c bdbobj.c: In function `bdbobj_open': bdbobj.c:117: warning: passing arg 2 of pointer to function from

[courier-users] Problems compiling 1.6.2 or 1.7 on Redhat 7.0

2003-02-02 Thread john . taber
When compiling: ./configure \ --prefix=/usr/local/courier-imap \ --disable-root-check \ --without-authpam \ --without-authldap \ --without-authpwd \ --without-authmysql \ --without-authpgsql \ --without-authshadow \

[courier-users] problems compiling vpopmail-5.3.9, courier-imap-1.6.1 with mysql-3.23.52

2002-12-04 Thread lao nightwolf
Hello, I hope someone can help me with this one, I'm trying to get the thing working for a couple weeks now but can't find a solution: As there's not really a manual of how to implement vpopmail/courierimap together, I tried two possiblities which you can find below, I hope you can give some

Re: [courier-users] Problems Compiling

2002-11-07 Thread Jesse Keating
On Thu, 7 Nov 2002 11:38:04 -0500 NiATech [EMAIL PROTECTED] wrote: # # authvchkpw.c:21:29: vpopmail.h: No such file or directory # authvchkpw.c:22:26: vauth.h: No such file or directory It's looking for vpopmail a nd vauth header files. Do you have such header files around? -- Jesse

[courier-users] Problems compiling on Redhat v8.0

2002-10-06 Thread J. Sabino
Just tried compiling courier imap on a newly installed Redhat v8.0 system. Here were the steps that I took: - untarred source tarball under /var/tmp/postfix (as normal user, not root) - ran ./configure --without-ipv6 (as same user, seemed to finish with no issues) - ran make (as same user

Re: [courier-users] Problems compiling on Redhat v8.0

2002-10-06 Thread Brian Candler
On Sun, Oct 06, 2002 at 09:57:01AM -0400, J. Sabino wrote: c++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -c maildirsearchC.cpp In file included from maildirsearchC.cpp:7: maildirsearch.h:93: 'string' is used as a type, but is not defined as a type. maildirsearch.h:95:

Re: [courier-users] Problems compiling on Redhat v8.0

2002-10-06 Thread Martin Lohmeier
J. Sabino wrote: Just tried compiling courier imap on a newly installed Redhat v8.0 system. Here were the steps that I took: Hi JMS, why don`t you use the courier rpm? It's not as difficult to install as the source. Result should be the same if you are not planning to use courier in a

[courier-users] Problems compiling Courier-IMAP

2002-05-29 Thread Steve Fulton
Hi all, I'm having difficulty compiling Courier-IMAP. It keeps failing during build with this error message. Any suggestions? gcc -I./.. -I.. -Wall -g -O2 -o couriertls starttls.o argparse.o libspipe.a ../rfc1035/librfc1035.a ../soxwrap/libsoxwrap.a `cat ../soxwrap/soxlibs.dep` -lssl

Re: [courier-users] Problems compiling Courier-IMAP

2002-05-29 Thread Tom Williams
Steve Fulton wrote: Hi all, I'm having difficulty compiling Courier-IMAP. It keeps failing during build with this error message. Any suggestions? gcc -I./.. -I.. -Wall -g -O2 -o couriertls starttls.o argparse.o libspipe.a ../rfc1035/librfc1035.a ../soxwrap/libsoxwrap.a `cat

[courier-users] Problems compiling Courier IMAP

2002-05-26 Thread Alessandro De Maria
Hi there! I got an error compiling courier IMAP 1.4.5 and 1.4.6. Can someone help me, please? I'm running qmail + vpopmail 5.2 thx alex error: gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a ../sha1/libsha1.a

Re: [courier-users] Problems compiling Courier IMAP

2002-05-26 Thread Tom Williams
Alessandro De Maria wrote: Hi there! I got an error compiling courier IMAP 1.4.5 and 1.4.6. Can someone help me, please? I'm running qmail + vpopmail 5.2 thx alex error: gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a

Re: [courier-users] Problems compiling Courier IMAP

2002-05-26 Thread Alessandro De Maria
It just works fine! /home/vpopmail/lib was root.root 700 thanks! Alex Make sure libvpopmail.a and /home/vpopmail/lib are both readable by your userid. Check the permissions on both the file and the directory. You might even have to make /home/vpopmail readable by your userid as well.

[courier-users] Problems compiling - authvcheckpw

2002-03-20 Thread Daniel Bichara
I am getting the following error when I try "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.cauthvchkpw.c: In function `auth_vchkpw_changepass':authvchkpw.c:142: