-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
$ /bin/linux/aarch64/scope run -- lxc ls
ERROR: ld.so: object 'libscope.so' from /etc/ld.so.preload cannot be preloaded (failed to map segment from shared object): ignored.
(same result with LD_PRELOAD or ld.so.preload)
$ LD_DEBUG=libs lxc ls
results in numerous symbol errors. a few examples:
calling init: /lib/libscope.so
20015: /lib/libscope.so: error: symbol lookup error: undefined symbol: SSL_read (fatal)
20015: /lib/libscope.so: error: symbol lookup error: undefined symbol: SSL_write (fatal)
20015: /lib/libscope.so: error: symbol lookup error: undefined symbol: SSL_get_fd (fatal)
20015: /lib/libscope.so: error: symbol lookup error: undefined symbol: PR_SetError (fatal)
20015: /lib/libscope.so: error: symbol lookup error: undefined symbol: uv__read (fatal)
20015: /lib/libscope.so: error: symbol lookup error: undefined symbol: uv_fileno (fatal)
other libs exhibit symbol errors, such as librt. however, are not preloaded.
Metadata
Metadata
Assignees
Labels
No labels