Re: [vchkpw] [SPAM] Re: vusaged compile error

2013-12-13 Thread Marcello Lupo
Hello, Yes i have done it but it is not woking. Anyway the make distclean is useless in the vusaged directory. It doesn’t produce any effect since the Makefile have still to be created because ./configure is not working. The libvpopmail.a is correctly found and loaded in the LDCONFIG. Any hint? T

[vchkpw] Re: [SPAM] Re: vusaged compile error

2013-12-13 Thread Eric Shubert
Is the system finding the correct libvpopmail? Perhaps search the entire system for all libvpopmail files to be sure there's not another one being picked up inadvertently? -- -Eric 'shubes' On 12/13/2013 04:38 AM, Marcello Lupo wrote: Hello, Yes i have done it but it is not woking. Anyway the

Re: [vchkpw] [SPAM] Re: vusaged compile error

2013-12-13 Thread Marcello Lupo
Hi, yes all is correct: the only libvpopmail.a found are: /usr/src/vpopmail-5.4.33/libvpopmail.a /home/vpopmail/lib/libvpopmail.a and are identical files. I think the issue can reside in the way the configure script make the check of vauth_getpw in the libvpopmail or depending on some configu

[vchkpw] Re: [SPAM] Re: vusaged compile error

2013-12-13 Thread Eric Shubert
For your reference, here's the .spec file I'm using for the QMailToaster version of vpopmail: https://github.com/QMailToaster/vpopmail/blob/master/vpopmail.spec This is building ok on CentOS 5 & 6, and both x86_64 and i386 arch's. You might try running autoreconf && automake && autoconf before r

Re: [vchkpw] [SPAM] Re: vusaged compile error

2013-12-13 Thread Marcello Lupo
Hi, Thank you. I tried in vpopmail-5.4.33 dir: make distclean autoreconf automake autoconf ./configure --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp \ --disable-roaming-users \ --enable-onchange-script \ --enable-auth-module=mysql \ --enable-logging=p \ --disable-mysql-limits \ --enable-v

Re: [vchkpw] [SPAM] Re: vusaged compile error

2013-12-13 Thread Remo Mattei
Hi Marcello,  I am looking at my installation and I do not have vusaged are you sure you are using 5.4.33? Ciao --  Remo Mattei On December 13, 2013 at 12:21:39, Marcello Lupo (ml...@itspecialist.it) wrote: vusaged !DSPAM:52ab6d5c34264660412975!

Re: [vchkpw] [SPAM] Re: vusaged compile error

2013-12-13 Thread Remo Mattei
One more thing, I am looking at my compile location and I do have it, I do get a shared lib but I am not using it on my server.  Anyhow, I will check and let you know.  Ciao --  Remo Mattei On December 13, 2013 at 12:21:39, Marcello Lupo (ml...@itspecialist.it) wrote: vusaged !DSPAM:52ab6e0

[vchkpw] Re: [SPAM] Re: vusaged compile error

2013-12-13 Thread Eric Shubert
Hmmm. When I run ./configure in vusaged/, I get: checking for stdint.h... yes checking for unistd.h... yes checking ev.h usability... no checking ev.h presence... no checking for ev.h... no checking for ev_loop_new in -lev... no configure: error: No libev found Now, I wonder where ev comes from.

[vchkpw] Re: [SPAM] Re: vusaged compile error

2013-12-13 Thread Eric Shubert
On 12/13/2013 01:33 PM, Eric Shubert wrote: Hmmm. When I run ./configure in vusaged/, I get: checking for stdint.h... yes checking for unistd.h... yes checking ev.h usability... no checking ev.h presence... no checking for ev.h... no checking for ev_loop_new in -lev... no configure: error: No lib

[vchkpw] Re: [SPAM] Re: vusaged compile error

2013-12-13 Thread Eric Shubert
Well, I think I know why my build fails, as I've patched vpopmail to alter the location of the includes and lib directories. /home/vpopmail/etc (or /etc/vpopmail in my case) should have an include_deps and a lib_deps file. What do you have in /home/vpopmail/etc/lib_deps ? The first -L option

Re: [vchkpw] Re: [SPAM] Re: vusaged compile error

2013-12-13 Thread Remo Mattei
I remember now. This file  ./lib/libvpopmail.so was created with 5.5 but then vadmin was not working. So   I went back to 5.4.33. and I disabled the file and everything works fine but this command vusaged Ciao --  Remo Mattei On December 13, 2013 at 14:17:05, Eric Shubert (e...@shubes.net) wrot

[vchkpw] Re: [SPAM] Re: vusaged compile error

2013-12-13 Thread Eric Shubert
On 12/13/2013 03:04 PM, Eric Shubert wrote: Well, I think I know why my build fails, as I've patched vpopmail to alter the location of the includes and lib directories. /home/vpopmail/etc (or /etc/vpopmail in my case) should have an include_deps and a lib_deps file. What do you have in /home/vp

Re: [vchkpw] [SPAM] Re: vusaged compile error

2013-12-13 Thread Marcello Lupo
Hi, I have all correct I think. /home/vpopmail/etc/lib_deps contains: -L/home/vpopmail/lib -lvpopmail -Xlinker -R -Xlinker /usr/lib/mysql -L/usr/lib/mysql -lmysqlclient -lz -lm -lcrypt So it is correct. If you see in my log: checking for ev.h... yes checking for ev_loop_new in -lev... yes ch

Re: [vchkpw] Re: [SPAM] Re: vusaged compile error

2013-12-13 Thread Remo Mattei
Nice I will chk Inviato da iPhone () > Il giorno Dec 13, 2013, alle ore 14:47, Eric Shubert ha > scritto: > >> On 12/13/2013 03:04 PM, Eric Shubert wrote: >> Well, I think I know why my build fails, as I've patched vpopmail to >> alter the location of the includes and lib directories. >> >>

[vchkpw] Re: [SPAM] Re: vusaged compile error

2013-12-13 Thread Eric Shubert
On 12/13/2013 04:31 PM, Marcello Lupo wrote: Hi, I have all correct I think. /home/vpopmail/etc/lib_deps contains: -L/home/vpopmail/lib -lvpopmail -Xlinker -R -Xlinker /usr/lib/mysql -L/usr/lib/mysql -lmysqlclient -lz -lm -lcrypt So it is correct. If you see in my log: checking for ev.h...