Closed Bug 1340 Opened 26 years ago Closed 26 years ago

Search with @ATTRS specified, Perl_safemalloc missing

Categories

(Directory :: PerLDAP, defect, P2)

All
Solaris
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: leif, Assigned: leif)

Details

ld.so.1: /usr/local/bin/perl: fatal: relocation error: file
/usr/local/lib/perl5/site_perl/sun4-solaris/auto/Mozilla/LDAP/API/API.so:
symbol Perl_safemalloc: referenced symbol not found
Killed

Above is the error message I get when I try to use the search method
which allows for a limited number of attributes to be retrieved, i.e.
with 5 paramters.

When I use 'search' without the "0, @attr" arguments to search, it works
flawlessly.

The error is way over my head, so detailed help would be useful.  I am
definitely calling the function correctly.

Thanks!

Gary

From: Gary Wolff <wolff@ini.net>
Status: NEW → ASSIGNED
Setting all current Open/Normal to M4.
Target Milestone: M4
Clearing "M" field since Directory product is not used for 5.0 specific project
bug metrics and will mess up our queries on milestones.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I had the same problem.
You have to built a non-standard perl.
Edit config.h to comment out the #define MYMALLOC line.
Then a perl is build with the symbol Perl_safemalloc and
all works fine.
I think Netscape should fix the library.
You need to log in before you can comment on or make changes to this bug.