Skip to content

Commit cb87c89

Browse files
committed
Try to use rpath
1 parent 76fb820 commit cb87c89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure/apt.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ steps:
6161
mv instantclient_*_* /opt/oracle/instantclient
6262
# Interferes with libldap2 headers.
6363
rm /opt/oracle/instantclient/sdk/include/ldap.h
64-
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]/opt/oracle/instantclient:$LD_LIBRARY_PATH"
6564
displayName: 'Install Oracle Instant Client'

azure/configure.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ steps:
6868
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
6969
--enable-werror \
7070
--with-config-file-path=/etc \
71-
--with-config-file-scan-dir=/etc/php.d
71+
--with-config-file-scan-dir=/etc/php.d \
72+
LIBS='-Wl,-rpath,/opt/oracle/instantclient'
7273
displayName: 'Configure Build'

0 commit comments

Comments
 (0)