mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=`pwd` make VERBOSE=1 make VERBOSE=1 installmake install fails (exit status 2) with
CMake Error at plugin/group_replication/cmake_install.cmake:62 (file): file INSTALL cannot find "/cs/research/crest/home1/ucacbbl/assugi/mysql/mysql-server-trunk/build/plugin_output_directory/group_replication.so": No such file or directory. Call Stack (most recent call first): cmake_install.cmake:232 (include) make: *** [Makefile:130: install] Error 1
https://github.com/mysql/mysql-server/archive/refs/heads/trunk.zip Linux Rocky 9.5 cmake version 3.26.5 GNU Make 4.3 gcc 11.5.0LD_LIBRARY_PATH and PATH do not include /opt/Python/Python-3.11.5/lib etc.
Do not run make install
Configure cmake to put the installation somewhere else
Perhaps backup the build before trying the install.