- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: libcomp.sl not found
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
07-29-2002 12:34 PM
07-29-2002 12:34 PM
I am running HPUX 11.0, a piece of software that I use stopped working, as per their Tech Support I was told to do a reinstall, when I did so, I received a message that the libcomp.sl file was not found. From what their tech support told me, this file was necessary to install the software in the first place, so I am assuming at one point it was present. Any ideas on how to recreate this file, do I need a patch?
Any help would be greatly appreciated.
Thanks in advance,
Jon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 12:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 12:48 PM
07-29-2002 12:48 PM
Re: libcomp.sl not found
http://support1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_25249&context=hpux:800:11:00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 12:49 PM
07-29-2002 12:49 PM
Re: libcomp.sl not found
http://support1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_25249&context=hpux:700:11:00
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 05:38 AM
07-30-2002 05:38 AM
Re: libcomp.sl not found
NOTE: The fileset "PHSS_25249.LANG-UX,r=1.0" is a "sparse" or "patch" fileset which may only be installed upon a previously installed base fileset. The specification for the required base fileset is "Auxiliary-Opt.LANG-AUX,fr=B.11.00,v=HP". Since there is no fileset on the target or selected from the source which matches this specification, fileset "PHSS_25249.LANG-AUX,r=1.0" will be excluded.
Here is what I do not understand, when I installed the software, a program called DoubleVision originally, according to Tech Support at that company, I would have needed this libcomp.sl file, yet from what I can tell, there is no way that the file was present. Any ideas on what the next step should be?
Thanks again
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 06:12 AM
07-30-2002 06:12 AM
Re: libcomp.sl not found
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 06:16 AM
07-30-2002 06:16 AM
Re: libcomp.sl not found
Thanks
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 07:24 AM
07-30-2002 07:24 AM
Re: libcomp.sl not found
/opt/langtools/lib/libcomp.sl
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 07:26 AM
07-30-2002 07:26 AM
Re: libcomp.sl not found
Any chance you could upload it for me? I have looked on each of the systems and the file was not anywhere to be found.
Thanks
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 08:21 AM
07-30-2002 08:21 AM
Re: libcomp.sl not found
C-ANSI-C B.11.00
aC++ Compiler
or not. If not then the installation will failed. I think you may want to re-visit your software vendor and find out if it needs the above compiler for it to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 10:36 AM
07-30-2002 10:36 AM
Re: libcomp.sl not found
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 10:37 AM
07-30-2002 10:37 AM
Re: libcomp.sl not found
:-(
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 10:39 AM
07-30-2002 10:39 AM
Re: libcomp.sl not found
Any chance you could email it to me?
jyourman@nsacom.com
Thanks again for all your effort.
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 10:44 AM
07-30-2002 10:44 AM
Re: libcomp.sl not found
# gzip -d < libcomp.tgz | tar xvf -
or if you have GNU tar (when you don't, get it from https://www.beepz.com/personal/merijn):
# Gtar -xvzf libcomp.tgz
HTH