From: Norbert S. G. <ns...@te...> - 2022-09-03 14:01:58
|
> What is wrong here? Did I miss a configuration option somewhere? Is this a > bug in the build? > > Mark Hi, Personally, I compile git sources on centos/rocky by installing the lib's below otherwise it generates errors. dnf config-manager --set-enabled crb dnf upgrade -y cd / mkdir git cd git dnf install wget git -y git clone https://github.com/FirebirdSQL/firebird.git dnf install unzip m4 autoconf automake libtool libtool-ltdl icu libicu libicu-devel sed libtommath libtommath-devel libtomcrypt libtomcrypt-devel ncurses ncurses-devel gcc-c++ libstdc++ libstdc++-devel libtommath libtommath-devel glibc-static libstdc++-static libtool-ltdl-devel zlib zlib-devel -y cd firebird bla bla -- Norbert Saint Georges http://tetrasys.fi |