> When I compile my kernal I get the message:
> 
>       as86 command not found
> 
> Any suggestions? 

Have you considered the chance that as86 just may not be installed?

# rpm -qf /usr/bin/as86
bin86-0.4-3

Assuming your RPMs are in /mnt/cdrom/RedHat/RPMS, you can do something
like this next time:

# for i in *rpm; do echo Filename: $i; rpm -qvpl $i | grep <pattern>; done

where <pattern> is what you want to search for, in this case it would be
`as86'

Dave



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to