Bug 773

Summary: a bad link in /usr/include
Product: [Retired] Red Hat Linux Reporter: paneal
Component: kernelAssignee: David Lawrence <dkl>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: 5.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-01-11 15:27:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description paneal 1999-01-10 22:02:22 UTC
/usr/include/asm is linked to /usr/src/linux/include/asm
which does not exist

I placed a link in /usr/src/linux/include linking asm to
asm-i386 as my fix..

Comment 1 Bill Nottingham 1999-01-11 15:27:59 UTC
you need to do 'make symlinks' in /usr/src/linux

Comment 2 regs 1999-11-24 02:56:59 UTC
Actually, this *is* a bug, as it's broken (i.e. the symlink is not created) in a
stock RH 6.1 install.  Seems to me that the link should be there after
installing and users should *not* have to run 'make symlinks' to get software to
compile.  But maybe that's just me.