<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Installing ghostscript 8.62 with all its dependencies. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151190#M454792</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Any reason you are building ghostscript instead of just downloading the binary and the dependencies?&lt;BR /&gt;&lt;BR /&gt;Actually i wanted to install binaries but i could not find one for hp-ux 11v3. Could kindly forward me any link where i can download so.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The ghostscript URL above says you need:&lt;BR /&gt;expat fontconfig freetype gettext jpeg libiconv libpng zlib.&lt;BR /&gt;&lt;BR /&gt;I have installed everything mention on ghostscriptURL. but gettext was already there on my machine.( same as old server where i have installed ghostscript successfully)&lt;BR /&gt;&lt;BR /&gt;Any suggestions are really appreciated I need to fix this.</description>
    <pubDate>Wed, 28 Jan 2009 05:13:16 GMT</pubDate>
    <dc:creator>Barakati</dc:creator>
    <dc:date>2009-01-28T05:13:16Z</dc:date>
    <item>
      <title>Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151155#M454757</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I try to install ghostscript on HP-UX 11.31.&lt;BR /&gt;from &lt;A href="http://hpux.connect.org.uk/hppd/hpux/PostScript/ghostscript-8.62.0/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/PostScript/ghostscript-8.62.0/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I started with its first depency package expat.&lt;BR /&gt;I get the following error.&lt;BR /&gt;I was able to run ./configure without any error. but when i run make i get following error.&lt;BR /&gt;#make&lt;BR /&gt;        /bin/sh ./libtool --silent --mode=link cc -I./lib -I. -g  -DHAVE_EXPAT_C&lt;BR /&gt;ONFIG_H  -o xmlwf/xmlwf xmlwf/xmlwf.o xmlwf/xmlfile.o xmlwf/codepage.o xmlwf/rea&lt;BR /&gt;dfilemap.o libexpat.la&lt;BR /&gt;(Bundled) cc: warning 922: "-g" is unsupported in the bundled compiler, ignored.&lt;BR /&gt;ld: Unknown input file type: "./.libs/libexpat.so"&lt;BR /&gt;Fatal error.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;libexpat.so shows:&lt;BR /&gt;#file libexpat.so&lt;BR /&gt;libexpat.so:    ELF-32 executable object file - IA64&lt;BR /&gt;&lt;BR /&gt;Kindly help me for this issue.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Jan 2009 05:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151155#M454757</guid>
      <dc:creator>Barakati</dc:creator>
      <dc:date>2009-01-18T05:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151156#M454758</link>
      <description>&lt;!--!*#--&gt;&amp;gt; (Bundled) cc: [...]&lt;BR /&gt;&lt;BR /&gt;If you're doing anything which requires a&lt;BR /&gt;C compiler, and if you don't have (or wish to&lt;BR /&gt;buy) the HP compiler product, then your first&lt;BR /&gt;step should probably be installing GCC.  On&lt;BR /&gt;IA64, the bundled C compiler is insufficient&lt;BR /&gt;for many purposes.  (On PA-RISC, it's&lt;BR /&gt;insufficient for _most_ purposes.)</description>
      <pubDate>Sun, 18 Jan 2009 05:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151156#M454758</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-18T05:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151157#M454759</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am installing ghostscript just to convert postscript to epson printer format.&lt;BR /&gt;&lt;BR /&gt;however, i installed gcc.&lt;BR /&gt;&lt;BR /&gt;prod# /usr/local/bin/gcc -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: ia64-hp-hpux11.31&lt;BR /&gt;Configured with: ../gcc/configure&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 4.2.3&lt;BR /&gt;&lt;BR /&gt;but i did not put the gcc in PATH.&lt;BR /&gt;hence cc was used during ./configure.&lt;BR /&gt;&lt;BR /&gt;but when i put gcc in PATH.&lt;BR /&gt;I get following error during ./configure&lt;BR /&gt;&lt;BR /&gt;prod# ./configure&lt;BR /&gt;checking build system type... ia64-hp-hpux11.31&lt;BR /&gt;checking host system type... ia64-hp-hpux11.31&lt;BR /&gt;checking for gcc... gcc&lt;BR /&gt;checking for C compiler default output file name... configure: error: C compiler&lt;BR /&gt; cannot create executables&lt;BR /&gt;See `config.log' for more details.&lt;BR /&gt;&lt;BR /&gt;config.log:&lt;BR /&gt;...&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;configure:2495: checking for C compiler default output file name&lt;BR /&gt;configure:2498: gcc    conftest.c  &amp;gt;&amp;amp;5&lt;BR /&gt;/usr/lib/hpux32/dld.so: Unable to find library '/usr/local/lib/hpux32/libintl.so&lt;BR /&gt;'.&lt;BR /&gt;gcc: Internal error: Killed (program as)&lt;BR /&gt;Please submit a full bug report.&lt;BR /&gt;See &lt;&gt; for instructions.&lt;BR /&gt;configure:2501: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;&lt;BR /&gt;## ----------- ##&lt;BR /&gt;## confdefs.h. ##&lt;BR /&gt;## ----------- ##&lt;BR /&gt;&lt;BR /&gt;#define PACKAGE_BUGREPORT "expat-bugs@li&lt;BR /&gt;#define PACKAGE_NAME "expat"&lt;BR /&gt;#define PACKAGE_STRING "expat 2.0.1"&lt;BR /&gt;#define PACKAGE_TARNAME "expat"&lt;BR /&gt;#define PACKAGE_VERSION "2.0.1"&lt;BR /&gt;&lt;BR /&gt;configure: exit 77&lt;BR /&gt;&lt;BR /&gt;Kindly suggest me a solution.&lt;/&gt;</description>
      <pubDate>Sun, 18 Jan 2009 06:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151157#M454759</guid>
      <dc:creator>Barakati</dc:creator>
      <dc:date>2009-01-18T06:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151158#M454760</link>
      <description>&amp;gt;(Bundled) cc: warning 922: "-g" is unsupported in the bundled compiler&lt;BR /&gt;&amp;gt;libexpat.so: ELF-32 executable object file - IA64&lt;BR /&gt;&lt;BR /&gt;The bundled C compiler doesn't support -b.  You created an executable rather than a shlib.  You could of course just use ld -b to link.</description>
      <pubDate>Sun, 18 Jan 2009 06:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151158#M454760</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-18T06:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151159#M454761</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I was able to run ./configure successfully with gcc. what i did was mv all lib needed to hpux32 folder /usr/local/hpux32.&lt;BR /&gt;But i found there a file hpux32 object file.&lt;BR /&gt;so i renamed this file and created a folder hpux32 and put all the libraries here.&lt;BR /&gt;&lt;BR /&gt;Then i run make.&lt;BR /&gt;#make&lt;BR /&gt;        /bin/sh ./libtool --silent --mode=link gcc -I./lib -I. -g -O2 -Wall -Wmi&lt;BR /&gt;ssing-prototypes -Wstrict-prototypes -fexceptions  -DHAVE_EXPAT_CONFIG_H  -o xml&lt;BR /&gt;wf/xmlwf xmlwf/xmlwf.o xmlwf/xmlfile.o xmlwf/codepage.o xmlwf/readfilemap.o libe&lt;BR /&gt;xpat.la&lt;BR /&gt;ld: Unknown input file type: "./.libs/libexpat.so"&lt;BR /&gt;Fatal error.&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;kindly help me.</description>
      <pubDate>Sun, 18 Jan 2009 07:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151159#M454761</guid>
      <dc:creator>Barakati</dc:creator>
      <dc:date>2009-01-18T07:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151160#M454762</link>
      <description>&amp;gt;ld: Unknown input file type: .libs/libexpat.so&lt;BR /&gt;&lt;BR /&gt;Remove this file, was it bad from the first time?</description>
      <pubDate>Sun, 18 Jan 2009 07:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151160#M454762</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-18T07:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151161#M454763</link>
      <description>Hi Handy,&lt;BR /&gt;&lt;BR /&gt;I am a oracle dba and new to this kind of installation.&lt;BR /&gt;Could you kindly show me exactly how can i do what you said in steps.</description>
      <pubDate>Sun, 18 Jan 2009 08:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151161#M454763</guid>
      <dc:creator>Barakati</dc:creator>
      <dc:date>2009-01-18T08:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151162#M454764</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My question was regarding reling with ld -b.&lt;BR /&gt;However i test removing ./.libs/libexpat.so.&lt;BR /&gt;&lt;BR /&gt;This time:&lt;BR /&gt;dev2# make&lt;BR /&gt;        /bin/sh ./libtool --silent --mode=link gcc -I./lib -I. -g -O2 -Wall -Wmi&lt;BR /&gt;ssing-prototypes -Wstrict-prototypes -fexceptions  -DHAVE_EXPAT_CONFIG_H  -o xml&lt;BR /&gt;wf/xmlwf xmlwf/xmlwf.o xmlwf/xmlfile.o xmlwf/codepage.o xmlwf/readfilemap.o libe&lt;BR /&gt;xpat.la&lt;BR /&gt;gcc: ./.libs/libexpat.so: No such file or directory&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then I saw there are other versions of this file in the same directory i tried them as well but same.&lt;BR /&gt;&lt;BR /&gt;dev2# ls&lt;BR /&gt;libexpat.a       libexpat.lai     libexpat.so.6.2&lt;BR /&gt;libexpat.la      libexpat.so.6    libexpat.so.org&lt;BR /&gt;dev2# cp libexpat.so.6 libexpat.so&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;dev2# make&lt;BR /&gt;        /bin/sh ./libtool --silent --mode=link gcc -I./lib -I. -g -O2 -Wall -Wmi&lt;BR /&gt;ssing-prototypes -Wstrict-prototypes -fexceptions  -DHAVE_EXPAT_CONFIG_H  -o xml&lt;BR /&gt;wf/xmlwf xmlwf/xmlwf.o xmlwf/xmlfile.o xmlwf/codepage.o xmlwf/readfilemap.o libe&lt;BR /&gt;xpat.la&lt;BR /&gt;ld: Unknown input file type: "./.libs/libexpat.so"&lt;BR /&gt;Fatal error.&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Do you suggest me to re-extract it form the source? Kindly suggest me.</description>
      <pubDate>Sun, 18 Jan 2009 08:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151162#M454764</guid>
      <dc:creator>Barakati</dc:creator>
      <dc:date>2009-01-18T08:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151163#M454765</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks you all.&lt;BR /&gt;&lt;BR /&gt;I re-extracted expat and then ./configure and make went fine.&lt;BR /&gt;&lt;BR /&gt;Now i will try to do the same for all dependencies for ghostscript and let you all know.&lt;BR /&gt;&lt;BR /&gt;Thanks for your efforts.</description>
      <pubDate>Sun, 18 Jan 2009 08:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151163#M454765</guid>
      <dc:creator>Barakati</dc:creator>
      <dc:date>2009-01-18T08:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151164#M454766</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I successfully install all dependencies for ghostscript 8.62.&lt;BR /&gt;&lt;BR /&gt;-expat-2.0.1.tar1&lt;BR /&gt;-fontconfig-2.6.0-hppa-11.31.depot&lt;BR /&gt;-freetype-2.3.7-ia64-11.31.depot&lt;BR /&gt;-gcc-4.2.3-ia64-11.31.depot&lt;BR /&gt;-jpeg-6b-ia64-11.31.depot&lt;BR /&gt;-libiconv-1.12-ia64-11.31.depot&lt;BR /&gt;-libpng-1.2.34-ia64-11.31.depot&lt;BR /&gt;-zlib-1.2.3-ia64-11.31.depot&lt;BR /&gt;&lt;BR /&gt;Now I extracted the ghostscript8.62&lt;BR /&gt;now from ghostscript folder.&lt;BR /&gt;&lt;BR /&gt;dev2# ./configure&lt;BR /&gt;sh: ./configure: Execute permission denied.&lt;BR /&gt;&lt;BR /&gt;dev2# chmod 766 configure&lt;BR /&gt;dev2# ./configure&lt;BR /&gt;checking for gcc... gcc&lt;BR /&gt;checking for C compiler default output file name... a.out&lt;BR /&gt;checking whether the C compiler works... yes&lt;BR /&gt;checking whether we are cross compiling... no&lt;BR /&gt;checking for suffix of executables...&lt;BR /&gt;checking for suffix of object files... o&lt;BR /&gt;checking whether we are using the GNU C compiler... yes&lt;BR /&gt;checking whether gcc accepts -g... yes&lt;BR /&gt;.........&lt;BR /&gt;...........&lt;BR /&gt;............&lt;BR /&gt;&lt;BR /&gt;checking for local jasper configure script... no&lt;BR /&gt;checking for local jasper autogen.sh script... configure: error:&lt;BR /&gt;Unable to find jasper/src/libjasper/include/jas_config.h,&lt;BR /&gt;or generate generate such a file for this system. You will&lt;BR /&gt;have to build one by hand, or configure, build and install&lt;BR /&gt;the jasper library separately.&lt;BR /&gt;&lt;BR /&gt;You can also pass --without-jasper to configure to disable&lt;BR /&gt;JPEG 2000 PDF image support entirely.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;When i try to run like below.&lt;BR /&gt;&lt;BR /&gt;dev2# make install&lt;BR /&gt;Make: Don't know how to make install.  Stop.&lt;BR /&gt;dev2# make&lt;BR /&gt;Make: No arguments or description file.  Stop.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Jan 2009 08:34:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151164#M454766</guid>
      <dc:creator>Barakati</dc:creator>
      <dc:date>2009-01-18T08:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151165#M454767</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have fix the above issue by using.&lt;BR /&gt;&lt;BR /&gt;# ./configure --without-jasper&lt;BR /&gt;&lt;BR /&gt;---configure went successfuly--&lt;BR /&gt;&lt;BR /&gt;but make&lt;BR /&gt;&lt;BR /&gt;dev2# make install&lt;BR /&gt;Make: Must be a separator on rules line 29.  Stop.&lt;BR /&gt;&lt;BR /&gt;Could anybody help me on this.</description>
      <pubDate>Sun, 18 Jan 2009 10:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151165#M454767</guid>
      <dc:creator>Barakati</dc:creator>
      <dc:date>2009-01-18T10:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151166#M454768</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Make: Must be a separator on rules line 29. Stop.&lt;BR /&gt;&lt;BR /&gt;I know nothing, but if you're building modern&lt;BR /&gt;freeware, you may also need a "make" program&lt;BR /&gt;like the one everyone else uses, namely GNU&lt;BR /&gt;"make".&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/make/" target="_blank"&gt;http://www.gnu.org/software/make/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.81/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.81/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The "make" programs supplied with many&lt;BR /&gt;commercial UNIX operating systems are old and&lt;BR /&gt;feeble.  Many freeware developers expect a&lt;BR /&gt;"make" which has more features.&lt;BR /&gt;&lt;BR /&gt;After installing it, either get it ahead of&lt;BR /&gt;the HP-UX "make" on your path, or make a&lt;BR /&gt;link like:&lt;BR /&gt;&lt;BR /&gt;    /usr/local/gmake -&amp;gt; /usr/local/make&lt;BR /&gt;&lt;BR /&gt;(or wherever you install it)&lt;BR /&gt;&lt;BR /&gt;and then use "gmake" instead of "make" in&lt;BR /&gt;your command(s).</description>
      <pubDate>Sun, 18 Jan 2009 13:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151166#M454768</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-18T13:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151167#M454769</link>
      <description>Wait.  Let me guess.  You installed GNU&lt;BR /&gt;"make", but you did not put it in PATH.</description>
      <pubDate>Sun, 18 Jan 2009 13:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151167#M454769</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-18T13:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151168#M454770</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for the suggestion.&lt;BR /&gt;I used gmake it did run but it is giving another error after running for atleast 2 mins.&lt;BR /&gt;&lt;BR /&gt;#gmake install&lt;BR /&gt;.......&lt;BR /&gt;.......&lt;BR /&gt;.......&lt;BR /&gt;mkdir -p /usr/local/share&lt;BR /&gt;mkdir -p /usr/local/share/ghostscript&lt;BR /&gt;mkdir -p /usr/local/share/ghostscript/8.62&lt;BR /&gt;mkdir -p /usr/local/bin&lt;BR /&gt;./src/instcopy -c -m 755 ./bin/gs /usr/local/bin/gs&lt;BR /&gt;gmake: execvp: ./src/instcopy: Permission denied&lt;BR /&gt;gmake: *** [install-exec] Error 127&lt;BR /&gt;&lt;BR /&gt;Is it something which i can ignore.&lt;BR /&gt;Kindly help on this.</description>
      <pubDate>Mon, 19 Jan 2009 05:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151168#M454770</guid>
      <dc:creator>Barakati</dc:creator>
      <dc:date>2009-01-19T05:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151169#M454771</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;when i try testing gs ignoring above error.&lt;BR /&gt;&lt;BR /&gt;dev2# gs /usr/local/share/ghostscript/8.62/examples/chess.ps&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libexpat.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;[HP ARIES32]: Core file for 32 bit PA-RISC application&lt;BR /&gt;[HP ARIES32]:   /usr/local/bin/gs saved to /ghost/ghostscript-8.62/ghostscript-8&lt;BR /&gt;.62/core.gs.&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;Kindly help me on this.</description>
      <pubDate>Mon, 19 Jan 2009 05:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151169#M454771</guid>
      <dc:creator>Barakati</dc:creator>
      <dc:date>2009-01-19T05:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151170#M454772</link>
      <description>&amp;gt;gmake: execvp: ./src/instcopy: Permission denied&lt;BR /&gt;&lt;BR /&gt;Is ./src/instcopy executable?  What does "file ./src/instcopy" show?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;[HP ARIES32]: /usr/local/bin/gs saved to /ghost/ghostscript-8.62/ghostscript-8.62/core.gs.&lt;BR /&gt;&lt;BR /&gt;This indicates you have a PA executable.  That means you need a PA shlib libexpat.sl, which you must build on PA.</description>
      <pubDate>Mon, 19 Jan 2009 05:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151170#M454772</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-19T05:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151171#M454773</link>
      <description>&amp;gt; make: execvp: ./src/instcopy: Permission denied&lt;BR /&gt;&lt;BR /&gt;ls -l ./src/instcopy&lt;BR /&gt;file ./src/instcopy&lt;BR /&gt;&lt;BR /&gt;"man chmod"?</description>
      <pubDate>Mon, 19 Jan 2009 05:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151171#M454773</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-19T05:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151172#M454774</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot all of you there.&lt;BR /&gt;I have successfully executed the gs test.&lt;BR /&gt;instcopy needed to chmod.&lt;BR /&gt;&lt;BR /&gt;Now i am trying to use gs.&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Mon, 19 Jan 2009 06:43:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151172#M454774</guid>
      <dc:creator>Barakati</dc:creator>
      <dc:date>2009-01-19T06:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151173#M454775</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I did installed ghostscript sucessfully on one of the servers. But when i follow the same steps. It stucks.&lt;BR /&gt;all dependecies went fine.&lt;BR /&gt;&lt;BR /&gt;ghostscript&lt;BR /&gt;&lt;BR /&gt;#./configure (went fine)&lt;BR /&gt;# gmake install&lt;BR /&gt;&lt;BR /&gt;................&lt;BR /&gt;..................&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "_Unwind_DeleteException" in file /usr/&lt;BR /&gt;b/gcc/ia64-hp-hpux11.31/4.2.3/../../../libstdc++.so&lt;BR /&gt;9 warnings.&lt;BR /&gt;3 errors.&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;gmake: *** [bin/gs] Error 1&lt;BR /&gt;&lt;BR /&gt;Need your kind help again.</description>
      <pubDate>Mon, 26 Jan 2009 14:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151173#M454775</guid>
      <dc:creator>Barakati</dc:creator>
      <dc:date>2009-01-26T14:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ghostscript 8.62 with all its dependencies.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151174#M454776</link>
      <description>&amp;gt;ld: (Warning) Unsatisfied symbol "_Unwind_DeleteException" .../libstdc++.so&lt;BR /&gt;&lt;BR /&gt;You need a newer libunwind.  The latest is: PHSS_39102</description>
      <pubDate>Mon, 26 Jan 2009 23:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-ghostscript-8-62-with-all-its-dependencies/m-p/5151174#M454776</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-26T23:23:53Z</dc:date>
    </item>
  </channel>
</rss>

