Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Perl can't find PerlQt in @INC
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
maigret
Tux's lil' helper
Tux's lil' helper


Joined: 12 Aug 2004
Posts: 139
Location: Germany

PostPosted: Sat Sep 03, 2005 6:24 pm    Post subject: Perl can't find PerlQt in @INC Reply with quote

Hi Gentooers,

I have a strange problem:
root wrote:
0# perl -e 'use Qt;'
0#


simple user wrote:
0> perl -e 'use Qt;'
Can't locate loadable object for module Qt in @INC (@INC contains: /home/stephane/perl /etc/perl /usr/lib/perl5/site_perl/5.8.6/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.6/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.6/x86_64-linux-thread-multi /usr/lib/perl5/5.8.6 /usr/local/lib/site_perl .) at -e line 1
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
255>


Here are the permissions on the files:
Code:
0> ll /usr/lib/perl5/site_perl/5.8.6/x86_64-linux-thread-multi | grep Qt
drwxr-xr-x   2 root root    312 Sep  3 18:10 Qt
-r--r--r--   1 root root  35411 Sep  3 18:10 Qt.pm
-r--r--r--   1 root root    695 Sep  3 18:10 Qt.pod
0> ll /usr/lib/perl5/site_perl/5.8.6/x86_64-linux-thread-multi/Qt
total 36
-r--r--r--  1 root root  639 Sep  3 18:10 GlobalSpace.pm
-r--r--r--  1 root root 1171 Sep  3 18:10 attributes.pm
-r--r--r--  1 root root 1391 Sep  3 18:10 constants.pm
-r--r--r--  1 root root  694 Sep  3 18:10 debug.pm
-r--r--r--  1 root root  218 Sep  3 18:10 enumerations.pm
-r--r--r--  1 root root 2479 Sep  3 18:10 isa.pm
-r--r--r--  1 root root  225 Sep  3 18:10 properties.pm
-r--r--r--  1 root root 2163 Sep  3 18:10 signals.pm
-r--r--r--  1 root root 2474 Sep  3 18:10 slots.pm


Has someone any idea of what I did wrong ? Thanks in advance
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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