Hello all,

I am using system to convert some files using a binary in linux.  My code 
looks like this:
     $response = system('gpsbabel -p "" -r -t -i gpx -f "test.gpx" -o kml -F 
"test2.kml"', $retval);
     echo "<p>Response: ", $response, "</p><p>Return Value: ", $retval;

The $retval is returning code 127 - Any ideas on why this?

Thanks! 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to