FG
💻 Software

LD_LIBRARY_PATH unset by screen

Fresh7 days ago
Mar 15, 20266347 views
Confidence Score0%
0%

Problem

Running in bash wipes the variable LD_LIBRARY_PATH. I've done some reading and it seems that this is expected behaviour, but I need to get around it. The workaround is adding the LD_LIBRARY_PATH declaration to . In my case, LD_LIBRARY_PATH gets changed a lot between the launch of the shell and when…

Error Output

screen

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: LD_LIBRARY_PATH unset by screen

Low Risk

doesn't unset the environment variable; it is removed by Linux itself. On most systems, the executable is installed with the setgid bit for group, in order to be able to modify the database. It also uses setgid to control access to the socket direct…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment