mod_auth_digest HUGE on 64bit system

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I've noticed that when built on 64bit gentoo, the mod_auth_digest is just
HUGE. Has anyone experienced this problem?

# ls -l /usr/lib64/apache2/modules/mod_auth_digest.so
-rwxr-xr-x 1 root root 2124152 Aug 20 13:30 /usr/lib64/apache2/modules/mod_auth_digest.so

while on 32bit system:

% ls -l /usr/lib/apache2/modules/mod_auth_digest.so
-rwxr-xr-x 1 root root 26128 Aug 17 21:54 /usr/lib/apache2/modules/mod_auth_digest.so*

I waqs trying to manualy look at ebuild process and seems this command is
problematic:

x86_64-pc-linux-gnu-gcc -shared  .libs/mod_auth_digest.o  -L/usr/lib64 -L/usr/lib  -pthread -Wl,-O1 -Wl,--no-as-needed -Wl,-soname -Wl,mod_auth_digest.so -o .libs/mod_auth_digest.so

(called by libtool). 

When I removed the "-Wl,-O1" the file was significantly smaller:

# ls -l .libs/mod_auth_digest.so 
-rwxr-xr-x 1 root root 32220 Aug 20  2008 .libs/mod_auth_digest.so

However I wonder why this only happens with mod_auth_digest...

-- 
Matus UHLAR - fantomas, uhlar@xxxxxxxxxxx ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
REALITY.SYS corrupted. Press any key to reboot Universe.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux