Re: [qmailadmin] [SPAM] Error with Qmailadmin under Debian squeeze

2012-09-04 Thread Thibault Richard

Hello,

Take a look at http://qmailrocks.thibs.com/qmailadmin.php

You 'll find explanation on how to compile 1.2.16 on Debian Squeeze

You can download the mentionned patch on 
http://qmailrocks.thibs.com/downloads/patches/mailinglist.c.ezmlm7.patch 
(it's not about a compilation  problem, it's just about mailing list 
management)


Best Regards

Thibault


-Message d'origine- 
From: Hans-Jürgen Schwarz

Sent: Monday, September 03, 2012 3:55 PM
To: qmailadmin@inter7.com
Subject: [qmailadmin] [SPAM] Error with Qmailadmin under Debian squeeze

Hello List,
I updated my Debian to squeeze and from the on I am not able to work with
qmailadmin-1.2.11 any more. Here is the error in my logfile:

qmailadmin: malloc.c:3097: sYSMALLOc: Assertion `(old_top == (((mbinptr)
(((char *) ((a
v)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk,
fd  old_size == 0) || ((unsigned long) (old_size) = (unsigned
long)
__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 *
(sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) - 1))) 
((old_top)-size  0x1) 
 ((unsigned long)old_end  pagemask) == 0)' failed., referer:

I tried version 1.2.15 and got the same error.
I am not able to install version 1.2.16 I got a compile error.

Help is really appreciated. Thank you very much

Hans





!DSPAM:5045b98c34212268314159!



Re: [qmailadmin] [SPAM] Error with Qmailadmin under Debian squeeze

2012-09-04 Thread Hans-Jürgen Schwarz

Hello Thibault,
thanks for your reply!

Am 04.09.2012 10:19, schrieb Thibault Richard:

Hello,

Take a look at http://qmailrocks.thibs.com/qmailadmin.php

You 'll find explanation on how to compile 1.2.16 on Debian Squeeze

You can download the mentionned patch on
http://qmailrocks.thibs.com/downloads/patches/mailinglist.c.ezmlm7.patch
(it's not about a compilation problem, it's just about mailing list
management)


compiling is still not working and the error seems to be different from 
the one explaind on qmailrocks:


gcc -I. -I/home/vpopmail/include  -I. -Wall -MT user.o -MD -MP -MF 
.deps/user.Tpo -c -o user.o user.c

user.c: In function ‘show_user_lines’:
user.c:173: error: ‘storage_t’ undeclared (first use in this function)
user.c:173: error: (Each undeclared identifier is reported only once
user.c:173: error: for each function it appears in.)
user.c:173: error: expected ‘;’ before ‘diskquota’
user.c:174: error: expected ‘;’ before ‘maxmsg’
user.c:183: warning: implicit declaration of function ‘readuserquota’
user.c:183: error: ‘diskquota’ undeclared (first use in this function)
user.c:183: error: ‘maxmsg’ undeclared (first use in this function)
make[1]: *** [user.o] Fehler 1
make[1]: Leaving directory `/var/src/qmailadmin-1.2.16'
make: *** [all] Fehler 2

any hints on this?

thanks a lot and best regards

Hans



Best Regards

Thibault


-Message d'origine- From: Hans-Jürgen Schwarz
Sent: Monday, September 03, 2012 3:55 PM
To: qmailadmin@inter7.com
Subject: [qmailadmin] [SPAM] Error with Qmailadmin under Debian squeeze

Hello List,
I updated my Debian to squeeze and from the on I am not able to work with
qmailadmin-1.2.11 any more. Here is the error in my logfile:

qmailadmin: malloc.c:3097: sYSMALLOc: Assertion `(old_top == (((mbinptr)
(((char *) ((a
v)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk,
fd  old_size == 0) || ((unsigned long) (old_size) = (unsigned
long)
__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 *
(sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) - 1))) 
((old_top)-size  0x1) 
 ((unsigned long)old_end  pagemask) == 0)' failed., referer:

I tried version 1.2.15 and got the same error.
I am not able to install version 1.2.16 I got a compile error.

Help is really appreciated. Thank you very much

Hans










--
HJS Voice  Entertainment
Hans-Jürgen Schwarz
Sänger (Bariton) und Schlagzeuger
klassisch oder modern - anspruchsvoller Gesang für jeden Anlass
Westerharter Weg 11
87700 Memmingen

Fon: 08331-901103Fax: 08331-901105
Mobil: 0170-3836436 Mail: kont...@schwarz-hans-juergen.de

Finanzamt Memmingen - Steuernummer: 138/272/41177

!DSPAM:5045c6fc34211138919898!



RE: [qmailadmin] [SPAM] Error with Qmailadmin under Debian squeeze

2012-09-04 Thread Thibault Richard
Hello,

Which version of vpopmail do you use ? I've tested it on 5.4.33 with success

Possible solution 1


Take a look at the Debian packages I have installed on 
http://qmailrocks.thibs.com/package-install.php

Try aptitude

 install cpp g++ gcc make automake wget telnet libtool patch patchutils 
logrotate dh-make-perl libltdl7 equivs expect openssl libssl-dev libgmp3-dev 
libgdbm-dev libpcre++-dev libpcre-ocaml libpcre-ocaml-dev
(most are probably not needed in your config)

Possible solution 2
***

In qmailadmin sources tree, is your config.sub file the same as the attached 
one ? (just make a diff to compare it)

Possible solution 3
***

Within qmailadmin source tree :

Try the command

aclocal aclocal.m4 

and/or

libtoolize --force (install first libtool if needed)


Hope this help (if not working, I have no other ideas)

Good luck !

Thibault

-Original Message-
From: Hans-Jürgen Schwarz [mailto:kont...@schwarz-hans-juergen.de] 
Sent: mardi 4 septembre 2012 11:17
To: qmailadmin@inter7.com
Subject: Re: [qmailadmin] [SPAM] Error with Qmailadmin under Debian squeeze

Hello Thibault,
thanks for your reply!

Am 04.09.2012 10:19, schrieb Thibault Richard:
 Hello,

 Take a look at http://qmailrocks.thibs.com/qmailadmin.php

 You 'll find explanation on how to compile 1.2.16 on Debian Squeeze

 You can download the mentionned patch on 
 http://qmailrocks.thibs.com/downloads/patches/mailinglist.c.ezmlm7.pat
 ch (it's not about a compilation problem, it's just about mailing list
 management)

compiling is still not working and the error seems to be different from the one 
explaind on qmailrocks:

gcc -I. -I/home/vpopmail/include  -I. -Wall -MT user.o -MD -MP -MF 
.deps/user.Tpo -c -o user.o user.c
user.c: In function ‘show_user_lines’:
user.c:173: error: ‘storage_t’ undeclared (first use in this function)
user.c:173: error: (Each undeclared identifier is reported only once
user.c:173: error: for each function it appears in.)
user.c:173: error: expected ‘;’ before ‘diskquota’
user.c:174: error: expected ‘;’ before ‘maxmsg’
user.c:183: warning: implicit declaration of function ‘readuserquota’
user.c:183: error: ‘diskquota’ undeclared (first use in this function)
user.c:183: error: ‘maxmsg’ undeclared (first use in this function)
make[1]: *** [user.o] Fehler 1
make[1]: Leaving directory `/var/src/qmailadmin-1.2.16'
make: *** [all] Fehler 2

any hints on this?

thanks a lot and best regards

Hans


 Best Regards

 Thibault


 -Message d'origine- From: Hans-Jürgen Schwarz
 Sent: Monday, September 03, 2012 3:55 PM
 To: qmailadmin@inter7.com
 Subject: [qmailadmin] [SPAM] Error with Qmailadmin under Debian 
 squeeze

 Hello List,
 I updated my Debian to squeeze and from the on I am not able to work 
 with
 qmailadmin-1.2.11 any more. Here is the error in my logfile:

 qmailadmin: malloc.c:3097: sYSMALLOc: Assertion `(old_top == 
 (((mbinptr) (((char *) ((a
 v)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk,
 fd  old_size == 0) || ((unsigned long) (old_size) = (unsigned 
 long) __builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 *
 (sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) - 1)))  
 ((old_top)-size  0x1)   ((unsigned long)old_end  pagemask) == 0)' 
 failed., referer:

 I tried version 1.2.15 and got the same error.
 I am not able to install version 1.2.16 I got a compile error.

 Help is really appreciated. Thank you very much

 Hans





 



--
HJS Voice  Entertainment
Hans-Jürgen Schwarz
Sänger (Bariton) und Schlagzeuger
klassisch oder modern - anspruchsvoller Gesang für jeden Anlass Westerharter 
Weg 11
87700 Memmingen

Fon: 08331-901103Fax: 08331-901105
Mobil: 0170-3836436 Mail: kont...@schwarz-hans-juergen.de

Finanzamt Memmingen - Steuernummer: 138/272/41177





!DSPAM:5045d10c34211518710113!


config.sub
Description: Binary data