Re: how to install or how to find NET::LDAP in unix server
[email protected] (Natxo Asenjo) Thu, 10 Apr 2014 18:35:07 +0200
| Newsgroups | perl.ldap |
|---|---|
| Message-ID | <CAHBEJzVc1vruV903M6NcW_ZhELxn9cb+uy_FjP8QNhRCb+f7qw@mail.gmail.com> |
On Tue, Apr 8, 2014 at 12:20 PM, <[email protected]> wrote: > Hi, > > > > I am getting “Can't locate Net/LDAP.pm in @INC” error while running perl > script . how to intall perl or how to fix this issue in my unix server. > Plesse help how to install NET::LDAP on my unix server . > > > what kind of unix? If it's some kind of linux, then it usually is availble using your package manager. Otherwise you can install it using cpanm (see http://search.cpan.org/dist/App-cpanminus/lib/App/cpanminus.pm) or the traditional cpan shell or just downloading the module from cpan and installing it from sources yourself. -- regards, natxo