Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

make install target missing liblinenoise.so #313

Open
chrisvire opened this issue Mar 3, 2020 · 0 comments
Open

make install target missing liblinenoise.so #313

chrisvire opened this issue Mar 3, 2020 · 0 comments

Comments

@chrisvire
Copy link

chrisvire commented Mar 3, 2020

If I run:

$ 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant