[zeromq-dev] Make Install Error
Michel Pelletier
pelletier.michel at gmail.com
Mon Jul 2 17:45:59 CEST 2012
By default make install installs to /usr/local which requires root permissions.
You can either run make install as root or pass
"--prefix=/different/path" to configure to install it to a different
path.
-Michel
On Mon, Jul 2, 2012 at 8:09 AM, Daniel Morton <dacmorton at gmail.com> wrote:
> I run ./configure and make seemingly without incident;
> make check passes all 9 tests but when I run make
> install I get the following error message:
>
>
> Making install in src
> test -z "/usr/local/lib" || ../config/install-sh -c -d "/usr/local/lib"
> /bin/sh ../libtool --mode=install /usr/bin/install -c libzmq.la '/usr/local/lib'
> libtool: install:
> /usr/bin/install -c .libs/libzmq.1.dylib /usr/local/lib/libzmq.1.dylib
> install: /usr/local/lib/libzmq.1.dylib: Permission denied
> make[2]: *** [install-libLTLIBRARIES] Error 71
> make[1]: *** [install-am] Error 2
> make: *** [install-recursive] Error 1
>
> What isn't working?
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list