On Tue, Nov 1, 2011 at 5:16 AM, Dave Johnson <davej10...@yahoo.com> wrote:
> Hey all,
> I'm stuck on an error when running a config script for a library that
> depends on zmq.  Specifically, it cannot find "libzmq.so.1".
> I installed zmq with the following commands:
> cd zeromq-2.1.10
> ./configure --prefix=/usr/local && make
> sudo make install
> And I then added the following to my environment variable, .bash_profile,
> and yes, I definitely sourced the bash profile again:
> LD_LIBRARY_PATH=/home/ec2-user/zeromq-2.1.10
>
> This didn't help.  Anyone know what to do here?  I've been stuck for days
> scouring Google, trying stuff, not sure what to do...
> ERROR LOG:
>
> Error running version detection script:
> detect/vers: error while loading shared libraries: libzmq.so.1: cannot open
> shared object file: No such file or directory
> Fatal:
>     Failed to run ZMQ test program.  Please check to make sure:
>
>
>     * You have a C compiler installed
>     * A development version of Python is installed (including header files)
>     * A development version of ZMQ >= 2.1.4 is installed (including header
> files)
>     * If ZMQ is not in a default location, supply the argument --zmq=<path>
>     * If you did recently install ZMQ to a default location,
>       try rebuilding the ld cache with `sudo ldconfig`
>       or specify zmq's location with `--zmq=/usr/local`

Hi,

really no idea which library this is but did you try passing the
option '--zmq=<path>' as the instructions tell?

-- 
Mikko Koppanen
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to