Re: [vchkpw] Re: POP authentication error

2003-06-28 Thread Chris Pugh
No probably about it A.J. Duplication was rife.
But there was a whole lot of overhead as well, 
including library files which where apparently
only Deb specific.

As to the package system, well preventing it from
updating stuff you don't want it too can be a trial!
Even updating the underlying o/s can sometimes add
stuff you don't really need.

Chris.

>>

A.j. hath written:

> Probably the packages installed themselves into
> various Debian-specific locations and then 
> conflicted with the install from source.
 
> For important stuff, I find it generally better to
> always install from 
> source and use the package systems just to manage
> the underlying OS.
> 
> -- 
> Aj.
> Systems Administrator / Developer
> 
> 


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com



Re: [vchkpw] Compile error - version 5.2.1

2003-06-28 Thread Chris Pugh
I'm using 5.2.1. also on Deb Woody 3. 

Characters you mention are definitely not there, but
.. compilation proceeds normally, with no 
errors!

Chris.

--- Vinod Kurup <[EMAIL PROTECTED]> wrote:
> I get the following error when I try to compile on
> Debian GNU/Linux 
> i686.
> 
> root:/usr/local/src/vpopmail-5.2.1# make
> ...
> gcc -I. -Icdb  -g -O2 -Wall -c vconvert.c
> In file included from vconvert.c:35:
> vmysql.h:53:22: missing terminating " character
> vmysql.h:60:35: missing terminating " character
> make[2]: *** [vconvert.o] Error 1
> 
> Looks like vmysql.h is missing a backslash on line
> 54 and 58. I see 
> that this is still present in 5.3.20
>

> 
> Vinod
> 
> 


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com



[vchkpw] Vpopmail (5.2.1 and 5.3.20) won't compile on debian sarge ?!

2003-06-28 Thread Florian Schie?l
Hi list!

I get the followinbg errors while trying to compile vpopmail (5.2.1 and
5.3.20) on my debian sarge (testing), using this config: ./configure
--enable-tcprules-prog=/usr/bin/tcprules
--enable-tcpserver-file=/etc/tcp.smtp:

...
gcc  -g -O2 -Wall  -o vipmap  vipmap.o libvpopmail.a   -lnsl -lcrypt
gcc -I. -Icdb  -g -O2 -Wall -c vdominfo.c
gcc  -g -O2 -Wall  -o vdominfo  vdominfo.o libvpopmail.a  -lnsl -lcrypt
gcc -I. -Icdb  -g -O2 -Wall -c vconvert.c
In file included from vconvert.c:32:
vmysql.h:50:22: missing terminating " character
vmysql.h:57:35: missing terminating " character
make[2]: *** [vconvert.o] Error 1
make[2]: Leaving directory `/usr/local/src/vpopmail-5.3.20'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vpopmail-5.3.20'
make: *** [all-recursive-am] Error 2

Or for 5.2.1
...
gcc -I. -Icdb  -g -O2 -Wall -c vipmap.c
gcc  -g -O2 -Wall  -o vipmap  vipmap.o libvpopmail.a   -lnsl -lcrypt
gcc -I. -Icdb  -g -O2 -Wall -c vdominfo.c
gcc  -g -O2 -Wall  -o vdominfo  vdominfo.o libvpopmail.a  -lnsl -lcrypt
gcc -I. -Icdb  -g -O2 -Wall -c vconvert.c
In file included from vconvert.c:35:
vmysql.h:53:22: missing terminating " character
vmysql.h:60:35: missing terminating " character
make[2]: *** [vconvert.o] Error 1
make[2]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
make: *** [all-recursive-am] Error 2


Any hints?


Thx,

Florian