Operating System - HP-UX
1826056 Members
4085 Online
109690 Solutions
New Discussion

Installing ghostscript 8.62 with all its dependencies.

 
SOLVED
Go to solution
Dennis Handly
Acclaimed Contributor

Re: Installing ghostscript 8.62 with all its dependencies.

Well, it has /usr/local/lib/hpux32/libjpeg.so.

You should see if it has that symbol:
elfdump -t /usr/local/lib/hpux32/libjpeg.so | grep jpeg_resync_to_restart

>The only difference is that working gs was installed from source

That's another solution, use the working one.
Barakati
Frequent Advisor

Re: Installing ghostscript 8.62 with all its dependencies.

Hi,

$ elfdump -t /usr/local/lib/hpux32/libjpeg.so | grep jpeg_resync_to_restart
100 FUNC GLOB 0 0x10 0x04050c00 1136 jpeg_resync_to_restart

If you could kindly go through our previous posts i discuss that i could not install source so you suggested me to install binary.
This is the result after installing binary.

Kindly help me.
Dennis Handly
Acclaimed Contributor

Re: Installing ghostscript 8.62 with all its dependencies.

>100 FUNC GLOB 0 0x10 0x04050c00 1136 jpeg_resync_to_restart

You typically should have two lines here. Which means the entry point is hidden. I'll have to look closer tomorrow.

>I discuss that I could not install source

You didn't say you had a source working on another system. So, simply copy over gs to gs.new on this new system and see if that works.
Barakati
Frequent Advisor

Re: Installing ghostscript 8.62 with all its dependencies.

Hi,

>You didn't say you had a source working on another system. So, simply copy over gs to gs.new on this new system and see if that works.

Do you mean to copy complete ghostscript folder or to copy only gs file?

I appreciate your kind help.
Dennis Handly
Acclaimed Contributor

Re: Installing ghostscript 8.62 with all its dependencies.

>... or copy only gs file?

Copy that one file for now. If they are the same versions, that should be all.
Barakati
Frequent Advisor

Re: Installing ghostscript 8.62 with all its dependencies.

Thanks again Mr. Dennis.
I just copied gs and it is working fine.

Thanks again.
Barakati
Frequent Advisor

Re: Installing ghostscript 8.62 with all its dependencies.

Mr. Dennis is the roaring lion on this Forum.
Dennis Handly
Acclaimed Contributor

Re: Installing ghostscript 8.62 with all its dependencies.

Just to see what problems would occur, I downloaded the 11.31 versions of these depots:
expat-2.0.1-ia64-11.31.depot.gz
fontconfig-2.6.0-ia64-11.31.depot.gz
freetype-2.3.8-ia64-11.31.depot.gz
gettext-0.17-ia64-11.31.depot.gz
ghostscript-8.62.0-ia64-11.31.depot.gz
jpeg-6b-ia64-11.31.depot.gz
libiconv-1.12-ia64-11.31.depot.gz
libpng-1.2.34-ia64-11.31.depot.gz
zlib-1.2.3-ia64-11.31.depot.gz

I swcopied them all into a big depot and installed that to an alternate root. I had no problems running that gs.

Using the proper elfdump command shows that entry:
elfdump -n .dynsym -s /usr/local/lib/hpux32/libjpeg.so |
grep jpeg_resync_to_restart
100 FUNC GLOB 0 0x10 0x04050c00 1136 jpeg_resync_to_restart