我正在尝试在 Ubuntu 18.04 上安装 Moodle 并将其连接到 MSSQL 服务器。
但是当我尝试安装 php7.0-curl 扩展时,moodle 可以工作,MSSQL 工具和其他库正在被删除,因为它们支持libcurl3
虽然最新版本php7.0-curl
仅与libcurl4
.
因此,当我尝试安装libcurl4
它时,它会删除包 MSSQL 工具和其他包。
sudo ACCEPT_EULA=Y apt-get -y install msodbcsql mssql-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libpython-stdlib python python-minimal python2.7 python2.7-minimal
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libcurl3 msodbcsql17
The following packages will be REMOVED:
libcurl4 libcurl4-openssl-dev php7.0-curl
The following NEW packages will be installed:
libcurl3 msodbcsql msodbcsql17 mssql-tools
有什么方法可以安装旧的php7.0-curl
扩展,这样我就可以让 MSSQL 工具和 Moodle 都满意吗?
非常感谢您的时间。
您需要为 php7.0安装以前版本的扩展'common'和'curl'