On 11/3/05 1:09 pm, sujatha <[EMAIL PROTECTED]> wrote: > when i run a simple program > use Net::LDAPS; > $url="test.com"; > $username="sona"; > $password="sona"; > $a=Net::LDAPS->new($url)||die "cannot connect"; > $a->bind($usename,$password)||die "cannot bind"; > > the error shown is > > Can't locate loadable object for module Net::SSLeay in @INC. . > > can anyone tell me where i ve gone wrong and what are the steps to correct > it, in detail?
You need to install the Net::SSLeay package. Get it from CPAN: <http://search.cpan.org/~sampo/Net_SSLeay.pm-1.25/> Cheers, Chris