Re: [Clamav-users] error on make in OS X/Panther clamav
>> I've made some progress, running $export SED=sed seems to fix the original >> error. However I have another problem. The following error message will >> hopefully shed some light on my problems: >> >> >> /usr/bin/ld: -o: multiply specified >> make[2]: *** [libclamav.la] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> >> >> Am I missing something obvious here? I should probably specify my system >> spec here too: >> >> Running the latest clam av from cvs. >> Mac OSX 10.3.2 (server) running on Xserve >> Installed gmp-4.1.2 without any problems >> >> However make still won't run correctly. My knowledge is fairly limited here >> so unfortunately I'm stuck. > > Huw, > > I think you may be bumping into some version conflicts. > > Can you provide the output of the following? > > % gcc --version && glibtool --version && sed --version && autoconf --version > && automake --version > > richard > The output of said command is: mail4:~ root# gcc --version && glibtool --version && autoconf --version && automake --version && sed --version gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. autoconf (GNU Autoconf) 2.57 Written by David J. MacKenzie and Akim Demaille. Copyright 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. automake (GNU automake) 1.6.3 Written by Tom Tromey <[EMAIL PROTECTED]>. Copyright 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. There is one issue however and that is that $sed --version doesn't seem to want to run! I'm looking into why but as I said I'm not hugely experienced in this field. Maybe this is why I'm having problems? Regards Huw --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click ___ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
Re: [Clamav-users] error on make in OS X/Panther clamav
>> I'm getting similar errors during make, however I can't see an answer in the >> error ;-) >> >> >> depmode=gcc3 /bin/sh ../depcomp \ >> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. >> -I./zziplib-g -O2 -c -o matcher.lo `test -f 'matcher.c' || echo >> './'`matcher.c >> ../libtool: line 1: s%^.*/%%: No such file or directory >> ../libtool: line 1: -e: command not found >> *** Warning: inferring the mode of operation is deprecated. >> *** Future versions of Libtool will require -mode=MODE be specified. >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> ../libtool: line 1: -e: command not found >> : compile: cannot determine name of library object from `' >> make[2]: *** [matcher.lo] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> >> >> >> Anyone have any ideas as to what could be going on with this? I'm stuck. >> There's something about -mode=MODE being depreciated but I don't know enough >> to be able to get round the problem. >> >> Thanks >> >> Huw Jenkins >> >>> From: OpenMacNews <[EMAIL PROTECTED]> >>> Subject: Re: [Clamav-users] error on make in OS X/Jaguar clamav-0.70-rc >>> >>> you'll need to do exactly what the error suggests: >>> >>> % ranlib /usr/lib/libbz2.a >>> >>> richard >>> >>> -- On Tuesday, March 30, 2004 10:18 AM -0500 Robert Kudyba >>> <[EMAIL PROTECTED]> wrote: >>> >>> >>>> Any idea how to fix this? Happens on a make... >>>> >>>> ld: table of contents for archive: /usr/lib/libbz2.a is out of date; rerun >>>> ranlib(1) (can't load from it) >>>> make[2]: *** [clamscan] Error 1 >>>> make[1]: *** [all-recursive] Error 1 >>>> make: *** [all] Error 2 >>>> Apologies for the top post, I've had a long day :( I've made some progress, running $export SED=sed seems to fix the original error. However I have another problem. The following error message will hopefully shed some light on my problems: /usr/bin/ld: -o: multiply specified make[2]: *** [libclamav.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 I can provide the whole thing if required however it's not very small... Am I missing something obvious here? I should probably specify my system spec here too: Running the latest clam av from cvs. Mac OSX 10.3.2 (server) running on Xserve Installed gmp-4.1.2 without any problems However make still won't run correctly. My knowledge is fairly limited here so unfortunately I'm stuck. Please help ;-) Huw Jenkins --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click ___ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
Re: [Clamav-users] error on make in OS X/Panther clamav
I'm getting similar errors during make, however I can't see an answer in the error ;-) depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib-g -O2 -c -o matcher.lo `test -f 'matcher.c' || echo './'`matcher.c ../libtool: line 1: s%^.*/%%: No such file or directory ../libtool: line 1: -e: command not found *** Warning: inferring the mode of operation is deprecated. *** Future versions of Libtool will require -mode=MODE be specified. ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found : compile: cannot determine name of library object from `' make[2]: *** [matcher.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Anyone have any ideas as to what could be going on with this? I'm stuck. There's something about -mode=MODE being depreciated but I don't know enough to be able to get round the problem. Thanks Huw Jenkins > From: OpenMacNews <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Tue, 30 Mar 2004 09:22:09 -0800 > To: [EMAIL PROTECTED] > Subject: Re: [Clamav-users] error on make in OS X/Jaguar clamav-0.70-rc > > you'll need to do exactly what the error suggests: > > % ranlib /usr/lib/libbz2.a > > richard > > -- On Tuesday, March 30, 2004 10:18 AM -0500 Robert Kudyba > <[EMAIL PROTECTED]> wrote: > > >> Any idea how to fix this? Happens on a make... >> >> ld: table of contents for archive: /usr/lib/libbz2.a is out of date; rerun >> ranlib(1) (can't load from it) >> make[2]: *** [clamscan] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> >> >> --- >> This SF.Net email is sponsored by: IBM Linux Tutorials >> Free Linux tutorial presented by Daniel Robbins, President and CEO of >> GenToo technologies. Learn everything from fundamentals to system >> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >> ___ >> Clamav-users mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/clamav-users > > > > > --- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > ___ > Clamav-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/clamav-users --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click ___ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
[Clamav-users] Clam + OS X (10.3.2) and CommuniGatePro
Hi there, I'm at the point where I need to implement a Virus filter on my mail server. I'm running CommuniGatePro (4.1.8) on an xServe (running 10.3.2) and I want to install Clam AV 6.5. Is anyone doing this with a similar setup? Does it work? Is there much documentation on how to make it work? If so could you point me in the right direction? :-). Thank you for your help. Regards Huw Jenkins --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn ___ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users