[EMAIL PROTECTED] wrote:
Can anyone tell me why I am receiving an error can't locate Net/LDAP.pm in @ INC (@INC includes /usr/lib/perl5/5.6.1 etc, etc etc, etc.
<snip>
I've never quite gotten this to work. The farthest I've gotten is that the "use Net::LDAP" (as in your case) was being found, but then some module reference within that module would evidently not have been resolved.
So, what I'm providing you is probably not the complete story about how to install your own modules. But, maybe someone else will respond.
Probably the best and easiest way to avoid this lack of dependency problem is to use CPAN. It takes some special configuration to install to a different location, and you will need to set the PERL5LIB environment variable when installing, but it will force not only the module you want to install, but also any failed dependencies, to install to your same location. Check the perldoc for CPAN for more information.
http://danconia.org
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]