You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
$ sudo mkdir /opt/xcbuild
$ sudo PREFIX=/opt/xcbuild make install
And then try to run any of the tools:
$ export PATH=/opt/xcbuild/usr/bin:$PATH
$ PlistBuddy -h
PlistBuddy: error while loading shared libraries: liblinenoise.so: cannot open shared object file: No such file or directory
I have to copy xcbuild/build/liblinenoise.so to /opt/xcbuild/usr/lib for it to work.
FYI, if I don't set PREFIX and install /usr/bin and /usr/lib, I still need to copy xcbuild/build/liblinenoise.so to /usr/lib.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I run:
And then try to run any of the tools:
I have to copy
xcbuild/build/liblinenoise.so
to/opt/xcbuild/usr/lib
for it to work.FYI, if I don't set PREFIX and install /usr/bin and /usr/lib, I still need to copy
xcbuild/build/liblinenoise.so
to/usr/lib
.The text was updated successfully, but these errors were encountered: