Re: [vchkpw] qmailadmin errors

2004-02-16 Thread Tom Collins
On Feb 16, 2004, at 11:10 AM, Girish wrote:
I am using RHL 9 , vpopmail 5.4.x
qmail admin 1.0.6
Please try qmailadmin 1.2.0.  It's better matched to vpopmail 5.4.x.

Also, if you're using a pre-release version of vpopmail 5.4.0, please 
upgrade to the final 5.4.0 release.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter handheld Network Tester: http://sniffter.com/


Re: [vchkpw] qmailadmin errors

2004-02-16 Thread Girish
I am using RHL 9 , vpopmail 5.4.x
qmail admin 1.0.6



> Hello Girish,
>
> Monday, February 16, 2004, 9:48:49 AM, you wrote:
>
> G> while installing qmailadmin i get these errors
>
>
>
> G> gcc -I.   -g -O2 -c qmailadmin.c
> G> qmailadmin.c:29:22: vpopmail.h: No such file or directory
> G> qmailadmin.c:30:19: vauth.h: No such file or directory
> G> qmailadmin.c: In function `main':
> G> qmailadmin.c:133: warning: assignment makes pointer from integer
without a
> G> cast
> G> qmailadmin.c:210: warning: assignment makes pointer from integer
without a
> G> cast
> G> qmailadmin.c:218: dereferencing pointer to incomplete type
> G> qmailadmin.c:222: dereferencing pointer to incomplete type
> G> make[2]: *** [qmailadmin.o] Error 1
> G> make[2]: Leaving directory `/usr/src/qmail/qmailadmin-1.0.6'
> G> make[1]: *** [all-recursive] Error 1
> G> make[1]: Leaving directory `/usr/src/qmail/qmailadmin-1.0.6'
> G> make: *** [all-recursive-am] Error 2
>
> G> any one can help me
>
>
> Hi,
>
> Which version of RedHat are you using??
>
> regards,
> Krishna
>
> Krishna Shekhar, RHCE
> Network/Systems Engineer,
> Spectranet BroadBand
>
>
> --
>  regards,
>  Krishna
mailto:[EMAIL PROTECTED]
>



Re: [vchkpw] qmailadmin errors

2004-02-16 Thread Jeremy Kitchen
http://scriptkitchen.com/godkills.jpg <-- please, think of the kittens

On Mon, 2004-02-16 at 12:03, Girish wrote:
> I tried to install qmailadmin as root
> 
> and vpopmail is in /home/vpopmail/ dir..
> 
> i wonder what happen..
> 
> and when i search for vpopmail.h it exist there ..

what is the home directory for the vpopmail user?

grep vpopmail /etc/passwd

-Jeremy

-- 
Jeremy Kitchen
Systems Administrator
[EMAIL PROTECTED]
Kitchen @ #qmail on EFNet - Join the party!
.
Inter7 Internet Technologies, Inc.
www.inter7.com
866.528.3530 toll free
847.492.0470 int'l
847.492.0632 fax
GNUPG key ID: 93BDD6CE



Re: [vchkpw] qmailadmin errors

2004-02-16 Thread Girish
I tried to install qmailadmin as root

and vpopmail is in /home/vpopmail/ dir..

i wonder what happen..

and when i search for vpopmail.h it exist there ..

Girish

> On Feb 16, 2004, at 10:48 AM, Girish wrote:
> > gcc -I.   -g -O2 -c qmailadmin.c
> > qmailadmin.c:29:22: vpopmail.h: No such file or directory
> > qmailadmin.c:30:19: vauth.h: No such file or directory
> 
> When you configured qmailadmin, you didn't tell it where vpopmail was 
> installed.
> 
> Make sure you configure and install qmailadmin as root.  If vpopmail 
> isn't at /home/vpopmail, you'll need to tell qmailadmin where it is 
> (./configure --enable-vpopmaildir=DIR).
> 
> --
> Tom Collins  -  [EMAIL PROTECTED]
> QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
> Info on the Sniffter handheld Network Tester: http://sniffter.com/
> 


Re: [vchkpw] qmailadmin errors

2004-02-16 Thread Krishna
Hello Girish,

Monday, February 16, 2004, 9:48:49 AM, you wrote:

G> while installing qmailadmin i get these errors



G> gcc -I.   -g -O2 -c qmailadmin.c
G> qmailadmin.c:29:22: vpopmail.h: No such file or directory
G> qmailadmin.c:30:19: vauth.h: No such file or directory
G> qmailadmin.c: In function `main':
G> qmailadmin.c:133: warning: assignment makes pointer from integer without a
G> cast
G> qmailadmin.c:210: warning: assignment makes pointer from integer without a
G> cast
G> qmailadmin.c:218: dereferencing pointer to incomplete type
G> qmailadmin.c:222: dereferencing pointer to incomplete type
G> make[2]: *** [qmailadmin.o] Error 1
G> make[2]: Leaving directory `/usr/src/qmail/qmailadmin-1.0.6'
G> make[1]: *** [all-recursive] Error 1
G> make[1]: Leaving directory `/usr/src/qmail/qmailadmin-1.0.6'
G> make: *** [all-recursive-am] Error 2

G> any one can help me


Hi,

Which version of RedHat are you using??

regards,
Krishna

Krishna Shekhar, RHCE
Network/Systems Engineer,
Spectranet BroadBand


-- 
 regards,
 Krishnamailto:[EMAIL PROTECTED]



Re: [vchkpw] qmailadmin errors

2004-02-16 Thread Tom Collins
On Feb 16, 2004, at 10:48 AM, Girish wrote:
gcc -I.   -g -O2 -c qmailadmin.c
qmailadmin.c:29:22: vpopmail.h: No such file or directory
qmailadmin.c:30:19: vauth.h: No such file or directory
When you configured qmailadmin, you didn't tell it where vpopmail was 
installed.

Make sure you configure and install qmailadmin as root.  If vpopmail 
isn't at /home/vpopmail, you'll need to tell qmailadmin where it is 
(./configure --enable-vpopmaildir=DIR).

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter handheld Network Tester: http://sniffter.com/


[vchkpw] qmailadmin errors

2004-02-16 Thread Girish
while installing qmailadmin i get these errors



gcc -I.   -g -O2 -c qmailadmin.c
qmailadmin.c:29:22: vpopmail.h: No such file or directory
qmailadmin.c:30:19: vauth.h: No such file or directory
qmailadmin.c: In function `main':
qmailadmin.c:133: warning: assignment makes pointer from integer without a
cast
qmailadmin.c:210: warning: assignment makes pointer from integer without a
cast
qmailadmin.c:218: dereferencing pointer to incomplete type
qmailadmin.c:222: dereferencing pointer to incomplete type
make[2]: *** [qmailadmin.o] Error 1
make[2]: Leaving directory `/usr/src/qmail/qmailadmin-1.0.6'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/qmail/qmailadmin-1.0.6'
make: *** [all-recursive-am] Error 2

any one can help me