On Sat, Mar 13, 2004 at 08:05:07AM -0800, Guolin Cheng wrote: > Hi, > > any one know why the glibc-debug-2.3.2-101.4 has no dynamic libararies? > Glibc on RH8.0/9.0 has two glibc debug rpms, glibc-debug and > glibc-debug-static, the former one contains all dynamic debug modules, and > the latter one has all static debug modules. Then what's the reasons > behind the fact that FC1 has no dynamic debug libraries? FC1 features separate debug info, so there is no need to duplicate shared libraries, once without and once with debugging information. glibc-2* has the stripped shared libraries and glibc-debuginfo* contains the separate debugging info. Jakub