HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX Bundles and Patches
Operating System - HP-UX
1834809
Members
2859
Online
110070
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
Forums
Discussions
Discussions
Discussions
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
11-01-2001 11:30 PM
11-01-2001 11:30 PM
HP-UX Bundles and Patches
I have an application in java which makes use of C++ calls (JNI). It runs fine in the dev environment but not in the test environment and fails with the error unsatisfied link error for the required shared library.
The bundles and the patches in between the machines related to C and C++ do not match each other. Of course, they mathc each other related to java environment. I am trying to sync up the bundles and patches in between the machines for the C and C++ env. But will this solve my problem? Anybody who have already faced this scenario and rectified. please help.
But above this i also doubt about the dependancy of the code with respect to cfront and C++ compiler as well.
The bundles and the patches in between the machines related to C and C++ do not match each other. Of course, they mathc each other related to java environment. I am trying to sync up the bundles and patches in between the machines for the C and C++ env. But will this solve my problem? Anybody who have already faced this scenario and rectified. please help.
But above this i also doubt about the dependancy of the code with respect to cfront and C++ compiler as well.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 04:32 AM
11-02-2001 04:32 AM
Re: HP-UX Bundles and Patches
Hi Siva,
I have'nt faced a problem like this but i can give some inputs relatd to Operating system patches for HP-UX. Mostly these problems arise because of latest patches not being loaded in the system. HP relases patch bundles for all UX versions every three months. Individual patches are also available in the www.itresourcecenter.com web site. It is avery nice and good idea to keep the server with the latest patch bundles. Once i faced a hardware patch problem causing the C compiler to throw errors. I am not able to find out the relation between them but once patched that hardware problem C compiler started functioning well.
One more place you can check for a solution to your developers portion of www.hp.com which gives lot of inputs on development tools like compilers, assemblers etc..
Also the http://docs.hp.com site is also of good use if you browse by topic, there are lot of manuals for compilers and similar development areas.
Hope you find some fix for your problem and best of luck
Ramesh
I have'nt faced a problem like this but i can give some inputs relatd to Operating system patches for HP-UX. Mostly these problems arise because of latest patches not being loaded in the system. HP relases patch bundles for all UX versions every three months. Individual patches are also available in the www.itresourcecenter.com web site. It is avery nice and good idea to keep the server with the latest patch bundles. Once i faced a hardware patch problem causing the C compiler to throw errors. I am not able to find out the relation between them but once patched that hardware problem C compiler started functioning well.
One more place you can check for a solution to your developers portion of www.hp.com which gives lot of inputs on development tools like compilers, assemblers etc..
Also the http://docs.hp.com site is also of good use if you browse by topic, there are lot of manuals for compilers and similar development areas.
Hope you find some fix for your problem and best of luck
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:16 AM
11-26-2001 08:16 AM
Re: HP-UX Bundles and Patches
Hi,
I am facing a typical problem with JNI code on HP UX 10.20 First of all I installed RW with shared library options. And then I compile the native code using the following syntax -
aCC -v +time -DRW_NO_BOOL +DAportable -I/opt/java/include/ -I/opt/java/include/hp-ux/ -c +z HelloWorldImp.c -b -o libhello.sl
Now when I invoke the java program it bombs - saying cannot find class hello...
But if I had to do
aCC -v +time -DRW_NO_BOOL +DAportable -I/opt/java/include/ -I/opt/java/include/hp-ux/ -c +z HelloWorldImp.c and then link on my own using ld -b -o libhello.sl HelloWorldImpl.sl , then it works fine. I would like to know why is this happening. Am I to set some environment variable ? Please help
I am facing a typical problem with JNI code on HP UX 10.20 First of all I installed RW with shared library options. And then I compile the native code using the following syntax -
aCC -v +time -DRW_NO_BOOL +DAportable -I/opt/java/include/ -I/opt/java/include/hp-ux/ -c +z HelloWorldImp.c -b -o libhello.sl
Now when I invoke the java program it bombs - saying cannot find class hello...
But if I had to do
aCC -v +time -DRW_NO_BOOL +DAportable -I/opt/java/include/ -I/opt/java/include/hp-ux/ -c +z HelloWorldImp.c and then link on my own using ld -b -o libhello.sl HelloWorldImpl.sl , then it works fine. I would like to know why is this happening. Am I to set some environment variable ? Please help
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP