Re: swith old version to the new version

2006-07-13 Thread Gerard Seibert
tethys ocean wrote:

 Hi All
 
 I have some problem about How I can switch new version of program in my
 system, without clean old version.
 
 I want to install Spamasssasin so it need perl and in my server running old
 version of perl(perl5) and also I install new version of perl(perl5.8) but
 my system dont switch new version so I couldnt install  Spamasssassin. What
 can I do?

Did you read all of the instructions for updating Perl prior to
attempting to install Spamassassin?


-- 
Gerard Seibert
[EMAIL PROTECTED]


A foolish consistency is the hobgoblin of little minds, adored by little
statesmen and philosophers and divines. With consistency a great soul
has simply nothing to do.

 Ralph Waldo Emerson
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: swith old version to the new version

2006-07-13 Thread tethys ocean

No; in document (http://www.hart.co.jp/spam/sa-clamav-e.html) only insruct
to spamassassin installation but I think perl updating process is hard and
differ from spamasssin installation, since it give some error  in below


Verifying install for p5-GSSAPI0 in /usr/ports/security/p5-GSSAPI
===   p5-GSSAPI-0.22 depends on file:
/usr/local/lib/perl5/site_perl/5.8.8/Test/More.pm - found
===   p5-GSSAPI-0.22 depends on file: /usr/local/bin/perl5.8.8 - found
===  Configuring for p5-GSSAPI-0.22

Welcome to GSSAPI.pm setup!

run perl Makefile.PL --help to see further installation options


--
Searching krb5-config command... not found! at ./Makefile.PL line 94.
*** Error code 1

Stop in /usr/ports/security/p5-GSSAPI.
*** Error code 1

Stop in /usr/ports/security/p5-Authen-SASL.
*** Error code 1

Stop in /usr/ports/net/p5-Net.
*** Error code 1

Stop in /usr/ports/www/p5-libwww.
*** Error code 1

Stop in /usr/ports/mail/p5-Mail-SpamAssassin.





On 7/13/06, Gerard Seibert [EMAIL PROTECTED] wrote:


tethys ocean wrote:

 Hi All

 I have some problem about How I can switch new version of program in my
 system, without clean old version.

 I want to install Spamasssasin so it need perl and in my server running
old
 version of perl(perl5) and also I install new version of perl(perl5.8)
but
 my system dont switch new version so I couldnt install  Spamasssassin.
What
 can I do?

Did you read all of the instructions for updating Perl prior to
attempting to install Spamassassin?


--
Gerard Seibert
[EMAIL PROTECTED]


A foolish consistency is the hobgoblin of little minds, adored by little
statesmen and philosophers and divines. With consistency a great soul
has simply nothing to do.

 Ralph Waldo Emerson
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: swith old version to the new version

2006-07-13 Thread Gerard Seibert
tethys ocean wrote:

 No; in document (http://www.hart.co.jp/spam/sa-clamav-e.html) only insruct
 to spamassassin installation but I think perl updating process is hard and
 differ from spamasssin installation, since it give some error  in below
 
 
  Verifying install for p5-GSSAPI0 in /usr/ports/security/p5-GSSAPI
 ===   p5-GSSAPI-0.22 depends on file:
 /usr/local/lib/perl5/site_perl/5.8.8/Test/More.pm - found
 ===   p5-GSSAPI-0.22 depends on file: /usr/local/bin/perl5.8.8 - found
 ===  Configuring for p5-GSSAPI-0.22
 
  Welcome to GSSAPI.pm setup!
 
  run perl Makefile.PL --help to see further installation options

// from: /usr/ports/UPDATING //

  lang/perl5.8 has been updated to 5.8.8.  You should update everything
  depending on perl.  The easiest way to do that is to use
  perl-after-upgrade script supplied with lang/perl5.8.  Please see
  its manual page for details.

Now, did you actually follow that scenario? If not, I would highly
recommend that you do so. To simplify matters, if you do not already have
it installed, install '/sysutils/portmanager'. After it is installed,
run it with this command:

portmanager lang/perl5.8 -l

That will update perl and create a log file for you in
/var/log/portmanager.log. I would highly recommend that you update your
ports tree prior to actually trying to install any of these ports
however.

Now run the 'perl-after-upgrade' script. Try 'man perl-after-upgrade'
sans quotes to get the information that you will require to properly run
the script. It is really quite simple.

Now run this:

portmanager mail/p5-Mail-SpamAssassin -l

That should install SpamAssassin for you.

Good luck!


-- 
Gerard Seibert
[EMAIL PROTECTED]


I love my work, I could sit and watch it all day long.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]