View previous topic :: View next topic |
Author |
Message |
troopern Tux's lil' helper
Joined: 23 Sep 2002 Posts: 96 Location: Sweden
|
Posted: Thu Dec 30, 2004 8:57 pm Post subject: amavisd-new problem... |
|
|
Code: | * Starting amavisd-new...
ERROR: MISSING REQUIRED BASIC MODULES:
IO::Wrap
IO::Stringy
Unix::Syslog
MIME::Head
MIME::Body
MIME::Entity
MIME::Parser
Net::Server
Net::Server::PreForkSimple
MIME::Decoder::Gzip64
BEGIN failed--compilation aborted at /usr/sbin/amavisd line 135.
|
This is the errormsg I get when I try to start my amavisd.
All I've done is "emerge -u world" and then restart of services. Now I won't get any mails to my inbox. _________________ //troopern
-
"It seems like once people grow up, they have no idea what's cool.-- Calvin" |
|
Back to top |
|
|
himpierre l33t
Joined: 31 Aug 2002 Posts: 867 Location: Berlin
|
Posted: Thu Dec 30, 2004 9:33 pm Post subject: |
|
|
Quote: |
All I've done is "emerge -u world"
|
Oh dear. I suppose you updated perl as well. Now the required perl modules are missing. Solution:
Code: |
sh /usr/portage/dev-lang/perl/files/libperl_rebuilder
|
cheers
t. |
|
Back to top |
|
|
troopern Tux's lil' helper
Joined: 23 Sep 2002 Posts: 96 Location: Sweden
|
Posted: Thu Dec 30, 2004 9:57 pm Post subject: |
|
|
Ahhh.. that was a command I did not know of.. running it right now. Hope it will help me out. _________________ //troopern
-
"It seems like once people grow up, they have no idea what's cool.-- Calvin" |
|
Back to top |
|
|
|