Add '-DWITH_JEMALLOC=OFF' to cmake options if debian 10 (buster) and MariaDB.
This commit is contained in:
		
							
								
								
									
										16
									
								
								DOC/README.error.mariadb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								DOC/README.error.mariadb
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
|  | ||||
| # Configuration error (cmake) on debian 10 (buster): | ||||
| # | ||||
| #    -- Performing Test JEMALLOC_OK - Failed | ||||
| #    CMake Error at storage/tokudb/CMakeLists.txt:63 (MESSAGE): | ||||
| #      static jemalloc_pic.a can only be used up to jemalloc 4 | ||||
| # | ||||
| # | ||||
| # To fix this error add '-DWITH_JEMALLOC=OFF' to cmake options: | ||||
| # | ||||
| #   cmake .. | ||||
| #      -DBUILD_CONFIG=mysql_release | ||||
| #      -DCMAKE_INSTALL_PREFIX=$MYSQL_INSTALL_DIR | ||||
| #      <...> | ||||
| #      -DWITH_JEMALLOC=OFF | ||||
|  | ||||
		Reference in New Issue
	
	Block a user