[Openslp-devel] AIX core-dump

2008-08-07 Thread Scot Sakolish
Hi, I'm building OpenSML V1.2.1 on AIX 5.3. When I run "slptool", the first call it makes into "libslp" causes a core-dump. Building with "configure --enable-shared=no" appears to fix the problem, so there seems to be some problem with the way the shared-library is being built. Has anyone ever

Re: [Openslp-devel] AIX core-dump

2008-08-07 Thread John Calcote
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scot, You're right - there is a shared library issue in the 1.2.1 code base. We were building shared libraries from a static convenience library (libcommon) that was NOT being built with Position Independent Code (PIC). We've fixed this in the 2.0 cod