Hi,<br>
<br>
&nbsp;&nbsp; I'm currently writing a CGI script which involves the
execution of a tool called &quot;SVM Light&quot; in Linux/Apache. The typical
command for executing SVM Light in Linux is <span style="font-style: italic;">svm_classify</span> <span style="font-style: italic;">input-file model-file output-file</span>.
I'm using the &quot;system&quot; option of executing commands in CGI but it isn't
working because SVM Light is not a system command (IMHO). Has anyone
tried executing third party tools within CGI scripts?<br>
<br>
Thanks,<br>
MP.<br>