Forum: NGINX build question

Posted by AJ Weber (Guest)
on 2012-10-28 01:26
(Received via mailing list)
I was attempting to build nginx 1.2.4 from source, and include the
chunkin module.  I also included the autolib module, because from what I
could understand, it would help reduce the need for some of the other
source/devel packages to build.

I ended up with a clean build, but nginx is 6.3MB, and the version I
installed from a binary package is only 813KB.  So I'm wondering whether
this is normal or what happened, and basically how to test my build
now.  Is there a test-script package or anything that can verify that
binary I created?

Thanks again,
AJ
Posted by Sergey Budnevitch (Guest)
on 2012-10-28 16:58
(Received via mailing list)
On 28  Oct2012, at 03:24 , AJ Weber <aweber@comcast.net> wrote:

> I was attempting to build nginx 1.2.4 from source, and include the chunkin 
module.  I also included the autolib module, because from what I could understand, 
it would help reduce the need for some of the other source/devel packages to 
build.
>
> I ended up with a clean build, but nginx is 6.3MB, and the version I installed 
from a binary package is only 813KB.  So I'm wondering whether this is normal or 
what happened, and basically how to test my build now.  Is there a test-script 
package or anything that can verify that binary I created?

It is normal. Your binary contains debug information and version from 
package is stripped (man strip).
Posted by AJ Weber (Guest)
on 2012-10-28 18:02
(Received via mailing list)
Thank you for the reply!

Is it better if I rebuild without the debug information in the binary
(for performance or other reasons)?  If so, are there some recommended
options to pass to cc-opt and/or ld-opt?

Thank you again!
-AJ
Posted by Sergey Budnevitch (Guest)
on 2012-10-29 09:19
(Received via mailing list)
On 28  Oct2012, at 21:00 , AJ Weber <aweber@comcast.net> wrote:

> Thank you for the reply!
>
> Is it better if I rebuild without the debug information in the binary (for 
performance or other reasons)?

No, debugging symbols has neglectable impact on performance and RAM 
usage,
you need to strip binary only if you want to save disk storage.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.