X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=README.mysql;h=4531a32c879f4b69b133f6d5220a6487d27103d8;hp=986afb307e82bf4e46a658556a41eec4a15f4935;hb=f0cb2c2e49b4353a998d6fdf823972d2516c5dcf;hpb=47fedd501291bf9b0ca2204e2af3d1617b6f18a8 diff --git a/README.mysql b/README.mysql index 986afb30..4531a32c 100644 --- a/README.mysql +++ b/README.mysql @@ -23,9 +23,9 @@ Remember: If something doesn't work as expected, look at the server log file and/or increase output verbosity by using the -l switch for server and client. ------------------------------------- +------------------------------------- Specify mysql data (port, passwd,...) ------------------------------------- +------------------------------------- Type @@ -64,11 +64,11 @@ more info) or that para_server was built without mysql support. Type to find out. If mysql is not mentioned as a supported selector, you'll have to recompile. If configure does not detect your mysql -installation, use the --enable-mysql-headers and --enable-mysql-libs +installation, use the --with-mysql-headers and --with-mysql-libs options to specify the mysql path explicitly . Example: - ./configure --enable-mysql-headers=/Library/MySQL/include \ - --enable-mysql-libs=/Library/MySQL/lib/mysql + ./configure --with-mysql-headers=/Library/MySQL/include \ + --with-mysql-libs=/Library/MySQL/lib/mysql ---------------------