안녕하세요.. openldap 설치중에 에러 발생 도와 주세요..
버클리 db는 성공적으로 설치 했구요..
openldap은 ./configure 했구요
(env CPPFLGS= "-I/usr/local/db4/include" LDFLAGS= "-L/usr/local/db4/lib" ./configure --enable-dnssrv)
make depend도 에러 없이 했는데
make에서 마지막에 다음과 같은 에러 메시지가 나오네요...어떻게 해야 하는지....
제발 도와 주세요.......
Entering subdirectory libldbm
make[2]: 들어감 '/home/oo7bang/openldap-2.0.27/libraries/bibldbm' 디렉토리
cc -g -02 -I../../include -I../../include -I/usr/local/db4/include
-c -o ldbm.o ldbm.c
ldbm.c: IN function 'ldbm_open':
ldbm.c:329: warning: passing arg 2 of pointer to function from incompatible pointer type
ldbm.c:329: warning: passing arg 4 of pointer to function makes pointer from integer without a cast
ldbm.c:329: too few arguments to function
make[2]:***[ldbm.o] 오류 1
make[2]:나감'/home/oo7bang/openldap-2.0.27/libraries/libraries/libldbm' 디렉토리
make[1]:***[all-common] 오류 1
make[1]: 나감 '/home/oo7bang/openldap-2.0.27/libraries/libraries' 디렉토리
make: ***[all-common] 오류 1
|