On Wed, May 05, 2004 at 02:00:33PM -0400, seth vidal wrote: > > > Could it be a problem with /usr/sbin/glibc_post_upgrade? > > > > $ rpm -q --scripts glibc > > postinstall program: /usr/sbin/glibc_post_upgrade > > postuninstall program: /sbin/ldconfig > > > > not a bad place to look. glibc_post_upgrade is essentially: /sbin/ldconfig || exit /usr/sbin/iconvconfig || exit /sbin/telinit || exit /sbin/service sshd condrestart || exit (but as it cannot assume /bin/sh and other programs being available, it is statically linked proglet). Jakub