[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: OpenLDAP make errors on Mac OS X 10.2



Ok,

well I've got a bit further in installing OpenLDAP, but now I get the following error after running 'make':


I used a slightly different configuration: env CPPFLAGS="-I/usr/local/BerkeleyDB.4.3/include" \ LDFLAGS="-L/usr/local/BerkeleyDB.4.3/lib" ./configure

...
.. -I/usr/local/BerkeleyDB.4.3/include -c modrdn.c
rm -f .libs/modrdn.lo
cc -g -O2 -I../../../include -I../../../include -I.. -I./.. -I/usr/local/BerkeleyDB.4.3/include -c modrdn.c -fno-common -DPIC -o .libs/modrdn.lo
modrdn.c: In function `bdb_modrdn':
modrdn.c:416: union has no member named `o_request'
modrdn.c:416: union has no member named `o_request'
modrdn.c:416: union has no member named `o_request'
make[3]: *** [modrdn.lo] Error 1
make[2]: *** [.backend] Error 1
make[1]: *** [all-common] Error 1
make: *** [all-common] Error 1


Now I have no idea what has gone wrong here. Can somebody please help, if they have any ideas at all.

Thankyou,

Edwin





On 01/04/2005, at 11:10 PM, Aaron Richton wrote:

Does this mean it can't find a directory called 'resolv', or is it
something else? Does it look as though I am doing anything wrong? Any
help would be much appreciated.

That's exactly what it means.

If you don't want it to look for a directory named
"resolv," you're doing something wrong. Keep in mind that
most *ix commands are case-sensitive. In this case, note that "L" is not
"l".