💻 Software
What is the standard place for static library files on Unix/Ubuntu
Fresh7 days ago
Mar 15, 202616380 viewsConfidence Score0%
0%
Problem
I am trying to install a library manually, well actually just put it in a sensible location preferably in my path. I have a file and a bunch of headers pertaining to that static library file. If I look under I see only files, likewise for , etc. I figure I could chuck it in there, but is there any …
Error Output
lib
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: What is the standard place for static library files on Unix/Ubuntu
Low Risk
Static libraries belong next to their corresponding dynamic libraries, and in accordance with the FHS. Keep in mind that static libraries are usually only needed to build software, not run it.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix