On 04/02/12 16:39, D van Oosterhoud wrote: > Hi all , > > > > I’m trying to integrate Dspam into exim ( In cpanel ) > > > > My configure buildscript contains : > > ./configure --prefix=/opt/dspam-3.10.1 > --with-local-delivery-agent=/usr/sbin/exim > --with-storage-driver=mysql_drv --with-userdir=/var/spool/mail/dspam > --with-userdir-owner=nobody --with-userdir-group=nobody > --enable-preferences-extension --with-dspam-mode=none > --with-dspam-owner=nobody --with-dspam-group=nobody --enable-whitelist > --enable-spam-delivery --enable-alternative-bayesian > --disable-dependency-tracking --enable-virtual-users > --with-mysql-includes=/usr/include/mysql > --with-mysql-libraries=/usr/include/mysql/ > --with-dspam-home=/opt/dspam-3.10.1/var/dspam > > > > Running ./buildscript gives me the following error : > > root@zeus [/usr/local/src/dspam-3.10.1]# ./buildscript > > configure: WARNING: unrecognized options: --with-local-delivery-agent, > --with-userdir, --with-userdir-owner, --with-userdir-group, > --enable-whitelist, --enable-spam-delivery, --enable-alternative-bayesian > >
They're not valid, see ./configure --help or the README for valid options and their meaning. --with-dspam-mode=none is also weird: it's a valid option but it expects a chmod-like value (e.g. 2510), and 'none' is nonsense in this context. Any idea where this configure line came from?:) If you're new to dspam, you might be better off installing distro packages. The above configure line smells funny but does not seem to do anything exceptional, like putting stuff in strange locations. A distro package might just do the trick here. -- tom ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Dspam-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-user
