Skip to content

Commit 381f254

Browse files
committed
lddconfig hack failed
remote: -----> HACK: Linking /usr/local/lib making the gem build tiny_tds.so linked to libsybdb.so.5 remote: /sbin/ldconfig.real: Can't create temporary cache file /etc/ld.so.cache~: Read-only file system
1 parent 1231843 commit 381f254

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/compile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ export FREETDS_DIR="${BUILD_TARGET_DIR}"
160160
export LD_LIBRARY_PATH="${BUILD_TARGET_DIR}/lib:${LD_LIBRARY_PATH:-/usr/local/lib}"
161161
export LD_RUN_PATH="${BUILD_TARGET_DIR}/lib:${LD_LIBRARY_PATH:-/usr/local/lib}"
162162
export LIBRARY_PATH="${BUILD_TARGET_DIR}/lib:${LIBRARY_PATH:-/usr/local/lib}"
163-
if command -v /sbin/ldconfig &> /dev/null; then
164-
topic "HACK: Linking /usr/local/lib making the gem build tiny_tds.so linked to libsybdb.so.5"
165-
/sbin/ldconfig /usr/local/lib
166-
fi
167163
# give environment to later buildpacks
168164
export | grep -E -e ' (PATH|LD_LIBRARY_PATH|LIBRARY_PATH|FREETDS_DIR)=' > "${LP_DIR}/export"
169165

0 commit comments

Comments
 (0)