Installing a library locally in home directory, but program doesn't recognize it
Fresh3 days ago
Mar 15, 202635127 viewsConfidence Score0%
0%
Problem
I am installing a program on a server as a non-root user. Specifically it is tmux 1.5, but this should apply broadly to all locally installed program in my opinion (I mention the program name in case this problem ends up not being my own error). The program requires me to install some dependent lib…
Error Output
cd $HOME/library/installation/folder DIR=$HOME/local ./configure --prefix=$DIR #... make ... make install
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Installing a library locally in home directory, but program doesn't recognize it
Low Risk
Try re-building libevent using I suspect this will fix your problem because the library will be linked against when building the binary and doesn't need to be searched for at runtime. Alternatively, if you have a need for a dynamically linked libeve…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix