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

Re: Build FAQ



[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Guys,
> 
> I've just downloaded the code and I'm suffering a build problem (detailed
> below for those who are interested). I've looked in the build hints doc and
> searched this lists archive, but with no luck. Can anyone give me any hints?
> 
> Al.
> 
> OS: SunOS swift1 5.6 Generic_105181-21 sun4u sparc SUNW,Ultra-5_10
> Compiler: gcc 2.8.1
> Make: GNU Make v3.76.1
> Error:
> 
> > make depend
> 
> [bunch of compiling commands then...]
>   Entering subdirectory servers
> make[1]: Entering directory `/export/home/sutton/Solaris/ldap/servers'
> Making depend in /export/home/sutton/Solaris/ldap/servers
>   Entering subdirectory slapd
> make[2]: Entering directory `/export/home/sutton/Solaris/ldap/servers/slapd'
> 
>   cd back-bdb2; make -w depend
> make[3]: Entering directory
> `/export/home/sutton/Solaris/ldap/servers/slapd/back-bdb2'
> make[3]: *** No rule to make target `depend'.  Stop.
> make[3]: Leaving directory
> `/export/home/sutton/Solaris/ldap/servers/slapd/back-bdb2'
> make[2]: *** [depend-local-srv] Error 1
> make[2]: Leaving directory `/export/home/sutton/Solaris/ldap/servers/slapd'
> make[1]: *** [depend-common] Error 1
> make[1]: Leaving directory `/export/home/sutton/Solaris/ldap/servers'
> make: *** [depend-common] Error 1
> 
> 
> ----
> Al Sutton (al@alsutton.com)
> WWW: http://www.buddysites.net/
> ICQ: 78617500
> 
> 
> 

Back-bdb2 has been put into the attic.  Unfortunately, when you cvs checkout
the devel tree, it still creates an empty back-bdb2 directory under
servers/slapd.  Just rm -r back-bdb2 and you'll be fine.

Randy