http://qa.mandrakesoft.com/show_bug.cgi?id=3547
Product: perl
Component: program
Summary: Incorrect path
Version: 5.8.0-19mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
I was trying to install libwhisker and I debuged the error to:
chdir("/usr/lib/perl5/site_perl/5.8.0") = -1 ENOENT (No such file or directory)
I have checked the Config file the install is using:
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/Config.pm
and there are some references to a path wich does not exit:
[EMAIL PROTECTED] libwhisker-1.6]# grep site_perl
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/Config.pm
installsitearch='/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi'
installsitelib='/usr/lib/perl5/site_perl/5.8.0'
sitearch='/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi'
...
There is a vendor_perl but not site_perl on /usr/lib/perl5/
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.