jcsearch and linux - how to execute command

User 26c54ae8b9

16-04-2008 22:06:01

Dear chemaxon,





I have a directory "bin" with all your programs.


I want to execute the command : jcsearch -q 'C' -f sdf -o res.sdf MOLECULESbdd2.SDF





I use php but it doesn't work, the file res.sdf is not create.





My file php contains :


<?php


system("jcsearch -q 'C' -f sdf -o res.sdf MOLECULESbdd2.SDF");


?>





There is perhaps an another solution so as to execute jcsearch ...? shell script or perl, python ???





Under windows XP, it works.





regards,





Karim.

User 26c54ae8b9

17-04-2008 21:40:06

I have catch the error...i can't execute script on my server.





: sh: jcsearch: Permission denied





I will try with an another server.





This post is closed.





Karim.