- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11.11 and Adobe reader 7.0.8
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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-27-2006 02:47 AM
11-27-2006 02:47 AM
HP-UX 11.11 and Adobe reader 7.0.8
We have bundle "GTK 2.6.8.00.00 GTK+ 2.6 The Gnome GUI Runtime Toolkit" and the other libraries installed. Firefox 1.5.0.1 and Thunderbird 1.5 are running.
Executing the script:
/opt/Adobe/Acrobat7.0/bin/acroread
opens a window showing the Adobe icon and on the bottom information about loading and registering.
But the reader doesn't show up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 07:51 AM
11-27-2006 07:51 AM
Re: HP-UX 11.11 and Adobe reader 7.0.8
After exporting our DISPLAY and trying to get the reader to launch it seemed like it never would come up.
For us the guy working on it gave up and came back to it later and noticed it took a while for the reader to finally pull up. After the first time it seems to show up much faster.
How long have you waited? I think he waited 5-10 minutes before it popped up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 08:43 AM
11-27-2006 08:43 AM
Re: HP-UX 11.11 and Adobe reader 7.0.8
Few things:
1) Last stable version I knew of was 5.0.8
2) When I installed it I had to in X run the program and accept the licnese agreement. Then it worked.
Only an HP-UX version will work on HP-UX.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 07:19 PM
11-27-2006 07:19 PM
Re: HP-UX 11.11 and Adobe reader 7.0.8
HP-UX
* PA-8800 Processor
* HP-UX 11, 11i v1, 11i v2. HP-UX 11 users - GTK+ libraries 2.6.8 [required]
* Desktop Environment: CDE
* 512 MB of RAM (1024 MB recommended)
* Up to 330 MB of available hard-disk space
* Firefox 1.0 or higher; Mozilla 1.73 or higher
We have PA-8500 and HP-UX 11.11
I know that for the first time it takes a while to show up, so I checked the status using "top" there the command "acroread" disappears after about 30s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 11:10 PM
11-27-2006 11:10 PM
Re: HP-UX 11.11 and Adobe reader 7.0.8
do a "ps -ef|grep acroread"
if the acroread process does not show up then it must has crashed somewhere!
search for the core file and verify if it is related to the acroread program by doing:
file core
let us know.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 03:15 AM
11-28-2006 03:15 AM
Re: HP-UX 11.11 and Adobe reader 7.0.8
/opt/Adobe/Acrobat7.0/bin/acroread which is a ksh script after changing the first line to #!/bin/ksh -x
the last 2 lines are:
+ [ -f /opt/Adobe/Acrobat7.0/Reader/hppahpux/bin/acroread ]
+ exec /opt/Adobe/Acrobat7.0/Reader/hppahpux/bin/acroread
After some seconds the prompt is shown.
Executing: /opt/Adobe/Acrobat7.0/Reader/hppahpux/bin/acroread
shows the message:
/opt/Adobe/Acrobat7.0/Reader/hppahpux/bin/acroread must be executed from the startup script.
Exit 1
There is no core file.
I guess my setup isn't ok for the program acroread.
But what is the program missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 03:51 AM
11-28-2006 03:51 AM
Re: HP-UX 11.11 and Adobe reader 7.0.8
The one you are supposed to launch with is:
/opt/Adobe/Acrobat7.0/bin/acroread
Not:
servera:root /opt/Adobe/Acrobat7.0/Reader/hppahpux/bin # ./acroread
./acroread must be executed from the startup script.
The top one eventually does run the bottom one.
If I launch acroreader with sh -x I see my last line going to that one.
+ exec /opt/Adobe/Acrobat7.0/Reader/hppahpux/bin/acroread
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 05:10 AM
11-28-2006 05:10 AM
Re: HP-UX 11.11 and Adobe reader 7.0.8
I changed our CDE action setup for "Adobe Reader 5.0.8" to "Adobe Reader 7.0.8". After I realized that there is no action I started from terminal window the given startup script: /opt/Adobe/Acrobat7.0/bin/acroread
This script ends and the reader doesn't show up so I analyzed the script which ends with the command:
exec /opt/Adobe/Acrobat7.0/Reader/hppahpux/bin/acroread
Theo