Roberto C. Sánchez
roberto at connexer.com
Wed Jan 9 13:17:14 EST 2008
On Wed, Jan 09, 2008 at 05:03:55PM +0100, Jevgenijs Rogovs wrote: > Roberto, > > You were right, I built mod_python myself, and it is not stripped. Here's > the output of the file command: > > ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped > > So, what do I do to strip those symbols? I am building by the book, i.e. > > ./configure --with-aspx=/path/to/aspx > make > make install > Could you post the output of your build process as gzipped attachments? ./configure --with-apxs=/path/to/apxs 2>&1 |tee ~/config.log make 2>&1 |tee ~/make.log make install 2>&1 |tee ~/install.log Regards, -Roberto -- Roberto C. Sánchez http://people.connexer.com/~roberto http://www.connexer.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20080109/97f64fa9/attachment.bin
|