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 a9f00a6 commit 6195681Copy full SHA for 6195681
azure/apt.yml
@@ -59,5 +59,7 @@ steps:
59
wget https://download.oracle.com/otn_software/linux/instantclient/instantclient-sdk-linuxx64.zip
60
unzip instantclient-sdk-linuxx64.zip
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'
0 commit comments