Re: Compiling against OpenLDAP in OpenPKG - static linking problem

2004-07-21 Thread Stephan Buys
Is there a way that one can set an environment variable to fix this? The command-line is being created by a configure.in script called: AC_SMART_CHECK_LIB On Tuesday 20 July 2004 20:01, Ralf S. Engelschall wrote: On Tue, Jul 20, 2004, Stephan Buys wrote: [...] configure:1674: gcc -o

Compiling against OpenLDAP in OpenPKG - static linking problem

2004-07-20 Thread Stephan Buys
the issue here is with how configure is trying to compile agains statically linked libraries. I think I need a bit of clever CFLAGS wizardry to get this working, or maybe there is something wrong with ld? Any assistance in this would be greatly appreciated. Kind regards, -- Stephan Buys Code

Re: Compiling against OpenLDAP in OpenPKG - static linking problem

2004-07-20 Thread Stephan Buys
, Jul 20, 2004 at 01:23:24PM +0200, Stephan Buys wrote: l/ conftest.c -lresolv -lcrypto -llber -lldap 15 /kolab/lib//libldap.a(open.o)(.text+0x198): In function `ldap_create': : undefined reference to `ber_memcalloc_x' /kolab/lib//libldap.a(open.o)(.text+0x1f4): In function `ldap_create

kerberos and OpenPKG

2004-02-17 Thread Stephan Buys
). Any tips/ideas? Kind regards, -- Stephan Buys Code Fusion cc. Tel: +27 11 391 1412 Mobile: +27 83 294 1876 Email: [EMAIL PROTECTED] __ The OpenPKG Projectwww.openpkg.org User Communication

kerberos or sasl patches (was: kerberos and OpenPKG)

2004-02-17 Thread Stephan Buys
except to re/compile them when kerberos is installed. Regards, Stephan Buys On Wednesday 18 February 2004 07:26, Stephan Buys wrote: Hi all, I wondered if anyone could perhaps assist me with the following: I am trying to build some kerberized applications (the zfos Kolab packages) and I