Re: [gdal-dev] gdaltransform utility not working in web service

2012-03-23 Thread Dinesh Dass Subramanian
On Thu, Mar 22, 2012 at 10:05 AM, Dinesh Dass Subramanian < > sdineshd...@gmail.com> wrote: > >> Dear Frank, >> >> Thanks for your help. I have added the LD_LIBRARY_PATH and there is no >> error in the output file.But new message is coming while I try to >

Re: [gdal-dev] gdaltransform utility not working in web service

2012-03-21 Thread Dinesh Dass Subramanian
ltransform as executable and the remaining strings as arguments. But the exectask class could not execute the command. Please suggest. Thanks. On 3/21/12, Frank Warmerdam wrote: > On 12-03-19 07:44 AM, Dinesh Dass Subramanian wrote: >> Hi, >> >> >> I'm trying

[gdal-dev] gdaltransform utility not working in web service

2012-03-19 Thread Dinesh Dass Subramanian
Hi, I'm trying to develop a web service for gdaltransform utility that gets four coordinates as input and write it in an input file. Then the gdaltransform utility is executed as in commandline to produce the output in the output file. I have the RPC file in the same path. The problem is the gdalt