Issue 187 - LDAP_VERSION3 undeclared in ldappasswd.c
Summary: LDAP_VERSION3 undeclared in ldappasswd.c
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-30 22:38 UTC by bryner@uiuc.edu
Modified: 2014-08-01 21:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bryner@uiuc.edu 1999-05-30 22:38:37 UTC
Full_Name: Brian Ryner
Version: OPENLDAP_REL_ENG_1_2
OS: RedHat Linux 6.0
URL: 
Submission from: (NULL) (205.243.59.101)


During compiling, I get this error:

gcc -g -O2 -I../../include        -I../../include   -DHAVE_CONFIG_H    -c
ldappasswd.c -o ldappasswd.o
ldappasswd.c: In function `main':
ldappasswd.c:478: `LDAP_VERSION3' undeclared (first use in this function)
ldappasswd.c:478: (Each undeclared identifier is reported only once
ldappasswd.c:478: for each function it appears in.)
make[2]: *** [ldappasswd.o] Error 1

Comment 1 Kurt Zeilenga 1999-05-31 00:24:00 UTC
Thanks, fixed (removed -P option from 1.x ldappasswd).

At 10:38 PM 5/30/99 GMT, bryner@uiuc.edu wrote:
>Full_Name: Brian Ryner
>Version: OPENLDAP_REL_ENG_1_2
>OS: RedHat Linux 6.0
>URL: 
>Submission from: (NULL) (205.243.59.101)
>
>
>During compiling, I get this error:
>
>gcc -g -O2 -I../../include        -I../../include   -DHAVE_CONFIG_H    -c
>ldappasswd.c -o ldappasswd.o
>ldappasswd.c: In function `main':
>ldappasswd.c:478: `LDAP_VERSION3' undeclared (first use in this function)
>ldappasswd.c:478: (Each undeclared identifier is reported only once
>ldappasswd.c:478: for each function it appears in.)
>make[2]: *** [ldappasswd.o] Error 1
>
>
>
>
Comment 2 Kurt Zeilenga 1999-06-01 17:55:48 UTC
changed notes
changed state Open to Closed
moved from Incoming to Software Bugs
Comment 3 OpenLDAP project 2014-08-01 21:06:52 UTC
Release Engineering bug.  Fixed prior to release.