[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: installation problems (ITS#128)
thanks for answering,
the set of errors i have begin like that :
testavl.c: In function `main':
testavl.c:28: warning: passing arg 2 of `avl_free' from incompatible pointer typelibtool: link: warning: `-version-info' is ignored while linking programslibtool: link: warning: `-version-info' is ignored while linking programs
libtool: link: warning: `-version-info' is ignored while linking programs
env variables :
didi_troy>setenv CPPFLAGS -I/n/fs052/didi/db-2.7.3/BerkeleyDB/include
didi_troy>setenv LDFLAGS -L/n/fs052/didi/db-2.7.3/BerkeleyDB/lib
this is the content of my ldapconfig.h.edit file :
ifndef _LDAP_CONFIG_H
define _LDAP_CONFIG_H
/*
* config.h for LDAP -- edit this file to customize LDAP client behavior.
* NO platform-specific definitions should be placed in this file.
* Note that this IS USED by the LDAP or LBER libraries.
*/
/*
* SHARED DEFINITIONS - things you should change
*/
define DEFAULT_DIRSEP "/"
define DEFAULT_BINDIR "/n/fs052/didi/OpenLDAP/ldap"
define DEFAULT_SBINDIR "/n/fs052/didi/OpenLDAP/ldap"
define DEFAULT_DATADIR "/n/fs052/didi/OpenLDAP/ldap"
define DEFAULT_SYSCONFDIR "/n/fs052/didi/OpenLDAP/ldap"
define DEFAULT_LIBEXECDIR "/n/fs052/didi/OpenLDAP/ldap"
define DEFAULT_RUNDIR "/n/fs052/didi/OpenLDAP/ldap"
/*define DEFAULT_LDAP_CONF_FILE "/n/fs052/didi/OpenLDAP/ldap/include/ldapconfig.h.edit"*/
define DEFAULT_LDAP_USERRC_FILE "ldaprc"
define DEFAULT_LDAP_ENV_PREFIX "LDAP"
/*********************************************************************
* *
* You probably do not need to edit anything below this point *
* *
*********************************************************************/