On 12/31/06, Zephiris <[EMAIL PROTECTED]> wrote:
> Xcode was installed completely.
>
> configure snippet:
>
> ./configure --prefix=/sw --libexecdir=/sw/sbin --mandir=/sw/share/man
> --infodir=/sw/share/info/openldap23 --with-cyrus-sasl
> --enable-ldap --enable-ldbm --disable-dependency-tracking
> Configuring OpenLDAP 2.3.27-Release ...
> checking build system type... i686-apple-darwin8.8.1
> checking host system type... i686-apple-darwin8.8.1
> checking target system type... i686-apple-darwin8.8.1
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets $(MAKE)... yes
> checking configure arguments... done
> checking for cc... cc
> checking for ar... ar
> checking for style of include used by make... GNU
> checking for C compiler default output file name... configure: error: C
> compiler cannot create executables
> See `config.log' for more details.
> ### execution of ./configure failed, exit code 77
>
> config.log snippet:
>
> configure:4555: cc -I/sw/lib/system-openssl/include
> -I/sw/include/db4 -DBIND_8_COMPAT -I/sw/include conftest.c -lkrb5 -ldb-4.4
> -L/sw/lib/system-openssl/lib -L/sw/lib >&5
> /usr/bin/ld: can't locate file for: -lkrb5
> LIBS='-lkrb5 -ldb-4.4 -L/sw/lib/system-openssl/lib -L/sw/lib'
>
>

Ah--maybe it wasn't what I thought.  Do you have /usr/lib/libkrb5.dylib?

That appears to have come with the BaseSystem.pkg, as well as being
updated in some of the security updates--if you don't have it maybe it
got clobbered by one of those.

>
> On 12/31/06, Alexander Hansen <[EMAIL PROTECTED]> wrote:
> > On 12/31/06, Zephiris <[EMAIL PROTECTED]> wrote:
> > > I'm trying to get through to compiling Subversion on Fink, but OpenLDAP
> > > builds depend on libkrb5 (or so), but this isn't present on 10.4.8 at
> least,
> > > and there's no package (or whatever else would be needed) to satisfy it?
> > > Please CC responses, as I'm not on the list.
> > >
> >
> > Subversion 1.4.2-11 works just fine for me.
> >
> > I believe that openldap uses the system-installed krb5 stuff.  How
> > about pasting up a build log so that we can see what the failure mode
> > is?  I would suspect that you're missing the DevSDK.pkg from Xcode,
> > which contains the header files needed to compile against system
> > stuff, but that's only a guess in the absence of real data.
> >
> > --
> > Alexander K. Hansen
> > (akh)
> > Fink Documenter (still)
> >
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to