Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Edited by ysth: chg pre tags to code tagsmitchm@isfe:/home/mitchm/perl/modules/perldap-1.4> /home/utils/perl/bi +n/perl Makefile.PL PerLDAP - Perl 5 Module for LDAP ================================ Directory containing 'include' and 'lib' directory of the Netscape LDAP Software Developer Kit (default: /usr): /usr/local/lib/ldapsdk4.1 +E Using LDAPv3 Developer Kit (default: yes)? n Include SSL Support (default: yes)? n Libraries to link with (default: -L/usr/local/lib/ldapsdk4.1E/lib -lld +apssl41): Checking if your kit is complete... Looks good Writing Makefile for Mozilla::LDAP::API mitchm@isfe:/home/mitchm/perl/modules/perldap-1.4> make cp Conn.pm blib/lib/Mozilla/LDAP/Conn.pm cp Utils.pm blib/lib/Mozilla/LDAP/Utils.pm cp Entry.pm blib/lib/Mozilla/LDAP/Entry.pm cp LDIF.pm blib/lib/Mozilla/LDAP/LDIF.pm cp API.pm blib/lib/Mozilla/LDAP/API.pm AutoSplitting blib/lib/Mozilla/LDAP/API.pm (blib/lib/auto/Mozilla/LDAP +/API) cp oldtest.pl blib/lib/Mozilla/LDAP/oldtest.pl /home/utils/perl/bin/perl /home/utils/perl/lib/perl5/5.8.0/ExtUtils/xs +ubpp -nolinenumbers -typemap /home/utils/perl/lib/perl5/5.8.0/ExtUti +ls/typemap -typemap typemap API.xs > API.xsc && mv API.xsc API.c gcc -c -I/usr/local/lib/ldapsdk4.1E/include -I/home/utils/perl/inclu +de -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.4\" + -DXS_VERSION=\"1.4\" -fPIC "-I/home/utils/perl/lib/perl5/5.8.0/sun4 +-solaris/CORE" API.c API.c: In function `avref2charptrptr': API.c:205: `na' undeclared (first use in this function) API.c:205: (Each undeclared identifier is reported only once API.c:205: for each function it appears in.) API.c: In function `avref2berptrptr': API.c:235: `na' undeclared (first use in this function) API.c: In function `parse1mod': API.c:377: `na' undeclared (first use in this function) API.c: In function `XS_Mozilla__LDAP__API_ldap_result': API.c:2546: `na' undeclared (first use in this function) API.c: In function `XS_Mozilla__LDAP__API_ldap_search_st': API.c:2777: `na' undeclared (first use in this function) API.c: In function `XS_Mozilla__LDAP__API_ldap_url_parse': API.c:3057: `sv_undef' undeclared (first use in this function) API.c: In function `XS_Mozilla__LDAP__API_ldap_url_search_st': API.c:3122: `na' undeclared (first use in this function) *** Error code 1 make: Fatal error: Command failed for target `API.o'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help compiling perldap1.4
by PodMaster (Abbot) on Jul 07, 2004 at 23:27 UTC | |
by tachyon (Chancellor) on Jul 08, 2004 at 04:03 UTC | |
|
Re: Help compiling perldap1.4
by Anonymous Monk on Jul 07, 2004 at 23:37 UTC | |
by tachyon (Chancellor) on Jul 08, 2004 at 04:05 UTC | |
by Anonymous Monk on Jul 08, 2004 at 16:02 UTC | |
by PodMaster (Abbot) on Jul 08, 2004 at 04:04 UTC |