FG
💻 Software

Why does my LD_LIBRARY_PATH get unset launching terminal?

Fresh5 days ago
Mar 15, 202616804 views
Confidence Score0%
0%

Problem

I have a shell script to set up some environment variables and launch whatever program I send in as an argument: When I use this to call for example it works: When I use it to call a terminal ( , , ...) my gets unset: Why does this happen? How can I stop this? (I am running Debian 5.0) Update My te…

Error Output

export PATH=$HOME/local/bin:$PATH
export LD_LIBRARY_PATH=$HOME/local/lib:$LD_LIBRARY_PATH
export TESTER="MY TEST VAR"

$@

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Why does my LD_LIBRARY_PATH get unset launching terminal?

Low Risk

The terminal binary is most likely to group . Setuid and setgid binaries unset for security reasons; see : The necessary shared libraries needed by the program are searched for in the following order Using the environment variable ( for a.out progra…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment