Re: Error installing qmailadmin-0.4

2000-12-18 Thread Ken Jones


If you downloaded 4.9.7 prior to Dec 14th, you need to download
it again. New autoconf/automake features were added that work
with qmailadmin 0.40pre.

Look for inc_deps and inc_libs in ~vpopmail/etc. If they are
not there then you probably need a newer 4.9.7 version.

Ken Jones

Dean Mumby wrote:
 
 I Have already installed vpopmail-4.9.7 and it is working.
 
 I configured qnailadmin with
 --enable-cgibindir=/var/www/cgi-bin \
 --enable-autoresponder=/usr/bin \
 --enable-ezmlmdir=/usr/bin
 
 - Original Message -
 From: "Tim Hunter" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, December 15, 2000 6:05 PM
 Subject: RE: Error installing qmailadmin-0.4
 
  *This message was transferred with a trial version of CommuniGate(tm) Pro*
  I assume you mean the latest pre release of qmailadmin 0.40.
  Chances are you have to upgrade your vpopmail version.
 
 
  -Original Message-
  From: Dean Mumby [mailto:[EMAIL PROTECTED]]
  Sent: Friday, December 15, 2000 11:01 AM
  To: qmailadmin
  Subject: Error installing qmailadmin-0.4
 
 
  Hi all
  hopefully someone can help me
 
  I get this error when I try "make" qmailadmin-0.4
 
  I have qmail  vpopmail, ezmlm,autorespond all installed.
 
  snip---
  make[1]: Entering directory `/home/esa/src/qmailadmin-0.40'
  make[2]: Entering directory `/home/esa/src/qmailadmin-0.40'
  gcc -I.   -g -O2 -c qmailadmin.c
  qmailadmin.c:30:22: vpopmail.h: No such file or directory
  qmailadmin.c:31:19: vauth.h: No such file or directory
  make[2]: *** [qmailadmin.o] Error 1
  make[2]: Leaving directory `/home/esa/src/qmailadmin-0.40'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/home/esa/src/qmailadmin-0.40'
  make: *** [all-recursive-am] Error 2
  [root@mail qmailadmin-0.40]#
  snip---
 
  Thanks in advance
  Dean
 
 
 



Re: Error installing qmailadmin-0.4

2000-12-18 Thread Ken Jones

Tim Hunter wrote:
 
 I assume you mean the latest pre release of qmailadmin 0.40.
 Chances are you have to upgrade your vpopmail version.
 
 -Original Message-
 From: Dean Mumby [mailto:[EMAIL PROTECTED]]
 Sent: Friday, December 15, 2000 11:01 AM
 To: qmailadmin
 Subject: Error installing qmailadmin-0.4
 
 Hi all
 hopefully someone can help me
 
 I get this error when I try "make" qmailadmin-0.4
 
 I have qmail  vpopmail, ezmlm,autorespond all installed.
 
 snip---
 make[1]: Entering directory `/home/esa/src/qmailadmin-0.40'
 make[2]: Entering directory `/home/esa/src/qmailadmin-0.40'
 gcc -I.   -g -O2 -c qmailadmin.c
 qmailadmin.c:30:22: vpopmail.h: No such file or directory
 qmailadmin.c:31:19: vauth.h: No such file or directory

Those errors are because you don't have the latest 
development version of vpopmail-4.9.7. Just download
what's available on the web site.

This error is part of a new feature added to vpopmail and
qmailadmin, and hopefully sqwebmail and courier-imap in
the future.

Specifically, the list of include directories, library
directories and libraries that are needed to install
vpopmail, are saved in two files under ~vpopmail/etc,
inc_deps and inc_libs

These two files can be used by other programs to automatically
figure out the additional -I -L -l options to use.

The idea is, no matter if you configure vpopmail to use the
default cdb module, or mysql (or oracle, sybase, ldap in the future),
you can just go to the inc_deps inc_libs files in ~vpopmail/etc
to get all the info you need to compile and link your application.

Ken Jones



RE: Error installing qmailadmin-0.4

2000-12-15 Thread Tim Hunter

I assume you mean the latest pre release of qmailadmin 0.40.
Chances are you have to upgrade your vpopmail version.


-Original Message-
From: Dean Mumby [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 15, 2000 11:01 AM
To: qmailadmin
Subject: Error installing qmailadmin-0.4


Hi all 
hopefully someone can help me

I get this error when I try "make" qmailadmin-0.4

I have qmail  vpopmail, ezmlm,autorespond all installed.

snip---
make[1]: Entering directory `/home/esa/src/qmailadmin-0.40'
make[2]: Entering directory `/home/esa/src/qmailadmin-0.40'
gcc -I.   -g -O2 -c qmailadmin.c
qmailadmin.c:30:22: vpopmail.h: No such file or directory
qmailadmin.c:31:19: vauth.h: No such file or directory
make[2]: *** [qmailadmin.o] Error 1
make[2]: Leaving directory `/home/esa/src/qmailadmin-0.40'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/esa/src/qmailadmin-0.40'
make: *** [all-recursive-am] Error 2
[root@mail qmailadmin-0.40]# 
snip---

Thanks in advance
Dean






Re: Error installing qmailadmin-0.4

2000-12-15 Thread Dean Mumby

I Have already installed vpopmail-4.9.7 and it is working.

I configured qnailadmin with
--enable-cgibindir=/var/www/cgi-bin \
--enable-autoresponder=/usr/bin \
--enable-ezmlmdir=/usr/bin

- Original Message -
From: "Tim Hunter" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 15, 2000 6:05 PM
Subject: RE: Error installing qmailadmin-0.4


 *This message was transferred with a trial version of CommuniGate(tm) Pro*
 I assume you mean the latest pre release of qmailadmin 0.40.
 Chances are you have to upgrade your vpopmail version.


 -Original Message-
 From: Dean Mumby [mailto:[EMAIL PROTECTED]]
 Sent: Friday, December 15, 2000 11:01 AM
 To: qmailadmin
 Subject: Error installing qmailadmin-0.4


 Hi all
 hopefully someone can help me

 I get this error when I try "make" qmailadmin-0.4

 I have qmail  vpopmail, ezmlm,autorespond all installed.

 snip---
 make[1]: Entering directory `/home/esa/src/qmailadmin-0.40'
 make[2]: Entering directory `/home/esa/src/qmailadmin-0.40'
 gcc -I.   -g -O2 -c qmailadmin.c
 qmailadmin.c:30:22: vpopmail.h: No such file or directory
 qmailadmin.c:31:19: vauth.h: No such file or directory
 make[2]: *** [qmailadmin.o] Error 1
 make[2]: Leaving directory `/home/esa/src/qmailadmin-0.40'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/home/esa/src/qmailadmin-0.40'
 make: *** [all-recursive-am] Error 2
 [root@mail qmailadmin-0.40]#
 snip---

 Thanks in advance
 Dean