Skip to content

Commit ad04339

Browse files
committed
travis: fix monitoring-interceptor librdkafka path
1 parent 03038bd commit ad04339

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/install-interceptors.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,18 @@ elif [[ $pkgtype == deb ]]; then
8181
apt-get update
8282
apt-get install -y confluent-librdkafka-plugins
8383

84+
ldd /usr/lib/monitoring-interceptor.so.1
85+
8486
elif [[ $pkgtype == osx ]]; then
8587

8688
wget -O monitoring.zip http://packages.confluent.io/archive/${CPVER}/confluent-librdkafka-plugins-0.11.0.zip
8789
unzip monitoring.zip monitoring-interceptor.dylib
90+
echo "Before change:"
91+
otool -L monitoring-interceptor.dylib
92+
install_name_tool -change /usr/local/lib/librdkafka.1.dylib librdkafka.1.dylib monitoring-interceptor.dylib
93+
echo "After change:"
94+
otool -L monitoring-interceptor.dylib
8895
cp monitoring-interceptor.dylib /usr/local/lib
8996

97+
9098
fi

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy