This is what I use when I run "configure" --enable-static-module=all
that way it doesn't need to load any .so files, and stop giving me "file not found" errors in CentOS 5 due to CentOS using a "non-standard" $PATH Jorge S. On Tue, Jul 28, 2009 at 9:34 PM, Wei Zhang <[email protected]> wrote: > Hello, > > I am trying to do some binary instrumentation on cherokee. However, I found > out by default, Cherokee will dynamically link its modules/libraries, which > will generate some problems for my instrumentation tool, I am wondering if > there is a way to build it statically, i.e. when I do "objdump" on the > build executable, I can pretty much get all the instructions related to the > source code. Right now, when I am doing the objdump, it shows that the code > will jump to other libraries, which will be dynamically linked when it is > running. > > Thank you very much! > > Wei > > _______________________________________________ > Cherokee mailing list > [email protected] > http://lists.octality.com/listinfo/cherokee > >
_______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
