三味的小站

qt.network.ssl: QSslSocket: cannot resolve CRYPTO_num_locks

环境:Red Hat 8.10,Qt 5.6.3 报错如下: qt.network.ssl: QSslSocket: cannot resolve CRYPTO_num_locks qt.network.ssl: QSslSocket: cannot resolve CRYPTO_set_id_ca

三味线 Published on 2025-02-19

Gitlab CI clone over SSH

前因:gitlab替换成https后,CI报错,SSL connect error,gitlab默认使用http方式克隆代码,而CI服务器是centos6.5,未找到升级SSL库之类的方法;发现使用SSH克隆代码可行,找到的方法如下: Gitlab Runner配置中并没有直接修改克隆代码方式的配置

三味线 Published on 2023-03-20

CentOS连接Sql Server 驱动安装

一、使用微软的 Microsoft ODBC Driver for SQL Server sudo su #Download appropriate package for the OS version #Choose only ONE of the following, corresponding

三味线 Published on 2020-01-03