浏览代码

fixed issue #803

Nicolas Cannasse 13 年之前
父节点
当前提交
ce2873a595
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/install.ml

+ 1 - 1
doc/install.ml

@@ -43,7 +43,7 @@ let zlib = match os_type with
 	| "Win32" -> zlib_path ^ "zlib.lib"
 	| "Win32" -> zlib_path ^ "zlib.lib"
 	| _ ->
 	| _ ->
 		try
 		try
-			List.find Sys.file_exists ["/usr/lib/libz.dylib";"/usr/lib64/libz.so.1";"/usr/lib/libz.so.1";"/lib/libz.so.1";"/usr/lib/libz.so.4.1"]
+			List.find Sys.file_exists ["/usr/lib/libz.dylib";"/usr/lib64/libz.so.1";"/usr/lib/libz.so.1";"/lib/libz.so.1";"/usr/lib/libz.so.4.1";"/lib/x86_64-linux-gnu/libz.so.1"]
 		with
 		with
 			Not_found ->
 			Not_found ->
 				failwith "LibZ was not found on your system, please install it or modify the search directories in the install script"
 				failwith "LibZ was not found on your system, please install it or modify the search directories in the install script"