Failed to install OCaml
Posted by: bigreat
Posted on: 2007-03-01 07:42:00
HI,
I want to enable my mediawiki's math function function, so I downloaded the Source distribution for Windows and Unix system: ocaml-3.09.3.tar.gz .
Then I accorded to the instructions on http://wiki.dreamhost.com/index.php/Unison. However, when I unzip the package to /ocaml folder, and type the:
"./configure -prefix $HOME/sw && make world && make bootstrap && make opt && make install"
in SSH, it returned:
-bash: ./configure: Permission denied
What can I do?
Thanks!