Bug 17239 - Problems with /usr/include directories missing/unlinked
Summary: Problems with /usr/include directories missing/unlinked
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 6.2
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-09-04 21:56 UTC by John Romano
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-12-15 01:31:40 UTC
Embargoed:


Attachments (Terms of Use)

Description John Romano 2000-09-04 21:56:09 UTC
I recently upgraded to RH6.2 from a RH6.1 i386 system.

When I tried to re-compile some applications, I received errors regarding 
various missing .h files.  Specifically I was compiling radius-cistron-
1.5.4.3 with MySQL patches.  This application previously compiled fine 
under RH6.1.

Bottom line; I had to create the following symbolic links:
ln -s /usr/src/linux-2.2.16/include/linux/ /usr/include/linux
ln -s /usr/src/linux-2.2.16/include/asm-i386/ /usr/include/asm

After these symbolic links were created, and some problems with the 
mysql_init() routine resolved, the application compiled OK.

I found it weird that the /usr/include/linux and /usr/include/asm 
directories (or links to them) were, plain and simply, missing.

The involved packages were these:
glibc-devel-2.1.3-15
glibc-2.1.3-15
kernel-headers-2.2.16-3


Note You need to log in before you can comment on or make changes to this bug.