Skip to content

Commit 6195681

Browse files
committed
Try removing ldap.h header
1 parent a9f00a6 commit 6195681

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure/apt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,7 @@ steps:
5959
wget https://download.oracle.com/otn_software/linux/instantclient/instantclient-sdk-linuxx64.zip
6060
unzip instantclient-sdk-linuxx64.zip
6161
mv instantclient_*_* /opt/oracle/instantclient
62+
# Interferes with libldap2 headers.
63+
rm /opt/oracle/instantclient/sdk/include/ldap.h
6264
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]/opt/oracle/instantclient:$LD_LIBRARY_PATH"
6365
displayName: 'Install Oracle Instant Client'

0 commit comments

Comments
 (0)