往您的 /etc/apt/sources.list 文件中像下面这样添加一行:
deb http://ftp.de.debian.org/debian sid main 
直接在系统->管理->软件源里面添加即可,然后刷新
在Synaptic中安装ocaml-base-nox和ocaml-interp
jacker@ubuntu:~$ ocaml -version 
The Objective Caml toplevel, version 3.10.2
再重新编译mldonkey 
./configure --enable-ocamlver=3.10.2 
make
make install
                  	
				
