very simple and to the point answer, appreciated.
Thanks
Main Topics
Browse All TopicsWhen I try to install amavisd-new from FreeBSD Ports, it asks me to select some other ports, like spamassassin,
1. If I select SpamAssassin during the installation of amavsid-new, does this mean that it will properly install SpamAssassin as well?
2. if not Do I have to install SpamAssassin from ports? like /usr/ports/mail/p5-Mail-Sp
3. what is the difference between installing using option 1 and option 2 above?
Please if you can answer all the 3 questions.
Note: I have mentioned Amavisd-new and SpamAssasin ports just to demonstrate the questions, this happens in alot of other installation of different ports.
Thanks alot in advance
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: LinuxNtwrkngPosted on 2009-08-08 at 18:12:34ID: 25052350
1. If I select SpamAssassin during the installation of amavsid-new, does this mean that it will properly install SpamAssassin as well?
amAssassin /
Yes
2. if not Do I have to install SpamAssassin from ports? like /usr/ports/mail/p5-Mail-Sp
No
3. what is the difference between installing using option 1 and option 2 above?
If you install SpamAssasin first, then when you go to install amavsid, it won't grab SpamAssasin automatically because it's already installed.
The ports system handles dependencies automatically. If you go to install a port that requires something that you don't already have installed, the ports system will automatically recognize that problem, go and get what you need, compile it, install it and then move on to installing the original package you requested. This is one of the beautiful things about the ports system. No more dependency hell as we used to deal with in the Linux world all the time.