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

make install target missing liblinenoise.so #313

@chrisvire

Description

@chrisvire

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions