libtool: error: error: cannot install 'libupnp.la' to a directory not ending in /usr/lib

revision e614b51fe87febc43393c4c23fcf4ec0a660b833

raw

README.rst

Problem:

$ make
/bin/bash ../libtool   --mode=install /usr/bin/install -c   libupnp.la '/usr/local/lib'
libtool:   error: error: cannot install 'libupnp.la' to a directory not ending in /usr/lib
Cause:
I had changed the configure "--prefix"

Solution:

$ make clean

Solution source: https://groups.google.com/forum/#!topic/protobuf/3CxS0Gb7tM8

History