On Thu, 06 May 2010 12:46:42 -0600
"Nathanael D. Noblet" <nathan...@gnat.ca> wrote:

> On 05/06/2010 11:56 AM, Stevan Bajić wrote:
> > On Thu, 6 May 2010 20:47:09 +1000
> > John Kenyon<jken...@bgwgroup.com.au>  wrote:
> >
> >> -----Original Message-----
> >> From: Stevan Bajić [mailto:ste...@bajic.ch]
> >> Sent: Thursday, 6 May 2010 7:09 PM
> >> To: dspam-user@lists.sourceforge.net
> >> Subject: Re: [Dspam-user] Notifications not working
> >>
> >>> Post the output of: dspam --version
> >>
> >> DSPAM Anti-Spam Suite 3.9.0 (agent/library)
> >>
> > This is somehow strange. You really only get that line? you should have 
> > something like this:
> 
> Remember we have that issue on the fedora packages... The reason is 
> likely the removal of the .la files if memory serves me right...
> 
I remember that but we had Fedora/Red Hat users here that did NOT had that 
issue. And they used the RPM to install DSPAM.

Let me check on a CentOS 4 installation where I have recently deployed DSPAM:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[r...@zh-lx12 ~]# dspam --version

DSPAM Anti-Spam Suite 3.9.0 (agent/library)

Copyright (c) 2002-2009 DSPAM Project
http://dspam.sourceforge.net.

DSPAM may be copied only under the terms of the GNU General Public License,
a copy of which can be found with the DSPAM distribution kit.

Configuration parameters: '--build=x86_64-redhat-linux-gnu' 
'--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' 
'--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' 
'--sbindir=/usr/sbin' '--datadir=/usr/share' '--includedir=/usr/include' 
'--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' 
'--sharedstatedir=/usr/com' '--mandir=/usr/share/man' 
'--infodir=/usr/share/info' '--enable-long-usernames' '--enable-syslog' 
'--enable-large-scale' '--disable-domain-scale' '--disable-homedir' 
'--enable-virtual-users' '--enable-preferences-extension' 
'--with-mysql-includes=/usr/include/mysql' 
'--with-mysql-libraries=/usr/lib64/mysql' 
'--with-pgsql-includes=/usr/include/pgsql' '--with-pgsql-libraries=/usr/lib64' 
'--enable-daemon' '--enable-external-lookup' 
'--with-storage-driver=hash_drv,mysql_drv,pgsql_drv,sqlite3_drv' 
'--with-dspam-home=/var/lib/dspam' '--with-dspam-owner=dspam' 
'--with-dspam-group=mail' '--with-dspam-home-group=mail' 
'--with-dspam-mode=2511' '--with-logdir=/var/log/dspam' '--sysconfdir=/etc' 
'CFLAGS=-O2 -g -pipe -m64' 'CXXFLAGS=-O2 -g -pipe -m64' 'FFLAGS=-O2 -g -pipe 
-m64' 'build_alias=x86_64-redhat-linux-gnu' 
'host_alias=x86_64-redhat-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu'

[r...@zh-lx12 ~]# rpm -qa|grep dspam
dspam-libs-3.9.0-7.el4
dspam-mysql-3.9.0-7.el4
dspam-client-3.9.0-7.el4
dspam-web-3.9.0-7.el4
dspam-3.9.0-7.el4
[r...@zh-lx12 ~]#
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

So it's not the RPM that is not okay. At least not for RHEL4. The output from 
dspam --version is compiled into DSPAM binary at compile time and is read from 
src/auto-config.h. The only way to NOT get that output is by NOT 
installing/using auto-config.h. Aka: not not using -DHAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
#include <auto-config.h>
#endif


> ------------------------------------------------------------------------------
> _______________________________________________
> Dspam-user mailing list
> Dspam-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspam-user

------------------------------------------------------------------------------
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to