源码安装
wget https://www.unixodbc.org/unixODBC-2.3.12.tar.gz
tar -xzvf unixODBC-2.3.12.tar.gz
cd unixODBC-2.3.12/
./configure --prefix=/usr/local/unixODBC --sysconfdir=/etc
make
make install
vim /etc/profile
export CPATH=/usr/local/unixODBC/include:$CPATH
export LD_LIBRARY_PATH=/usr/local/unixODBC/lib:$LD_LIBRARY_PATH
source /etc/profile
未经允许不得转载:lxfamn » Rocky Linux 9 未找到匹配的参数: unixODBC-devel 错误:没有任何匹配: unixODBC-devel