|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
In test.pl
use Apache::Sandwich []#perl test.pl []# Can't locate Apache/Sandwich.pm in @NIC <@NIC contain: /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux....> at test.pl Does anyone what it means ? and how to correct it ? Thanks |
|
#2
|
|||
|
|||
|
What's up.
That means Sandwich.pm can't be found from @INC paths. To correct this, you can either make a symlink to the known paths. Or you can add a line above "use Apache::Sandwich" line. If Sandwich.pm is installed in: /usr/local/lib/perl5/site_perl/5.6.0/Apache/ You need to add the use lib line below like this: use lib "/usr/local/lib/perl5/site_perl/5.6.0"; use Apache::Sandwich; |
|
#3
|
|||
|
|||
|
Hello,
/etc/httpd/http.conf <IfModule mod_perl.c> ... </IfModule> I try to search the file of mod_perl.c....guest what 0 file found... So, Maybe command "PerlHandler" or Mod_perl not included in my server configuration. But I #rpm -qa|grep perl mod_perl-1.21-2 perl-5.00503-6 perl-Apache-Sandwich-2.01-2 --------------------------- What should I do now ? [This message has been edited by rtna (edited May 06, 2000).] |
|
#4
|
|||
|
|||
|
Check and see if libperl.so is found in /usr/local/apache/libexec or /usr/local/libexec/apache or whatever path.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Can't locate Apache/Sandwich.pm |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|