Description of problem: I tried to install 0.81 without dhcpv6 package installed, but got lots of nash errors messages. [root@localhost Downloads]# rpm -ivh kernel* error: failed to stat /home/tbl/.gvfs: Permission denied Preparing... ########################################### [100%] 1:kernel ########################################### [ 50%] /sbin/nash: symbol lookup error: /usr/lib/libdhcp-1.99.so.1: undefined symbol: dhcpv6_client /sbin/nash: symbol lookup error: /usr/lib/libdhcp-1.99.so.1: undefined symbol: dhcpv6_client /sbin/nash: symbol lookup error: /usr/lib/libdhcp-1.99.so.1: undefined symbol: dhcpv6_client /sbin/nash: symbol lookup error: /usr/lib/libdhcp-1.99.so.1: undefined symbol: dhcpv6_client /sbin/nash: symbol lookup error: /usr/lib/libdhcp-1.99.so.1: undefined symbol: dhcpv6_client /sbin/nash: symbol lookup error: /usr/lib/libdhcp-1.99.so.1: undefined symbol: dhcpv6_client <<<< SNIP >>>> /sbin/nash: symbol lookup error: /usr/lib/libdhcp-1.99.so.1: undefined symbol: dhcpv6_client /sbin/grubby: symbol lookup error: /usr/lib/libdhcp-1.99.so.1: undefined symbol: dhcpv6_client 2:kernel-devel ########################################### [100%] [root@localhost Downloads]# After installing dhcpv6 package, rpm is happy: [root@localhost Downloads]# rpm -ivh kernel* error: failed to stat /home/tbl/.gvfs: Permission denied Preparing... ########################################### [100%] 1:kernel ########################################### [ 50%] 2:kernel-devel ########################################### [100%] [root@localhost Downloads]# Version-Release number of selected component (if applicable): kernel-2.6.25-0.81.rc3.git2.fc9.i686 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The resulting initrd fails to boot. Complains with with same error as above: /sbin/nash: symbol lookup error: /usr/lib/libdhcp-1.99.so.1: undefined symbol: dhcpv6_client and halts.
*** This bug has been marked as a duplicate of 435636 ***