This is a little outside my area of expertise and it's been years since
I've touched C++ but, shooting from the hip, even if debugging symbols are
compiled into the shared object, I'm not sure you'd be able to get any
detailed information unless you were also running from within in a
debugger, whic
Anybody know when mod_perl will support Apache 2.4? Or is it the other
way around?
Cheers!
---
This email is free from viruses and malware because avast! Antivirus protection
is active.
http://www.avast.com
On 2/13/2014 2:41 PM, Bill McCormick wrote:
I have a Perl module that calls a function from in a Swig generated
module, which in turn calls a function in a shared library. It's been a
while since I put it all together and made it work, so I'm kind of hazy
on the technical details - and since it m
I have a Perl module that calls a function from in a Swig generated
module, which in turn calls a function in a shared library. It's been a
while since I put it all together and made it work, so I'm kind of hazy
on the technical details - and since it mostly works I never need to
look at it.