Re: Followup to earlier thread about How to compiling/link/use Apache module that uses shared library?

2012-06-22 Thread Joe Lewis
On 6/22/12 9:35 AM, oh...@cox.net wrote: oh...@cox.net wrote: Hi, Now that I've gotten by earlier problems with the module I'm working on (see thread Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?), I am trying to get my module to

Re: Followup to earlier thread about How to compiling/link/use Apache module that uses shared library?

2012-06-22 Thread ohaya
Joe Lewis j...@joe-lewis.com wrote: On 6/22/12 9:35 AM, oh...@cox.net wrote: oh...@cox.net wrote: Hi, Now that I've gotten by earlier problems with the module I'm working on (see thread Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses

Re: Followup to earlier thread about How to compiling/link/use Apache module that uses shared library?

2012-06-22 Thread Sorin Manolache
On 2012-06-22 17:35, oh...@cox.net wrote: Sorry. I meant to say: So, my code calls ObConfig_initialize() then it appears that that calls ObConfig::initialize() which is presumably a C++ function. We develop our apache modules in C++ on a regular basis and they interact with other

Re: Followup to earlier thread about How to compiling/link/use Apache module that uses shared library?

2012-06-22 Thread ohaya
Sorin Manolache sor...@gmail.com wrote: On 2012-06-22 17:35, oh...@cox.net wrote: Sorry. I meant to say: So, my code calls ObConfig_initialize() then it appears that that calls ObConfig::initialize() which is presumably a C++ function. We develop our apache modules in

Re: Followup to earlier thread about How to compiling/link/use Apache module that uses shared library?

2012-06-22 Thread ohaya
Sorin Manolache sor...@gmail.com wrote: On 2012-06-22 21:22, oh...@cox.net wrote: Does that confirm that they statically linked stuff from openssl (and libcrypto) into libobaccess.so? I think so. Also you can run nm -aC liboaccess.so. The symbols marked with U are undefined