Operating System - HP-UX
1747997 Members
4398 Online
108756 Solutions
New Discussion юеВ

Re: Installing ghostscript 8.62 with all its dependencies.

 
SOLVED
Go to solution
Barakati
Frequent Advisor

Re: Installing ghostscript 8.62 with all its dependencies.

Hi,

I have fix the above issue by using.

# ./configure --without-jasper

---configure went successfuly--

but make

dev2# make install
Make: Must be a separator on rules line 29. Stop.

Could anybody help me on this.
Steven Schweda
Honored Contributor

Re: Installing ghostscript 8.62 with all its dependencies.

> Make: Must be a separator on rules line 29. Stop.

I know nothing, but if you're building modern
freeware, you may also need a "make" program
like the one everyone else uses, namely GNU
"make".

http://www.gnu.org/software/make/

http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.81/

The "make" programs supplied with many
commercial UNIX operating systems are old and
feeble. Many freeware developers expect a
"make" which has more features.

After installing it, either get it ahead of
the HP-UX "make" on your path, or make a
link like:

/usr/local/gmake -> /usr/local/make

(or wherever you install it)

and then use "gmake" instead of "make" in
your command(s).
Steven Schweda
Honored Contributor

Re: Installing ghostscript 8.62 with all its dependencies.

Wait. Let me guess. You installed GNU
"make", but you did not put it in PATH.
Barakati
Frequent Advisor

Re: Installing ghostscript 8.62 with all its dependencies.

Hi,

Thanks a lot for the suggestion.
I used gmake it did run but it is giving another error after running for atleast 2 mins.

#gmake install
.......
.......
.......
mkdir -p /usr/local/share
mkdir -p /usr/local/share/ghostscript
mkdir -p /usr/local/share/ghostscript/8.62
mkdir -p /usr/local/bin
./src/instcopy -c -m 755 ./bin/gs /usr/local/bin/gs
gmake: execvp: ./src/instcopy: Permission denied
gmake: *** [install-exec] Error 127

Is it something which i can ignore.
Kindly help on this.
Barakati
Frequent Advisor

Re: Installing ghostscript 8.62 with all its dependencies.

Hi,

when i try testing gs ignoring above error.

dev2# gs /usr/local/share/ghostscript/8.62/examples/chess.ps
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libexpat.sl
/usr/lib/dld.sl: No such file or directory
[HP ARIES32]: Core file for 32 bit PA-RISC application
[HP ARIES32]: /usr/local/bin/gs saved to /ghost/ghostscript-8.62/ghostscript-8
.62/core.gs.
Abort(coredump)

Kindly help me on this.
Dennis Handly
Acclaimed Contributor

Re: Installing ghostscript 8.62 with all its dependencies.

>gmake: execvp: ./src/instcopy: Permission denied

Is ./src/instcopy executable? What does "file ./src/instcopy" show?

>[HP ARIES32]: /usr/local/bin/gs saved to /ghost/ghostscript-8.62/ghostscript-8.62/core.gs.

This indicates you have a PA executable. That means you need a PA shlib libexpat.sl, which you must build on PA.
Steven Schweda
Honored Contributor

Re: Installing ghostscript 8.62 with all its dependencies.

> make: execvp: ./src/instcopy: Permission denied

ls -l ./src/instcopy
file ./src/instcopy

"man chmod"?
Barakati
Frequent Advisor

Re: Installing ghostscript 8.62 with all its dependencies.

Hi,

Thanks a lot all of you there.
I have successfully executed the gs test.
instcopy needed to chmod.

Now i am trying to use gs.

Thanks again.
Barakati
Frequent Advisor

Re: Installing ghostscript 8.62 with all its dependencies.

Hi all,

I did installed ghostscript sucessfully on one of the servers. But when i follow the same steps. It stucks.
all dependecies went fine.

ghostscript

#./configure (went fine)
# gmake install

................
..................
ld: (Warning) Unsatisfied symbol "_Unwind_DeleteException" in file /usr/
b/gcc/ia64-hp-hpux11.31/4.2.3/../../../libstdc++.so
9 warnings.
3 errors.
collect2: ld returned 1 exit status
gmake: *** [bin/gs] Error 1

Need your kind help again.
Dennis Handly
Acclaimed Contributor

Re: Installing ghostscript 8.62 with all its dependencies.

>ld: (Warning) Unsatisfied symbol "_Unwind_DeleteException" .../libstdc++.so

You need a newer libunwind. The latest is: PHSS_39102