[Bug 458274] Re: unnecassary dependencies of apache2 modules

2010-03-08 Thread Chuck Short
This should be fixed in lucid.

Regards
chuck

** Changed in: apache2 (Ubuntu)
   Status: Triaged = Fix Released

-- 
unnecassary dependencies of apache2 modules
https://bugs.launchpad.net/bugs/458274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 458274] Re: unnecassary dependencies of apache2 modules

2009-10-29 Thread Chuck Short
** Changed in: apache2 (Ubuntu)
   Status: Incomplete = Triaged

-- 
unnecassary dependencies of apache2 modules
https://bugs.launchpad.net/bugs/458274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 458274] Re: unnecassary dependencies of apache2 modules

2009-10-23 Thread Chuck Short
Can you describe what is uneccessary in a bit more detail please?

Regards
chuck

** Changed in: apache2 (Ubuntu)
   Importance: Undecided = Low

** Changed in: apache2 (Ubuntu)
   Status: New = Incomplete

-- 
unnecassary dependencies of apache2 modules
https://bugs.launchpad.net/bugs/458274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 458274] Re: unnecassary dependencies of apache2 modules

2009-10-23 Thread jfcgauss
For instance
ldd -r -u /usr/lib/apache2/modules/mod_ssl.so 21 | grep -v 'undefined 
symbol:\|lookup error:\|direct dependencies:\|^$'
gives
/lib/libuuid.so.1
/lib/librt.so.1
/lib/libcrypt.so.1
/lib/libpthread.so.0
/lib/libdl.so.2
that is, mod_ssl.so module (which is a shared library) has been linked during 
compile-link time with the above unnecassary (unused) shared libraries. 
Either these unnecessary libs (possibly in the gcc command line like -ldl 
-lpthread -lcrypt -lrt etc. during compile-link time) should be removed (that 
is, mod_ssl build should be fixed) or we should add something like 
-Wl,--as-needed to mod_ssl build. hope that is clear enough. this is not a 
showstopper, but these unused dependencies cost time and memory when loading 
these modules.

actually i had mentioned unused dependency problems of tons of shared
libraries in ubuntu/debian a while back, dont know what happened then.
(hint: man ldd).

-- 
unnecassary dependencies of apache2 modules
https://bugs.launchpad.net/bugs/458274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 458274] Re: unnecassary dependencies of apache2 modules

2009-10-23 Thread Chuck Short
Sounds reasonable can you show me examples of bugs you reported?

Thanks
chuck

** Changed in: apache2 (Ubuntu)
   Importance: Low = Wishlist

-- 
unnecassary dependencies of apache2 modules
https://bugs.launchpad.net/bugs/458274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 458274] Re: unnecassary dependencies of apache2 modules

2009-10-23 Thread jfcgauss
see https://bugs.launchpad.net/ubuntu/+source/libtool/+bug/459095
thx..

-- 
unnecassary dependencies of apache2 modules
https://bugs.launchpad.net/bugs/458274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 458274] Re: unnecassary dependencies of apache2 modules

2009-10-22 Thread jfcgauss

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34149689/Dependencies.txt

-- 
unnecassary dependencies of apache2 modules
https://bugs.launchpad.net/bugs/458274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs