- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Imagemagick and ghostscript HP-UX 11.11
Categories
Company
Local Language
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
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
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
07-17-2007 12:16 AM
07-17-2007 12:16 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2007 12:45 AM
07-17-2007 12:45 AM
Re: Imagemagick and ghostscript HP-UX 11.11
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2007 03:53 AM
07-17-2007 03:53 AM
Re: Imagemagick and ghostscript HP-UX 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2007 04:11 AM
07-17-2007 04:11 AM
Re: Imagemagick and ghostscript HP-UX 11.11
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
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
07-17-2007 05:35 AM