[qmailadmin] Compile error (storage_t)

2011-07-31 Thread Phil B.
I guess I'm missing a dev package which I must have had in the past and don't know (because I used to have qmailadmin on here), but compilation of qmailadmin 1.2.16 is failing. The last lines of make are as follows: make all-am make[1]: Entering directory `/root/qmailadmin-1.2.16' gcc -I.

Re: [qmailadmin] Compile error (storage_t)

2011-07-31 Thread Rakesh Sharma
Phil B. mishg...@gmail.com wrote: I guess I'm missing a dev package which I must have had in the past and don't know (because I used to have qmailadmin on here), but compilation of qmailadmin 1.2.16 is failing. The last lines of make are as follows: make all-am make[1]: Entering directory

Re: [qmailadmin] Compile error (storage_t)

2011-07-31 Thread Mark Dennis
user.c:173: error: ‘storage_t’ undeclared (first use in this function) This same error came up for me. I was able to find the library that was missing and include it in the Makefile. I was able to compile but ran into other problems, and ultimately went back to the 1.2.14 version. Mark Dennis

Re: [qmailadmin] Compile error (storage_t)

2011-07-31 Thread Phil B.
I assume I needed a header file for the storage type, but I took your advice. Couldn't see 1.2.14, but 1.2.15 was there. As I was poking around I noticed that the 1.2.16 is actually in the development folder, and different applications have different policies on how, erm, stable, a development

Re: [qmailadmin] Compile error

2009-10-07 Thread Reza Iskandar Achmad
No clue in logs. Syslog, apache access and error logs. Anyone have a clue for me? thanks On 10/7/09 12:50 PM, Itamar Reis Peixoto ita...@ispbrasil.com.br wrote: sounds good now I think you need to check your logs to see what's happening I think you can cc Matt Brookings

Re: [qmailadmin] Compile error

2009-10-07 Thread Reza Iskandar Achmad
Ok, after add -ldl to LIBS line at Makefile, then compilation got succeed. But http://server/cgi-bin/qmailadmin returns blank page. When I execute /usr/lib/cgi-bin/qmailadmin it returns segmentation faults. Please anyone who could help. :) reza On 10/7/09 12:28 PM, Itamar Reis Peixoto

Re: [qmailadmin] Compile error

2009-10-07 Thread Bèrto ëd Sèra
I have no idea of how qmailadmin works on Ubuntu, but on gentoo apache needs suexec to execute it. And it can be tricky to fix, because apache has a minimum uid and gid value for suexec. The situation on gentoo is that you have vpopmail (the user apache needs to suexec to) having 89:89, while your

Re: [qmailadmin] Compile error

2009-10-07 Thread Lendvai Péter
Hi, I am fighting with the same problem. It is a RHEL 5.3 box and qmailadmin segfaults. strace shows something that segfault happened around a call to vhckpw. Any clues? Thanks, Peter On 2009. október 7. 10.05.02 Reza Iskandar Achmad wrote: Ok, after add -ldl to LIBS line at Makefile, then

Re: [qmailadmin] Compile error

2009-10-07 Thread Itamar Reis Peixoto
Can you try Obtaining a stack trace using just GDB -- https://fedoraproject.org/wiki/StackTraces 2009/10/7 Lendvai Péter i...@sysmaster.hu: Hi, I am fighting with the same problem. It is a RHEL 5.3 box and qmailadmin segfaults. strace shows something that segfault happened around a call

Re: [qmailadmin] Compile error

2009-10-07 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reza Iskandar Achmad wrote: /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlsym' /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlerror' /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlopen'

Re: [qmailadmin] Compile error

2009-10-07 Thread Reza Iskandar Achmad
Hi Matt, No I am running vpopmail 5.4.27 # vuserinfo -v version: 5.4.27 On 10/7/09 8:59 PM, Matt Brookings m...@inter7.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reza Iskandar Achmad wrote: /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlsym'

Re: [qmailadmin] Compile error

2009-10-07 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reza Iskandar Achmad wrote: Hi Matt, No I am running vpopmail 5.4.27 At some point you had 5.5 on the system. Delete ~vpopmail/lib/libvpopmail.so and try again. - -- /* Matt Brookings m...@inter7.com GnuPG Key FAE0672C Software

Re: [qmailadmin] Compile error

2009-10-07 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Samuel Walker wrote: Please unsubscribe me. Please see list email headers for instructions. - -- /* Matt Brookings m...@inter7.com GnuPG Key FAE0672C Software developer Systems technician Inter7 Internet

[qmailadmin] Compile error

2009-10-06 Thread Reza Iskandar Achmad
Hi All, I am trying to compile qmailadmin-1.2.13 but keep getting errors. Its weird because previously I it successful compiled on same machine. These are error lines I got when giving make command make[1]: Entering directory `/usr/local/src/qmailadmin-1.2.13' gcc -g -O2 -Wall -o qmailadmin

Re: [qmailadmin] Compile error

2009-10-06 Thread Reza Iskandar Achmad
Hi, Thanks for your prompt response. How I can fix that missing flags? reza On 10/7/09 12:28 PM, Itamar Reis Peixoto ita...@ispbrasil.com.br wrote: I think it's probably missing -ldl in the flags On Wed, Oct 7, 2009 at 2:25 AM, Reza Iskandar Achmad reza.iskan...@gmail.com wrote: Hi

Re: [qmailadmin] Compile error

2009-10-06 Thread Reza Iskandar Achmad
Okay I got it, I added -ldl to LIBS in Makefile. Compilation success. But when visiting http://server/cgi-bin/qmailadmin I got blank page. Anw.. Its on Ubuntu Jaunty server Many thanks, reza On 10/7/09 12:28 PM, Itamar Reis Peixoto ita...@ispbrasil.com.br wrote: I think it's probably

Re: [qmailadmin] Compile error

2009-10-06 Thread Itamar Reis Peixoto
sounds good now I think you need to check your logs to see what's happening I think you can cc Matt Brookings m...@inter7.com, he it's working with vpopmail and can help with qmailadmin too. On Wed, Oct 7, 2009 at 2:46 AM, Reza Iskandar Achmad reza.iskan...@gmail.com wrote: Okay I got it,

[qmailadmin] compile error

2004-02-13 Thread Orlando Gentil
When I tried to compile, an error: file vlimits.h not found Who provides this file? I?m already running vpopmail 5.2.1 and qmailadmin 1.0.6. Orlando qmailadmin 1.2.1 Current settings --- cgi-bin dir = /var/www/cgi-bin

RES: [qmailadmin] compile error

2004-02-13 Thread Orlando Gentil
This is the worst mistake I could ever do. =) Sorry ! -Mensagem original- De: Rick Widmer [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 13 de fevereiro de 2004 09:22 Para: [EMAIL PROTECTED] Assunto: Re: [qmailadmin] compile error Orlando Gentil wrote: When I tried to compile

[qmailadmin] compile error

2003-01-10 Thread Paul Theodoropoulos
i'm getting the following error trying to compile qmailadmin 1.07, which i've never run across in previous version builds. solaris 9, sparc, gcc 3.2.1 make all-recursive make[1]: Entering directory `/usr/local/src/djbware/vpop/qmailadmin-1.0.7-01102003' make[2]: Entering directory

Re: [qmailadmin] compile error

2003-01-10 Thread Michael Bowe
- Original Message - From: Paul Theodoropoulos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 11, 2003 5:48 AM Subject: [qmailadmin] compile error i'm getting the following error trying to compile qmailadmin 1.07, which i've never run across in previous version builds