When using this script to find the path to my installation so that I can use it in code, all I output is: 1 Could my installation be messed up? <?php echo "<pre>"; system('which convert',$path); print_r($path); echo "</pre>"; ?>