- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What is /usr/libexec
Operating System - HP-UX
1821983
Members
3221
Online
109638
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО04-20-2006 07:29 AM
тАО04-20-2006 07:29 AM
What is /usr/libexec? On my 10.20 system it's
-r-xr-xr-x 1 bin bin 110972 Mar 23 10:54 libexec
I need to move it because my gcc installation needs to create a directory called /usr/libexec. I'm just not sure what it is.
Thanks for the information.
-r-xr-xr-x 1 bin bin 110972 Mar 23 10:54 libexec
I need to move it because my gcc installation needs to create a directory called /usr/libexec. I'm just not sure what it is.
Thanks for the information.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2006 03:50 PM
тАО04-20-2006 03:50 PM
Re: What is /usr/libexec
See this Link This will help u
http://lists.debian.org/debian-devel/2005/05/msg00401.html
Awadhesh
http://lists.debian.org/debian-devel/2005/05/msg00401.html
Awadhesh
It's kind of fun to do the impossible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2006 08:41 PM
тАО04-20-2006 08:41 PM
Solution
Note that in this case /usr/libexec is not a directory but a *file*!
It is definitely not a standard part of the HP-UX operating system, that's for sure.
Probably someone has tried to copy/install something to /usr/libexec, by using a command like "cp somefile /usr/libexec".
Because /usr/libexec did not exist at that point, cp changed the name of the copied file to "libexec". If several files were copied in this way, the newer file overwrote the old one each time.
Actually, the culprit might even be the gcc installation script, if it isn't smart enough to check whether /usr/libexec exists before installing files there.
If you're interested, the commands "file libexec", "ldd libexec" and "strings libexec" may give some clues about the file. But because the original name of the file is now lost, it is probably useless: things in /usr/libexec are supposed to be used by other programs, and if the name is not absolutely correct the programs won't find the file.
It is definitely not a standard part of the HP-UX operating system, that's for sure.
Probably someone has tried to copy/install something to /usr/libexec, by using a command like "cp somefile /usr/libexec".
Because /usr/libexec did not exist at that point, cp changed the name of the copied file to "libexec". If several files were copied in this way, the newer file overwrote the old one each time.
Actually, the culprit might even be the gcc installation script, if it isn't smart enough to check whether /usr/libexec exists before installing files there.
If you're interested, the commands "file libexec", "ldd libexec" and "strings libexec" may give some clues about the file. But because the original name of the file is now lost, it is probably useless: things in /usr/libexec are supposed to be used by other programs, and if the name is not absolutely correct the programs won't find the file.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2006 10:43 PM
тАО04-20-2006 10:43 PM
Re: What is /usr/libexec
Hi,
Matti's reply seems to be logical in what would have happened. For what to do, I suggest, move the current /usr/libexec file somewhere safe and go ahead with installing gcc. You can always revert back the changes if required.
Regards,
Senthil Kumar .A
Matti's reply seems to be logical in what would have happened. For what to do, I suggest, move the current /usr/libexec file somewhere safe and go ahead with installing gcc. You can always revert back the changes if required.
Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP