Re: lt_dlopen fails on AIX

2012-08-31 Thread Perry Smith
On Aug 31, 2012, at 9:50 AM, Michael Haubenwallner wrote: > > > On 08/30/12 15:29, Perry Smith wrote: >> ... that you can have 32 bit objects (shared or not shared) and 64 bit >> objects >> in the same archive ... >> You can do similar tricks with executabl

Re: lt_dlopen fails on AIX

2012-08-30 Thread Perry Smith
Hi, I don't know much about libtool. I've built open source packages for AIX for 20+ years now. The open source community has never written tools that 100% work with AIX. Each package, like Apache, Ruby, Python, etc (from my perspective at least) has to coax the open source tools to working

Re: AIX apr-util questions / problems

2012-08-03 Thread Perry Smith
On Aug 3, 2012, at 8:34 AM, Bob Friesenhahn wrote: > On Thu, 2 Aug 2012, Perry Smith wrote: >> Note that there is no -L options and the -pthread option is present. To my >> eyes, this looks correct. (Note that the original line also had --silent >> which I removed

AIX apr-util questions / problems

2012-08-03 Thread Perry Smith
My target right now is to have Apache httpd with an add on module called "passenger". Right now, at exit time, it core dumps and part of the problem is a polluted library space. All these are multi-threaded and so they need to use the pthread version of library calls. To set the stage, with A