Operating System - HP-UX
1834935 Members
2328 Online
110071 Solutions
New Discussion

Imagemagick and ghostscript HP-UX 11.11

 
SOLVED
Go to solution
Luka Kodrič
Advisor

Imagemagick and ghostscript HP-UX 11.11

Hello

I have installed Imagemagick and ghostscript from
Porting And Archive Centre For HP-UX.

But no program works as it should.

Imagemagick:
$ import
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libtiff.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
$

Ghostscript:
$ gs file123.ps
GNU Ghostscript 8.56 (2007-05-08)
Copyright (C) 2007 artofcode LLC, Benicia, CA. All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
GS>exit
Error: /invalidexit in --execute--
Operand stack:

Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-
- 2 %stopped_push --nostringval-- --nostringval-- %loop_continue 168
9 2 3 %oparray_pop --nostringval-- --nostringval-- false 1 %stop
ped_push .runexec2 --nostringval-- --nostringval-- --nostringval-- 2
%stopped_push --nostringval--
Dictionary stack:
--dict:1078/1123(ro)(G)-- --dict:0/20(G)-- --dict:69/200(L)--
Current allocation mode is local
Current file position is 5
XIO: fatal IO error 232 (Connection reset by peer) on X server "saturn:0.0"
after 33 requests (32 known processed) with 0 events remaining.
$

i've installed this depots:

ImageMagick-6.2.4-hppa-11.11.depot ghostscript-8.56.0-hppa-11.11.depot libtool-1.5.22-hppa-11.11.depot
Xaw3d-1.5-hppa-11.11.depot gv-3.5.8-hppa-11.11.depot libwmf-0.2.8.4-hppa-11.11.depot
bison-2.3-hppa-11.11.depot jbigkit-1.6-hppa-11.11.depot libxml2-2.6.27-hppa-11.11.depot
bzip2-1.0.4-hppa-11.11.depot jpeg-6b-hppa-11.11.depot m4-1.4.9-hppa-11.11.depot
expat-2.0.1-hppa-11.11.depot lcms-1.16-hppa-11.11.depot make-3.81-hppa-11.11.depot
flex-2.5.33-hppa-11.11.depot libgcc-4.1.2-hppa-11.11.depot tiff-3.8.2-hppa-11.11.depot
freetype-2.3.5-hppa-11.11.depot libiconv-1.11-hppa-11.11.depot zlib-1.2.3-hppa-11.11.depot
gettext-0.16.1-hppa-11.11.depot libpng-1.2.18-hppa-11.11.depot




4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: Imagemagick and ghostscript HP-UX 11.11

Hi Luka,

Check your env settings LD_LIBRARY_PATH, SHLIB_PATH and DISPLAY, I think /usr/local/lib is missing and your display is not set correctly.

XIO: fatal IO error 232 (Connection reset by peer) on X server "saturn:0.0"

Hope this helps,
Robert-Jan
Luka Kodrič
Advisor

Re: Imagemagick and ghostscript HP-UX 11.11

Okay how do i set my display? i didn't change anything on the system. All other apps work fine don't know why GS has problem with display settings
Steven E. Protter
Exalted Contributor

Re: Imagemagick and ghostscript HP-UX 11.11

Shalom,

Could be a firewall is blocking port 7000 on the DISPLAY thing.

You may wish to try connecting from a linux box using ssh -X hostname command

This syntax uses port 22 and gets me around a lot of DISPLAY issues.

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
Luka Kodric
Advisor
Solution

Re: Imagemagick and ghostscript HP-UX 11.11

I'm not connected remote to this machine. This is my workstation.