We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fb820 commit cb87c89Copy full SHA for cb87c89
azure/apt.yml
@@ -61,5 +61,4 @@ steps:
61
mv instantclient_*_* /opt/oracle/instantclient
62
# Interferes with libldap2 headers.
63
rm /opt/oracle/instantclient/sdk/include/ldap.h
64
- echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]/opt/oracle/instantclient:$LD_LIBRARY_PATH"
65
displayName: 'Install Oracle Instant Client'
azure/configure.yml
@@ -68,5 +68,6 @@ steps:
68
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
69
--enable-werror \
70
--with-config-file-path=/etc \
71
- --with-config-file-scan-dir=/etc/php.d
+ --with-config-file-scan-dir=/etc/php.d \
72
+ LIBS='-Wl,-rpath,/opt/oracle/instantclient'
73
displayName: 'Configure Build'
0 commit comments