librelist archives

« back to archive

Unit Test Failure

Unit Test Failure

From:
Matt Towers
Date:
2011-03-08 @ 02:13
I'm starting from scratch again with a fresh Ubuntu install, setting up 
m2.  So far I've gotten a clean build and install of zeromq 2.0.10 and 
sqlite3.  However, when I attempt to build mongrel2, I get the following 
error when running the unit tests.  Any ideas?

Running unit tests:
./tests/bstr_tests: error while loading shared libraries: libzmq.so.0: 
cannot open shared object file: No such file or directory
ERROR in test tests/bstr_tests:
make: *** [tests] Error 1


✈ Matt


Re: [mongrel2] Unit Test Failure

From:
Alfred Tascon
Date:
2011-03-08 @ 02:18
u need to "sudo ldconfig"

On Tue, Mar 8, 2011 at 10:13 AM, Matt Towers <matt@ziplinegames.com> wrote:

> I'm starting from scratch again with a fresh Ubuntu install, setting up m2.
>  So far I've gotten a clean build and install of zeromq 2.0.10 and sqlite3.
>  However, when I attempt to build mongrel2, I get the following error when
> running the unit tests.  Any ideas?
>
> Running unit tests:
> ./tests/bstr_tests: error while loading shared libraries: libzmq.so.0:
> cannot open shared object file: No such file or directory
> ERROR in test tests/bstr_tests:
> make: *** [tests] Error 1
>
>
> ✈ Matt
>
>
>
>