libtool: error: error: cannot install 'libzbarjni.la' to a directory not ending in /usr/local/share/zbar/lib #303
Closed
chturner74
started this conversation in
General
Replies: 1 comment
-
|
My apologies. Running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to get zbar to install to /some/other/path rather than /usr/local/share. I run
./configure --prefix=/some/other/pathwhich works. Then
make installHowever, it eventually fails with
/bin/sh ../libtool --mode=install /usr/bin/install -c libzbarjni.la '/some/other/path/share/zbar/lib'libtool: error: error: cannot install 'libzbarjni.la' to a directory not ending in /usr/local/share/zbar/libAm I missing a step or an option?
Beta Was this translation helpful? Give feedback.
All reactions