Re: [vchkpw] vusaged compile error

2011-01-24 Thread Qmail List
/2011 01:53 AM, Qmail List wrote: Hi, Tried to compile vusaged, but during the command ./configure i had encounter the error checking for vauth.h... yes checking for vauth_getpw in -lvpopmail... no checking for vauth_getall in -lvpopmail... no checking for get_domain_entries in -lvpopmail

Re: [vchkpw] vusaged compile error

2011-01-24 Thread Qmail List
: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/24/2011 09:32 AM, Qmail List wrote: Hi Matt, I am trying to compile 5.4.32. I had also did make install in /var/src/vpopmail-5.4.32 but still having the same problem. What can i try next? The error means the protocol API used by the vusage

Re: [vchkpw] vusaged compile error

2011-01-24 Thread Qmail List
http://pastebin.com/k9kk7Zff Thanks wL On Mon, Jan 24, 2011 at 11:52 PM, Matt Brookings m...@inter7.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/24/2011 09:46 AM, Qmail List wrote: Hi, I wanted to recompile vpopmail. So i did a make clean. I noticed vusagec

Re: [vchkpw] vusaged compile error

2011-01-24 Thread Qmail List
Thanks Matt. I am able to proceed. On Tue, Jan 25, 2011 at 12:37 AM, Matt Brookings m...@inter7.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/24/2011 10:34 AM, Qmail List wrote: Hi, I followed your instruction. export LDFLAGS='-ldl' It's export LDFLAGS='-ldl

[vchkpw] segfault while starting up vusaged

2011-01-24 Thread Qmail List
Hi, While trying to start vusaged, encountered error. /etc/init.d/vusaged start Starting vusaged: /etc/init.d/vusaged: line 17: 31073 Segmentation fault $VUSAGED /dev/null 2 /dev/null failed /var/log/message shows kernel: vusaged[31085]: segfault at 00608b28 rip 00608b28

Re: [vchkpw] vusaged compile error

2011-01-23 Thread Qmail List
Thibault Le dimanche 23 janvier 2011 à 15:53 +0800, Qmail List a écrit : Hi, Tried to compile vusaged, but during the command ./configure i had encounter the error checking for vauth.h... yes checking for vauth_getpw in -lvpopmail... no checking for vauth_getall in -lvpopmail

[vchkpw] vusaged compile error

2011-01-22 Thread Qmail List
Hi, Tried to compile vusaged, but during the command ./configure i had encounter the error checking for vauth.h... yes checking for vauth_getpw in -lvpopmail... no checking for vauth_getall in -lvpopmail... no checking for get_domain_entries in -lvpopmail... no checking for client_query_quick in

[vchkpw] compiling vusaged

2010-06-22 Thread Qmail List
Hi, I am trying out vusaged .. Installed a fresh copy of CentOS 5.5 i386. I got the below error. Anyone has a work-around? [r...@localhost vusaged]# cd /var/src/vpopmail-5.5.0/vusaged [r...@localhost vusaged]# make gcc -o vusaged vusaged.o socket.o grow.o signal.o packet.o query.o cache.o

RE: [vchkpw] compiling vusaged

2010-06-22 Thread Qmail List
Thanks Harm van Tilborg The usage daemon uses libev, so you should install the libev development headers. In Debian/Ubuntu they're called libev3-dev. I'm not familiar with CentOS to know how to do this there, but I think this should help you out. I had installed libev-3.9 via tarball. I

RE: [vchkpw] compiling vusaged

2010-06-22 Thread Qmail List
The usage daemon uses libev, so you should install the libev development headers. In Debian/Ubuntu they're called libev3-dev. I'm not familiar with CentOS to know how to do this there, but I think this should help you out. I had installed libev-3.9 via tarball. I did this cd