Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2008 17:12:44 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Berk Gulenler <gulenler@boun.edu.tr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: PAM_AUTHTOK_RECOVER_ERR
Message-ID:  <20080919221244.GH34468@dan.emsphone.com>
In-Reply-To: <48D3E160.5060900@boun.edu.tr>
References:  <48D39F46.7000708@boun.edu.tr> <20080919153522.GF34468@dan.emsphone.com> <48D3E160.5060900@boun.edu.tr>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Sep 19), Berk Gulenler said:
>  Dan Nelson wrote:
> 
> In the last episode (Sep 19), Berk Gulenler said:
>> I'm trying to install pam_ldap 1.84 to FreeBSD version 6.3 AMD64. But
>> I'm getting this error message from gmake compiler. I think the
>> problem is an undeclared function. About this any help would be
>> appreciated.
>> 
>> Related log:
>> 
>> gcc -DHAVE_CONFIG_H   -I/usr/local/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -DPIC -D_REENTRANT  -g -O2 -Wall -fPIC -c pam_ldap.c
>> pam_ldap.c:3569: error: `PAM_AUTHTOK_RECOVER_ERR' undeclared (first use in this function)
>> pam_ldap.c:3569: error: (Each undeclared identifier is reported only once
>> pam_ldap.c:3569: error: for each function it appears in.)
>> 
>> Are you building the security/pam_ldap port?  That should build with no
>> errors.
> 
>    No I'm not trying to build it from port tree because the ports
>    says my openldap version is not compatible with pam_ldap (a new
>    version is required). But I have to use an older version of
>    openldap so, I'm trying to compile pam_ldap for my self. Thanks.

Try editing /etc/make.conf and put

WANT_OPENLDAP_VER=23

and see if the port builds.

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080919221244.GH34468>