From a9ef380662da3efa382017ff8423f1a894b31bfd Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 6 Feb 2024 13:22:04 +0100 Subject: dynamic linking application starts --- rootfs/etc/profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rootfs/etc/profile') diff --git a/rootfs/etc/profile b/rootfs/etc/profile index 557b21a..8e38c52 100644 --- a/rootfs/etc/profile +++ b/rootfs/etc/profile @@ -1,5 +1,6 @@ # /etc/profile umask 022 -export PATH="$PATH:/usr/bin" cd "$HOME" +export PATH="$PATH:/usr/bin" +export LD_LIBRARY_PATH="/lib" -- cgit v1.2.3