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

Re: Install 2.0.23 on Tru64 5.1A



On Mon, 11 Mar 2002, James Herrmann wrote:

> I abandoned the notion of installing OpenLDAP on Tru64

After a quiet moment of contemplation, all became clear. During the build
the compiler will preferentially pickup any *installed* shared libraries
instead of the recently built shared or static libraries.

Consequently, I would recommend using "--enable-shared=no" on Tru64 to
avoid such problems in future. The casting problems regarding signed and
unsigned chars still remains however (but doesn't cause obvious problems).

John P.