Closed
Bug 40148
Opened 25 years ago
Closed 24 years ago
PerLDAP won't compile with perl 5.6.0
Categories
(Directory :: PerLDAP, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dunham, Assigned: leif)
Details
in the perl 5.0 perl.h there was a definition:
EXT STRLEN na; /* for use in SvPV when length is Not Applicable */
that no longer exists in the perl 5.6 perl.h. my API.c seems to need this for
compilation and accordingly breaks.
Assignee | ||
Comment 1•24 years ago
|
||
This has been fixed in the v1.4.1 source, as well as for v2.0. We will release
1.4.1 to the public next week.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•