Perle driver fails RPM installation

Issue:
When installing the Perle driver using the RPM method it fails due to a missing dependency.

Cause:
Kernel module installation normally checks for the kernel-source RPM to be present before installing.

Solution:
Use the --nodeps switch to disable dependency checking when running the "rpmbuild" command. ie: # rpmbuild -bb --nodeps perle-serialxxxxx


Article ID:
540
Published:
3/16/2006 8:27:35 AM
Last Modified:
5/31/2007 8:05:01 AM
Issue Type:
Trouble Shooting