SA Bugzilla – Bug 2386
spamassassin get installed into /share/spamassassin
Last modified: 2003-09-09 22:48:14 UTC
after doing make install SA gets installed into /share/spamassassin instead of /usr/share/spamassassin. Installing /usr/man/man1/sa-learn.1 Installing /usr/man/man1/spamassassin.1 Installing /usr/bin/spamd Installing /usr/bin/spamassassin Installing /usr/bin/spamc Writing /usr/lib/perl5/site_perl/5.005/i386-linux/auto/Mail/SpamAssassin/.packlist Appending installation info to /usr/lib/perl5/5.00503/i386-linux/perllocal.pod /usr/bin/perl "-MExtUtils::Command" -e mkpath /etc/mail/spamassassin /usr/bin/perl -e "use File::Copy; (-f '/etc/mail/spamassassin/local.cf') or copy ('rules/local.cf', '/etc/mail/spamassassin/local.cf');" /usr/bin/perl "-MExtUtils::Command" -e mkpath /share/spamassassin rm -rf /share/spamassassin/* /usr/bin/perl build/preprocessor -Mvars -DVERSION="2.60" -DPREFIX="" -DDEF_RULES_DIR="/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DINSTALLSITELIB="/usr/lib/perl5/site_perl/5.005" -DCONTACT_ADDRESS="spam-help@mynetix.de" -m644 -Irules -O/share/spamassassin 10_misc.cf 20_anti_ratware.cf 20_body_tests.cf 20_compensate.cf 20_dnsbl_tests.cf 20_fake_helo_tests.cf 20_head_tests.cf 20_html_tests.cf 20_meta_tests.cf 20_phrases.cf 20_porn.cf 20_ratware.cf 20_uri_tests.cf 23_bayes.cf 25_body_tests_es.cf 25_body_tests_pl.cf 25_head_tests_es.cf 25_head_tests_pl.cf 30_text_de.cf 30_text_es.cf 30_text_fr.cf 30_text_it.cf 30_text_pl.cf 30_text_sk.cf 50_scores.cf 60_whitelist.cf user_prefs.template triplets.txt languages chmod 755 /share/spamassassin
Oops. You're right. Which version do you run exactly? RC3? Do you have the patch from bug 2374 applied?
going to fix it
RC3. I don't have the patch.
I attached a patch to bug 2388 (attachment 1304 [details]) which will hopefully fix all this stuff. Please test it. *** This bug has been marked as a duplicate of 2388 ***
Has the Makefile already been applied to the latest CVS? Or should I grab the latest file/patch from that bug? I'll go ahead and test it today.
The patch has been applied yesterday night. There's a little glitch with SYSCONFDIR though, so you might want to wait another day.