Bug 2386 - spamassassin get installed into /share/spamassassin
Summary: spamassassin get installed into /share/spamassassin
Status: RESOLVED DUPLICATE of bug 2388
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamassassin (show other bugs)
Version: 2.60
Hardware: Other Linux
: P5 major
Target Milestone: 2.60
Assignee: Malte S. Stretz
URL:
Whiteboard:
Keywords:
Depends on: 2388
Blocks:
  Show dependency tree
 
Reported: 2003-08-30 09:44 UTC by Andreas Kotowicz
Modified: 2003-09-09 22:48 UTC (History)
1 user (show)



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kotowicz 2003-08-30 09:44:56 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
Comment 1 Malte S. Stretz 2003-08-30 09:55:46 UTC
Oops. You're right. Which version do you run exactly? RC3? Do you have the 
patch from bug 2374 applied? 
Comment 2 Malte S. Stretz 2003-08-30 09:56:16 UTC
going to fix it 
Comment 3 Andreas Kotowicz 2003-08-30 10:03:11 UTC
RC3. I don't have the patch.
Comment 4 Malte S. Stretz 2003-09-01 08:45:57 UTC
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 ***
Comment 5 Brendan Byrd/SineSwiper 2003-09-10 05:49:16 UTC
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.
Comment 6 Malte S. Stretz 2003-09-10 06:48:14 UTC
The patch has been applied yesterday night. There's a little glitch with 
SYSCONFDIR though, so you might want to wait another day.