HP3000-L Archives

September 1999, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"BIXBY,MARK (HP-Cupertino,ex1)" <[log in to unmask]>
Reply To:
BIXBY,MARK (HP-Cupertino,ex1)
Date:
Tue, 28 Sep 1999 12:12:04 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (61 lines)
> -----Original Message-----
> From: Joseph Whitlock [mailto:[log in to unmask]]
> Sent: Tuesday, September 28, 1999 9:53 AM
> To: [log in to unmask]
> Subject: Re: Posix libraries and Perl make utility
>
>
> LDAP Folks and Mark,
>
> I remade the Makefile and ran the Make test and Make install
> I ran the perl oldtest.pl and got the same results.  Here are
> the results;
>
> **************************************************************
> ************************
>
> SITE133 MGR.PERL /tmp/perldap-1.4>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/ldapsdk
> Using LDAPv3 Developer Kit (default: yes)?  yes
> Include SSL Support (default: yes)?  no
> Libraries to link with (default: -L/usr/local/ldapsdk/lib
> -lldap -llber):
> Checking if your kit is complete...
> Looks good
> Writing Makefile for Mozilla::LDAP::API
> SITE133 MGR.PERL /tmp/perldap-1.4>make test
> gcc -c -I/usr/local/ldapsdk/include -DMPE -D_POSIX_SOURCE
> -D_SOCKET_SOURCE
> -D_POSIX_JOB_CONTROL -I/usr/local/include -I/usr/contrib/
> include -O2    -DVERSION=\"1.4\" -DXS_VERSION=\"1.4\"
> -I/PERL/PUB/lib/perl5/PA-RISC1.1/5.00404/CORE -DLDAPV3  API.c
> Running Mkbootstrap for Mozilla::LDAP::API ()
> chmod 644 API.bs
> LD_RUN_PATH="/usr/local/ldapsdk/lib" ld -o
> blib/arch/auto/Mozilla/LDAP/API/API.sl  -b -L/usr/local/lib
> -L/usr/contrib/lib
> API.o    -
> L/usr/local/ldapsdk/lib -lldap -llber
>
>
> 1 OBJECT FILE HAS BEEN ADDED.
> 1 OBJECT FILE HAS BEEN ADDED.

We need to understand better what's happening at link time.

Before you do the make, set an environment variable which will get ld to
tell us what it's doing:

        export ECHO=1

Also, so I can understand your library environment better, please cut/paste
me the results of:

        ls -l /usr/local/lib /usr/contrib/lib /usr/local/ldapsdk/lib

- Mark B.

ATOM RSS1 RSS2