[toaster] Error message while trying to configure courier-imap
Hi, I didn't find an appropriate mailing list for courier-imap so I decided to join this list and post my question here: I am actually trying to set up a qmail toaster (qmail, vpopmail etc.) and I am in the middle of compiling courier-imap 3.03 but I do get the following error message: ./configure --disable-root-check --without-authdaemon --with-authvchkpw --enable-workarounds-for-imap-client-bugs [ ... ] checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. configure: error: /bin/sh './configure' failed for maildir Unfortunately I don't see any errors in config.log so has anyone ever experienced this error before? Any hints? Bye and thanks, Werner.
Re: [toaster] Error message while trying to configure courier-imap
Am Son, den 02.05.2004 schrieb Werner Schalk um 19:20: which distro/gcc version you using ? RedHat requierd --with-redhat > Hi, > > I didn't find an appropriate mailing list for courier-imap so I decided to > join this list and post my question here: I am actually trying to set up a > qmail toaster (qmail, vpopmail etc.) and I am in the middle of compiling > courier-imap 3.03 but I do get the following error message: > > ./configure --disable-root-check --without-authdaemon --with-authvchkpw > --enable-workarounds-for-imap-client-bugs > > [ ... ] > > checking for sys/wait.h that is POSIX.1 compatible... (cached) yes > checking how to run the C++ preprocessor... /lib/cpp > configure: error: C++ preprocessor "/lib/cpp" fails sanity check > See `config.log' for more details. > configure: error: /bin/sh './configure' failed for maildir > > Unfortunately I don't see any errors in config.log so has anyone ever > experienced this error before? Any hints? > > Bye and thanks, > Werner.
Re: [toaster] Error message while trying to configure courier-imap
Hi, sorry I forgot to say that I am using Debian 3.0. Anyone ever experienced the given problem? Bye and thanks, Werner.
[toaster] Mysql auth
Hi, I upgrade my toaster in order to use mysql auth. Everythig is working fine for POP3 but not with Sqwebmail wich fails to autenticate all users created after migrating to mysql (vconvert). How to compile sqwebmail to use mysql auth ? I'v tried a lot of ways but always fail. Best regards.
Re: [toaster] Error message while trying to configure courier-imap
Werner Schalk wrote: Hi, sorry I forgot to say that I am using Debian 3.0. Anyone ever experienced the given problem? Try to update compiler and automake tools. You can find lot of messages like that with google search. -- Eero
Re: [toaster] Error message while trying to configure courier-imap
Werner Schalk said: > Hi, > > sorry I forgot to say that I am using Debian 3.0. Anyone ever experienced > the > given problem? Yes, actually I had this problem yesterday... You're missing gcc-c++ ... not sure how debian handles it, but for Redhat, it's the gcc-c++ package... > Bye and thanks, > Werner. > --- Jason 'XenoPhage' Frisvold Engine / Technology Programmer [EMAIL PROTECTED] RedHat Certified - RHCE # 803004140609871 MySQL Pro Certified - ID# 207171862 MySQL Core Certified - ID# 205982910 --- "Something mysterious is formed, born in the silent void. Waiting alone and unmoving, it is at once still and yet in constant motion. It is the source of all programs. I do not know its name, so I will call it the Tao of Programming."
[toaster] debian and tcp.smtp
Trying to install toaster on debian 3.0 rev 2, all is fine until vpopmail with --enable-roaming-users=y: checking whether we can locate the tcp.smtp file... configure: WARNING: Unable to find your tcpserver relay file. configure: WARNING: Creating tcp.smtp in "/home/vpopmail"/etc/tcp.smtp. ./configure: /home/vpopmail/etc/tcp.smtp: No such file or directory configure: error: Unable to find your tcp.smtp file, specify --enable-tcpserver-path=/full/path/to/tcp.smtp
RE: [toaster] debian and tcp.smtp
I had the same problem. All you need to do is create the directories mkdir /home/vpopmail mkdir /home/vpopmail/etc chown -R vpopmail.vchkpw /home/vpopmail first and chmod them to the vpopmail user and run configure again. I reported the error to Tom and he will fix it in the next release. cheers Shane >-Original Message- >From: Noel Sanchez [mailto:[EMAIL PROTECTED] >Sent: Monday, 3 May 2004 7:12 AM >To: [EMAIL PROTECTED] >Subject: [toaster] debian and tcp.smtp > >Trying to install toaster on debian 3.0 rev 2, all is fine >until vpopmail >with --enable-roaming-users=y: > > > >checking whether we can locate the tcp.smtp file... configure: WARNING: >Unable to find your tcpserver relay file. >configure: WARNING: Creating tcp.smtp in "/home/vpopmail"/etc/tcp.smtp. >./configure: /home/vpopmail/etc/tcp.smtp: No such file or directory >configure: error: Unable to find your tcp.smtp file, specify >--enable-tcpserver-path=/full/path/to/tcp.smtp > > > >
[toaster] EOL Redhat 9.0
On 5/3/2004 9:23 AM, Shane Chrisp wrote: I had the same problem. All you need to do is create the directories mkdir /home/vpopmail mkdir /home/vpopmail/etc chown -R vpopmail.vchkpw /home/vpopmail first and chmod them to the vpopmail user and run configure again. I reported the error to Tom and he will fix it in the next release. cheers Shane -Original Message- From: Noel Sanchez [mailto:[EMAIL PROTECTED] Sent: Monday, 3 May 2004 7:12 AM To: [EMAIL PROTECTED] Subject: [toaster] debian and tcp.smtp Trying to install toaster on debian 3.0 rev 2, all is fine until vpopmail with --enable-roaming-users=y: checking whether we can locate the tcp.smtp file... configure: WARNING: Unable to find your tcpserver relay file. configure: WARNING: Creating tcp.smtp in "/home/vpopmail"/etc/tcp.smtp. ./configure: /home/vpopmail/etc/tcp.smtp: No such file or directory configure: error: Unable to find your tcp.smtp file, specify --enable-tcpserver-path=/full/path/to/tcp.smtp With the end of life for rh 9.0, is it a possbility that the current toaster will shift to debian or fedora instead?
Re: [toaster] EOL Redhat 9.0
- Original Message - From: "Eric Noel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 02, 2004 6:31 PM Subject: [toaster] EOL Redhat 9.0 > >>checking whether we can locate the tcp.smtp file... configure: WARNING: > >>Unable to find your tcpserver relay file. > >>configure: WARNING: Creating tcp.smtp in "/home/vpopmail"/etc/tcp.smtp. > >>./configure: /home/vpopmail/etc/tcp.smtp: No such file or directory > >>configure: error: Unable to find your tcp.smtp file, specify > >>--enable-tcpserver-path=/full/path/to/tcp.smtp > > With the end of life for rh 9.0, is it a possbility that > the current toaster will shift to debian or fedora instead? Or maybe Mandrake. -John
Re: [toaster] debian and tcp.smtp
On May 2, 2004, at 6:23 PM, Shane Chrisp wrote: I reported the error to Tom and he will fix it in the next release. It's in 5.4.4. I'll try to get it uploaded soon, but I'm in the middle of a move from Arizona to California. Here's what will be included (currently in the 5.4 branch of CVS): 5.4.4 - unreleased Tom Collins - Link math lib when compiling for MySQL. - Create ~vpopmail and ~vpopmail/etc in configure script. [930939] Note that any code creating files in ~vpopmail should probably be moved from configure and into Makefile (under make install). - Use MAX_PW_DIR when checking max size of domain's directory. Michael Bowe - Minor documentation tweaks - Fix for : If roaming users were enabled, and auth module was not SQL based, and user's IP address was not available (eg being called from Courier-IMAP with authdaemon enabled), then open_smtp.tmp.pid files would be created for each auth but never removed. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/