Hi,

I'm writing a program to record the system calls my web application places
by interposing the libc libraries. However, I noticed that none of the
system calls generated by the MySQL module in PHP is being recorded. I did
ltrace and it seems like the module is statically linked, but doing "file
/usr/lib/php/modules/mysql.so" says differently. I'm using Fedora 11 and
wondering if PHP is statically linked or not by default?

Thank you.

-- 
Ning

Reply via email to