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
-
Hello,
I am trying to get zbar to install to /some/other/path rather than /usr/local/share. I run
./configure --prefix=/some/other/path
which works. Then
make install
However, 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/lib
Am I missing a step or an option?
Beta Was this translation helpful? Give feedback.
All reactions