- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I/O error (5)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 02:54 PM
11-14-2006 02:54 PM
I/O error (5)
During compilation of a .c file I get a
"Error 5: "a.c", line 8 # Unable to open file /home/abhijith/b.h; I/O error (5)."
even though I have the appropriate include path in the compilation line. What does the "I/O error (5)" telling me?? How can I resolve the issue??
Thanks,
Abhijith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 03:16 PM
11-14-2006 03:16 PM
Re: I/O error (5)
(numeric), and "I/O error" (text).
Apparently, the compiler can't read that
header file. What happens if you:
cat /home/abhijith/b.h
The cause could be bad hardware (disk) or
file system corruption, or any number of
other things.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 03:36 PM
11-14-2006 03:36 PM
Re: I/O error (5)
. Below is the permissions for the file.
-r--r--r-- 1 vobadm lang 21596 Feb 10 2003 /home/abhijith/b.h
. Might it help if I mention that the header file is versioned under clearcase.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 03:36 PM
11-14-2006 03:36 PM
Re: I/O error (5)
. Below is the permissions for the file.
-r--r--r-- 1 vobadm lang 21596 Feb 10 2003 /home/abhijith/b.h
. Might it help if I mention that the header file is versioned under clearcase.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 04:09 PM
11-14-2006 04:09 PM
Re: I/O error (5)
to deal with the file as well as anyone else
could.
> Might it help if I mention that the header
> file is versioned under clearcase.
I haven't used ClearCase for a while, and
that wouldn't tell me why _you_ can read a
file but the compiler couldn't, but you might
be seeing some kind of ClearCase (or NFS)
problem, too.
There might be something useful in an error
log on the ClearCase server. No bets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 04:13 PM
11-14-2006 04:13 PM
Re: I/O error (5)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 05:06 PM
11-14-2006 05:06 PM