What is the equivalent folder in EnOS to /usr/lib/x86_64-linux-gnu
in Debian/Ubuntu?
For which program?
Edit: could be /usr/lib/gcc/x86_64-pc-linux-gnu
?
Would a program search for dependencies in /usr/lib
, if not found search in /usr/lib/gcc/x86_64-pc-linux-gnu
?
In Debian/Ubuntu when an app looking for libs look in /usr/lib/x86_64-linux-gnu
for those that are not in /usr/lib
. I am looking for an equivalent of /usr/lib/x86_64-linux-gnu
in Arch/EnOS.
That’s just reiterating the question.
Please tell us specifically, what are you trying to do?
To put it simply, there is no direct equivalent in that sense.
You can look in /etc/ld.so.conf.d
but that probably isn’t what you really need.
I agree with @jonathon, it would be better if you shared what, specifically, you are trying to accomplish. I suspect you are going down the wrong path.
Yup. /usr/lib
is the path for the host architecture. /usr/lib32
adds 32-bit multilib support on 64-bit hosts.
You are probably right, so this thread can be closed. Thanks.
Closed per OP request