Ver Fonte

fixed issue #803

Nicolas Cannasse há 13 anos atrás
pai
commit
ce2873a595
1 ficheiros alterados com 1 adições e 1 exclusões
  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"
 	| _ ->
 		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
 			Not_found ->
 				failwith "LibZ was not found on your system, please install it or modify the search directories in the install script"