Hi there,
we are using HP 9000 servers with HP-UX 11.00 with perl56. For the Perldap
installation I copied the ldapsdk50 to /opt and unzipped/untared the
perldap-1.4.1.tar.gz file. I did the successful perl Makefile.PL and the
successful make install, but it seems so that however things are wrong, when
I tried to test it via a small perl script (please look at the appendix).
Can someone helps me with that ??

P.S. the permissions are 755 and should be ok.

Thanks in advance
Klaus

Can't load
'/opt/perl5/lib/site_perl/5.6.0/PA-RISC2.0/auto/Mozilla/LDAP/API/API.
sl' for module Mozilla::LDAP::API: Permission denied at
/opt/perl/lib/5.6.0/PA-R
ISC2.0/DynaLoader.pm line 200.
 at /opt/perl5/lib/site_perl/5.6.0/PA-RISC2.0/Mozilla/LDAP/Utils.pm line 29
Compilation failed in require at
/opt/perl5/lib/site_perl/5.6.0/PA-RISC2.0/Mozil
la/LDAP/Utils.pm line 29.
BEGIN failed--compilation aborted at
/opt/perl5/lib/site_perl/5.6.0/PA-RISC2.0/M
ozilla/LDAP/Utils.pm line 29.
Compilation failed in require at
/opt/perl5/lib/site_perl/5.6.0/PA-RISC2.0/Mozil
la/LDAP/Conn.pm line 32.
BEGIN failed--compilation aborted at
/opt/perl5/lib/site_perl/5.6.0/PA-RISC2.0/M
ozilla/LDAP/Conn.pm line 32.
Compilation failed in require at /home/httpd/cgi-bin/STCWEB/STC_LDAP.pl line
9.
BEGIN failed--compilation aborted at /home/httpd/cgi-bin/STCWEB/STC_LDAP.pl
line
 9.

############################################################################
#######
# perl Makefile.PL
 
PerLDAP - Perl 5 Module for LDAP
================================
Directory containing 'include' and 'lib' directory of the Netscape
LDAP Software Developer Kit (default: /usr): /opt/ldapsdk50
Using LDAPv3 Developer Kit (default: yes)?
Include SSL Support (default: yes)?
Located multiple libraries:
 - libldap50.sl
 - libprldap50.sl
 - libssldap50.sl
Libraries to link with (default: -L/opt/ldapsdk50/lib -lldap50):
Checking if your kit is complete...
Looks good
Writing Makefile for Mozilla::LDAP::API

make test
t/api...............ok
t/conn..............ok
t/entry.............ok
t/ldif..............ok
t/utils.............ok
All tests successful.

############################################################################
#######


myldap.pl

Reply via email to