Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
vdradmin startet nicht -> perl Problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
ixo
Guru
Guru


Joined: 09 Jul 2005
Posts: 375

PostPosted: Thu Jan 02, 2014 2:39 pm    Post subject: vdradmin startet nicht -> perl Problem Reply with quote

Hallo,

wenn ich vdradmin (von vdradmin-am) starten will, passiert gar nichts.

Von Hand sieht das dann so aus:

Code:
# /usr/bin/vdradmind -- --log 4
Can't locate Shell.pm in @INC (@INC contains: /usr/bin/lib/ /usr/share/vdradmin/lib /etc/perl /usr/local/lib64/perl5/5.16.3/x86_64-linux /usr/local/lib64/perl5/5.16.3 /usr/lib64/perl5/vendor_perl/5.16.3/x86_64-linux /usr/lib64/perl5/vendor_perl/5.16.3 /usr/local/lib64/perl5 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.16.3/x86_64-linux /usr/lib64/perl5/5.16.3 .) at /usr/bin/vdradmind line 73.
BEGIN failed--compilation aborted at /usr/bin/vdradmind line 73.


In Zeile 73 steht (wenig überraschend):

Code:
use Shell qw(locale);


Die Suche nach Shell.pm gibt:

Code:
# locate Shell.pm
/usr/lib64/perl5/5.16.3/CPAN/Shell.pm
/usr/lib64/perl5/5.16.3/CPANPLUS/Shell.pm
lotte log # ls -lh /usr/lib64/perl5/5.16.3/CPAN/Shell.pm /usr/lib64/perl5/5.16.3/CPANPLUS/Shell.pm                                         
-r--r--r-- 1 root root  69K Dec 20 14:05 /usr/lib64/perl5/5.16.3/CPAN/Shell.pm
-r--r--r-- 1 root root 9.4K Dec 20 14:05 /usr/lib64/perl5/5.16.3/CPANPLUS/Shell.pm


Wie bringe ich vdradmin artgerecht bei, wo Shell.pm zu finden ist?

:oops: ixo
Back to top
View user's profile Send private message
ixo
Guru
Guru


Joined: 09 Jul 2005
Posts: 375

PostPosted: Thu Jan 02, 2014 5:12 pm    Post subject: Reply with quote

Ich habe die oben genannte Zeile 73:

Code:
use Shell qw(locale);


in

Code:
use CPAN::Shell qw(locale);


geändert. Dann geht's erst mal. Schön ist so ein Patch natürlich nicht - daher meine Frage nach der "artgerechten" Lösung ...

Gibt es vielleicht noch irgendein Perl-Paket, das installiert werden muss und zu dem die Abhängigkeit von vdradmin-am aus fehlt?
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4509
Location: Germany

PostPosted: Fri Jan 03, 2014 11:00 am    Post subject: Reply with quote

Hm, wurde nach dem letzten dev-lang/perl Update
Code:
perl-cleaner --all
erfolgreich komplett durchgebracht?
Back to top
View user's profile Send private message
ixo
Guru
Guru


Joined: 09 Jul 2005
Posts: 375

PostPosted: Fri Jan 03, 2014 11:05 am    Post subject: Reply with quote

Hallo,

Josef.95 wrote:
Hm, wurde nach dem letzten dev-lang/perl Update
Code:
perl-cleaner --all
erfolgreich komplett durchgebracht?


Ja, (sogar) 2x
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum