[Fluxus] Fluxus runtime error on Ubuntu 18.04

dave dave at pawfal.org
Mon Oct 7 03:34:10 PDT 2019


On 07/10/2019 11:28, Javier Candeira wrote:
> But it's not found:
> 
> $ ldconfig -p | grep libode
> <crickets>
> $
> 
> I installed it according to the instructions, like so:
> 
> ./configure --prefix=/usr/ --with-pic \
>     --with-gnu-ld \
>     --enable-double-precision \
>     --enable-libccd
> sudo make install

I guess /usr/lib is not on your ld path - /usr/local/lib will for
fluxus, so perhaps try to rebuild ode with:

./configure --prefix=/usr/local/ --with-pic

??

:)

cheers,

dave



More information about the Fluxus mailing list