Re: Compiling python2.5.1 results in 3.5MB python lib?

2007-07-29 Thread simonbun
On Jul 28, 11:07 am, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > I'm compiling 2.5.1 and end up with a 3.5MB libpython2.5.so file. I > > seem to remember it should be somewhere around the 1MB mark. What > > could be causing this? > > Try stripping it. > > Regards, > Martin How would I go abou

Compiling python2.5.1 results in 3.5MB python lib?

2007-07-27 Thread simonbun
Hi all, I'm compiling 2.5.1 and end up with a 3.5MB libpython2.5.so file. I seem to remember it should be somewhere around the 1MB mark. What could be causing this? I'm using ./configure --enable-shared This is a problem for me seeing as i'm using apache+mod_python to serve web content. Each apa