Discussion:
[PHP-INSTALL] compile libphp5.so: library way too heavy
Ramiro Blanco
2009-03-11 17:49:48 UTC
Permalink
Hi, i've been trying to compile php module (ver. 5.2.9) for apache on
a Centos 5.2 x86_64 system. Everything works well but the final
library is a lot heavier than the usual, 15 Mb. For instance in
Archlinux the compiled library weights 5.3Mb.
I've used the same configure options that Archlinux uses, except for
--with-kerberos and --with-openssl which I had to add in order to be
able to compile.
Hope someone can shed some light on this.
Cheers,
--
Ramiro Blanco
pmenier
2009-03-12 08:02:47 UTC
Permalink
Post by Ramiro Blanco
Hi, i've been trying to compile php module (ver. 5.2.9) for apache on
a Centos 5.2 x86_64 system. Everything works well but the final
library is a lot heavier than the usual, 15 Mb. For instance in
Archlinux the compiled library weights 5.3Mb.
I've used the same configure options that Archlinux uses, except for
--with-kerberos and --with-openssl which I had to add in order to be
able to compile.
Hope someone can shed some light on this.
Cheers,
And if you strip it ?

#strip libphp5.so

Patrick

Loading...