Re: unixware and --with-ldap

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Albe Laurenz <all(at)adv(dot)magwien(dot)gv(dot)at>
Cc: ohp(at)pyrenet(dot)fr, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: unixware and --with-ldap
Date: 2006-12-15 12:19:00
Message-ID: 20061215121900.GH958@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Dec 15, 2006 at 01:06:08PM +0100, Albe Laurenz wrote:
> I guess that adding $EXTRA_LDAP_LIBS to -lldap_r will be enough,
> judging from the evidence on Linux.

Linux doesn't need the extra libraries, it's linked properly.

Additionally, on Linux there is no difference between ldap and ldap_r,
they're the same file (at least here).

$ ls -l /usr/lib/libldap.so.2
lrwxrwxrwx 1 root root 14 2005-06-09 10:42 /usr/lib/libldap.so.2 -> libldap_r.so.2

Just make sure you don't add unnecessary dependancies for platforms
other than unixware.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2006-12-15 12:20:46 Re: [HACKERS] EXPLAIN ANALYZE on 8.2
Previous Message Gregory Stark 2006-12-15 12:15:59 Re: [PERFORM] EXPLAIN ANALYZE on 8.2