mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Fix installation of pdo_dblib on debian/PHP8.0
This commit is contained in:
parent
9287cce478
commit
97655cee86
2 changed files with 4 additions and 6 deletions
|
@ -1029,11 +1029,9 @@ installBundledModule() {
|
|||
esac
|
||||
;;
|
||||
mssql | pdo_dblib)
|
||||
if test $PHP_MAJMIN_VERSION -le 704; then
|
||||
if ! test -f /usr/lib/libsybdb.so; then
|
||||
ln -s /usr/lib/x86_64-linux-gnu/libsybdb.so /usr/lib/libsybdb.so
|
||||
UNNEEDED_PACKAGE_LINKS="$UNNEEDED_PACKAGE_LINKS /usr/lib/libsybdb.so"
|
||||
fi
|
||||
if ! test -f /usr/lib/libsybdb.so; then
|
||||
ln -s /usr/lib/x86_64-linux-gnu/libsybdb.so /usr/lib/libsybdb.so
|
||||
UNNEEDED_PACKAGE_LINKS="$UNNEEDED_PACKAGE_LINKS /usr/lib/libsybdb.so"
|
||||
fi
|
||||
;;
|
||||
odbc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue