Need help on ps2pdf

Hi,

Iam trying to convert a .ps file to pdf in unix.

iam using the command like

ps2pdf my_file.ps my_file.pdf

it is working in server1. if i execute the same in another (server2), its not working..
So i have downloaded the ps files
(ps2pdf,ps2pdfwr,ps2pdf14,ps2pdf13,ps2pdf12,gs ) into my local dir and running the ps2pdf command.. even its not working in server2

it gives me the below error
------------------------------------------------
(191)==> ps2pdf my_file.ps my_file.pdf
ps2pdfwr: gs: Execute permission denied.
------------------------------------------------

I have even given 777 permissions to all the files i have downloaded into my local dir..

Can some one tell if iam doing any wrong.....

Regards,
Pradeep G

the commands

ps2pdfwr or gs 

has no Execute permission denied.

Find them out, and check the files permission.

Hi,

I have copied the below files from Server1 to a local folder in server2 and then trying to execute it.

rwxrwxrwx 1 sat0157 arsys 156 Nov 3 07:54 gsbj
-rwxrwxrwx 1 sat0157 arsys 158 Nov 3 07:55 gsdj
-rwxrwxrwx 1 sat0157 arsys 161 Nov 3 07:55 gsdj500
-rwxrwxrwx 1 sat0157 arsys 159 Nov 3 07:55 gslj
-rwxrwxrwx 1 sat0157 arsys 156 Nov 3 07:55 gslp
-rwxrwxrwx 1 sat0157 arsys 83 Nov 3 07:55 gsnd
-rwxrwxrwx 1 sat0157 arsys 640 Nov 3 07:55 ps2ascii
-rwxrwxrwx 1 sat0157 arsys 1740 Nov 3 07:55 ps2epsi
-rwxrwxrwx 1 sat0157 arsys 899 Nov 3 07:55 ps2pdfwr
-rwxrwxrwx 1 sat0157 arsys 211 Nov 3 07:55 ps2pdf
-rwxrwxrwx 1 sat0157 arsys 173 Nov 3 07:55 ps2pdf12
-rwxrwxrwx 1 sat0157 arsys 173 Nov 3 07:55 ps2pdf13
-rwxrwxrwx 1 sat0157 arsys 173 Nov 3 07:55 ps2pdf14
rwxrwxrwx 1 sat0157 arsys 373 Nov 3 07:55 ps2ps
rwxrwxrwx 1 sat0157 arsys 28668 Nov 3 07:55 pspp
rwxrwxrwx 1 sat0157 arsys 3246136 Nov 3 08:00 gs
rwxrwxrwx 1 sat0157 arsys 132140 Nov 3 08:00 pstree

But iam not able to run it successfully.

Below is the error..

ps2pdfwr: gs: Execute permission denied.

Regards,
Pradeep G