Home > Archive > PERL Beginners > August 2004 > Newbie question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Drue Reeves 2004-08-03, 9:02 am |
| Sorry for the newbie question but, I'm having trouble using the Perldap
module. I downloaded the binaries and I am trying to install them into
ActiveState's latest version of Perl for Windows. I put the contents of
blib/lib/Mozilla from the zip file in the Perl/lib directory (where the rest
of the modules are).
When I try to run the qsearch.pl example script from I get these errors:
C:\Perl\blib\eg\PerLDAP>perl qsearch.pl
Can't locate loadable object for module Mozilla::LDAP::API in @INC (@INC
contain
s: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/Mozilla/LDAP/Utils.pm line
29
Compilation failed in require at C:/Perl/lib/Mozilla/LDAP/Utils.pm line 29.
BEGIN failed--compilation aborted at C:/Perl/lib/Mozilla/LDAP/Utils.pm line
29.
Compilation failed in require at C:/Perl/lib/Mozilla/LDAP/Conn.pm line 32.
BEGIN failed--compilation aborted at C:/Perl/lib/Mozilla/LDAP/Conn.pm line
32.
Compilation failed in require at qsearch.pl line 29.
BEGIN failed--compilation aborted at qsearch.pl line 29.
Any help is appreciated.
Thank you,
Drue
| |
| Paul Kraus 2004-08-03, 3:57 pm |
| Go to a command prompt.Type
ppm
hit enter.
use this tool to install modules of windows.
On Sat, Jul 31, 2004 at 11:22:37PM -0500, Drue Reeves wrote:
> Sorry for the newbie question but, I'm having trouble using the Perldap
> module. I downloaded the binaries and I am trying to install them into
> ActiveState's latest version of Perl for Windows. I put the contents of
> blib/lib/Mozilla from the zip file in the Perl/lib directory (where the rest
> of the modules are).
>
> When I try to run the qsearch.pl example script from I get these errors:
>
> C:\Perl\blib\eg\PerLDAP>perl qsearch.pl
>
> Can't locate loadable object for module Mozilla::LDAP::API in @INC (@INC
> contain
> s: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/Mozilla/LDAP/Utils.pm line
> 29
> Compilation failed in require at C:/Perl/lib/Mozilla/LDAP/Utils.pm line 29.
> BEGIN failed--compilation aborted at C:/Perl/lib/Mozilla/LDAP/Utils.pm line
> 29.
> Compilation failed in require at C:/Perl/lib/Mozilla/LDAP/Conn.pm line 32.
> BEGIN failed--compilation aborted at C:/Perl/lib/Mozilla/LDAP/Conn.pm line
> 32.
> Compilation failed in require at qsearch.pl line 29.
> BEGIN failed--compilation aborted at qsearch.pl line 29.
>
> Any help is appreciated.
>
> Thank you,
>
> Drue
>
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
|
|
|
|
|