in reply to Interpose system call 'open' using LD_PRELOAD does not work for 'open' called from within perl programs. Why?

I'm guessing the the actual open call you need to intercept is in libperl.so.5.8.8. Maybe loading that and then your intercept library in LD_PRELOAD would help? Not something I know a lot about.
  • Comment on Re: Interpose system call 'open' using LD_PRELOAD does not work for 'open' called from within perl programs. Why?