hope this helps..
- Darshan
David Busby wrote:
I am trying to run perldap on Solaris 2.8 with perl version 5.00404.Here is the simple code I have:
#!/usr/bin/perl
push(@INC,"/usr/lib/perl5/site_perl/5.005/sun4-solaris");
print("@INC\n");
use Mozilla::LDAP::Conn(\%ld);
use Mozilla::LDAP::Utils;__END__
I get the following message when I run the code:
Can't locate Mozilla/LDAP/Conn.pm in @INC (@INC contains: /usr/local/lib/perl5/sun4-solaris/5.00404 /usr/local/lib/perl5 /usr/local/lib/perl5/site_perl/sun4-solaris /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/sun4-solaris .) at ./ldap.pl line 8.
BEGIN failed--compilation aborted at ./ldap.pl line 8.I have checked permissions and that looks ok. I have no idea how to proceed and I am under a great deal of pressure to get this done. Does any one have a suggestion?
