Skip to content

Commit a670c92

Browse files
neoaggelossachinkumarsingh092
authored andcommitted
Configure LD_LIBRARY_PATH on snap environment
- Set proper LD_LIBRARY_PATH across the snap - Fixes missing libceph-common.so on strict
1 parent 9cd2f4e commit a670c92

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

snap/snapcraft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ environment:
1616
PYTHONPATH: $SNAP/usr/lib/python3.8:$SNAP/lib/python3.8/site-packages:$SNAP/usr/lib/python3/dist-packages:$PYTHONPATH
1717
PATH: $SNAP/usr/bin:$SNAP/bin:$SNAP/usr/sbin:$SNAP/sbin:$PATH
1818
OPENSSL_CONF: $SNAP/etc/ssl/openssl.cnf
19+
LD_LIBRARY_PATH: $SNAP/lib:$SNAP/usr/lib:$SNAP/lib/$SNAPCRAFT_ARCH_TRIPLET:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/ceph
1920

2021
parts:
2122
build-deps:

0 commit comments

Comments
 (0)