Problem installing Net::LDAP

Problem installing Net::LDAP

am 22.09.2005 21:54:36 von anyamiretsky

Hi,

I'm a total newbie with linux, trying to install Net::LDAP from CPAN
and getting the following error message:
make:*** No targets specified and no makefile found. Stop.
/usr/bin/make -j3 -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible

I don't know where to go from here to figure out why this is not
installing properly. Any help is greatly appreciated.

A.

Re: Problem installing Net::LDAP

am 23.09.2005 01:03:31 von Sisyphus

"perlnewbie" wrote in message
news:1127418875.995572.294960@g49g2000cwa.googlegroups.com.. .
> Hi,
>
> I'm a total newbie with linux, trying to install Net::LDAP from CPAN
> and getting the following error message:
> make:*** No targets specified and no makefile found. Stop.
> /usr/bin/make -j3 -- NOT OK
> Running make test
> Can't test without successful make
> Running make install
> make had returned bad status, install seems impossible
>
> I don't know where to go from here to figure out why this is not
> installing properly. Any help is greatly appreciated.
>
> A.
>

Looks like the 'perl Makefile.PL' step got skipped (or failed). Don't know
why that would be .... but it's the first thing that comes to mind that
would account for the absence of the makefile. It would help if you could
send the complete output, including the command(s) you entered.

I assume you're trying to install 'perl-ldap' ? (Net::LDAP is part of
perl-ldap and should not be installed separately.)

Cheers,
Rob

Re: Problem installing Net::LDAP

am 27.09.2005 17:33:47 von anyamiretsky

Rob,

Thanks for responding to my post.
I had tried to install Net::LDAP while being connected to CPAN using
the install command, I didn't realize I needed not install perl-ldap.
I looked up perl-ldap on CPAN and there are loads of diffrent modules.
Which one should I install? The bundle?

Anya

Re: Problem installing Net::LDAP

am 28.09.2005 00:37:02 von Sisyphus

"perlnewbie" wrote in message
news:1127835227.645845.187160@g14g2000cwa.googlegroups.com.. .
> Rob,
>
> Thanks for responding to my post.
> I had tried to install Net::LDAP while being connected to CPAN using
> the install command, I didn't realize I needed not install perl-ldap.
> I looked up perl-ldap on CPAN and there are loads of diffrent modules.
> Which one should I install? The bundle?
>
> Anya
>

Yes - you want http://search.cpan.org/~gbarr/perl-ldap-0.33/

Cheers,
Rob