1855602 Members
2997 Online
104112 Solutions
New Discussion

Adobe Reader for HP-UNIX

 
SOLVED
Go to solution
Mousa55
Super Advisor

Adobe Reader for HP-UNIX

Hi
i want to install Adobe Reader for HP-UNIX
from where i can find this software and where i can installed under any directory.
Note: my server is rp8420 and O.S 11i
thanks
12 REPLIES 12
Dennis Handly
Acclaimed Contributor

Re: Adobe Reader for HP-UNIX

I was going to suggest going to adobe.com and search. But when I pushed the button, it knew exactly what OS I wanted!
http://www.adobe.com/products/acrobat/readstep2_servefile.html?option=full&order=1&type=rs2_main&language=English&platform=HP-UX&hasjavascript=1&dlm=
VK2COT
Honored Contributor
Solution

Re: Adobe Reader for HP-UNIX

Hello,

If you specifically want an Adobe's version of
PDF reader, than Dennis already gave you a good answer.

On the other hand, if you want to use a
portable Unix version, xpdf is a good
option:

http://hpux.cs.utah.edu/hppd/hpux/X11/Misc/xpdf-3.02/

Cheers,

VK2COT

VK2COT - Dusan Baljevic
Mousa55
Super Advisor

Re: Adobe Reader for HP-UNIX

Hi
i am installed the xpdf (xpdf-3.02-hppa-11.11.depot) Successfully without any error
But did not work, after execute the xpdf command appeared to me this message
# xpdf file.pdf
/usr/bin/ksh: xpdf: cannot execute
how to solve this problem?
thanks
Dennis Handly
Acclaimed Contributor

Re: Adobe Reader for HP-UNIX

# xpdf file.pdf
/usr/bin/ksh: xpdf: cannot execute
>how to solve this problem?

What does "whence xpdf" show? Is it executable?
Have you tried the absolute path?
What does file(1) show for your executable?
Mousa55
Super Advisor

Re: Adobe Reader for HP-UNIX

Hi
by absolute path and another the same problem
i am installed xpdf on /usr/bin
and the man page of it opining without any problem.
why cannot execute ?

thanks
Dennis Handly
Acclaimed Contributor

Re: Adobe Reader for HP-UNIX

>by absolute path and another the same problem

Again, what does "file /usr/bin/xpdf" and "ll /usr/bin/xpdf" show?
Mousa55
Super Advisor

Re: Adobe Reader for HP-UNIX

Hi
# ll /usr/bin/xpdf
total 0
drwxr-xr-x 2 root sys 96 Feb 4 13:45 pfiles
drwxr-xr-x 2 root sys 96 Feb 4 13:45 xpdf-MAN

thanks
Dennis Handly
Acclaimed Contributor

Re: Adobe Reader for HP-UNIX

# ll /usr/bin/xpdf
drwxr-xr-x 2 root sys 96 Feb 4 13:45 pfiles
drwxr-xr-x 2 root sys 96 Feb 4 13:45 xpdf-MAN

It appears you moved a SD directory depot? into /usr/bin/. You need to move it somewhere else and find the real xpdf executable.

How did you install it?
$ gunzip xpdf-3.02-ia64-11.31.depot.gz
# swinstall -s $PWD/xpdf-3.02-ia64-11.31.depot \*

Of course you must install the 11 runtime dependencies.
Steven E. Protter
Exalted Contributor

Re: Adobe Reader for HP-UNIX

Shalom,

First run on some pdf users shows a license agreement, certainly for the adobe one. Your first run needs to be in a proper X windows session.


There is 5.0.8 for PA-RISC HP-UX floating around out there, if not on the Adobe web site itself.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Torsten.
Acclaimed Contributor

Re: Adobe Reader for HP-UNIX

Like Dennis said, there is something wrong here:

# ll /usr/bin/xpdf
total 0
drwxr-xr-x 2 root sys 96 Feb 4 13:45 pfiles
drwxr-xr-x 2 root sys 96 Feb 4 13:45 xpdf-MAN

I guess you did not swinstall the depot, but maybe untar the depot file?

The depot contains these files in /usr/local/bin

pdffonts
pdfimages
pdfinfo
pdftoppm
pdftops
pdftotext
xpdf


You need to install all the Run-time dependencies too:

expat fontconfig freetype gettext lesstif libXft libXrender libiconv t1lib xpm zlib





Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Mousa55
Super Advisor

Re: Adobe Reader for HP-UNIX

Hi
The problem is still, and i am installed all Run-time dependencies of the xpdf.
but there some dependencies did not installed correctlly you can see logs for this dependencies.

thanks
Dennis Handly
Acclaimed Contributor

Re: Adobe Reader for HP-UNIX

>but there some dependencies did not installed correctly you can see logs for this dependencies.

You have a Boss Tweed ring. :-)
You have circular dependencies. When this occurs, you must copy all of the depots into one big one, then you can install them all at once.
lesstif > zlib
t1lib > zlib
libXft <> zlib
xpdf > t1lib

See the following link about how to use swcopy(1) to combine depots:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=115484
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1038604