Looks like the dynamic linker isn't aware of your new library file yet. Just run "ldconfig" from a root prompt to rebuild the lib cache. Should work after that. Assuming you've got /usr/local/lib configured in the /etc/ld.so.conf file.
Cheers, dave.k In the year 2013, of the month of March, on the 28th day, mh wrote: > I'm on debian sid, compiling e17 from latest git. Debian doesn't have > bullet, so I downloaded the source for version 2.81 and installed it: > > $ cmake .. -DBUILD_CPU_DEMOS=OFF -DBUILD_DEMOS=OFF -DBUILD_SHARED_LIBS=ON > $ make > $ sudo make install > > But, during the build of efl, edje failed: > > CC bin/eeze/bin_eeze_eeze_sensor_test-eeze_sensor_test.o > CCLD bin/eeze/eeze_sensor_test > EDJ tests/edje/data/test_layout.edj > /home/michael/e17-git/efl/src/bin/edje/.libs/lt-edje_cc: error while > loading shared libraries: libBulletSoftBody.so.2.81: cannot open shared > object file: No such file or directory > make[4]: *** [tests/edje/data/test_layout.edj] Error 127 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all] Error 2 > > I found that shared library in: /usr/local/lib/libBulletSoftBody.so.2.81 > > Is there a better way to install bullet, or to disable bullet > requirement from the build? > > > > > ------------------------------------------------------------------------------ > Own the Future-Intel(R) Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. Compete > for recognition, cash, and the chance to get your game on Steam. > $5K grand prize plus 10 genre and skill prizes. Submit your demo > by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users ------------------------------------------------------------------------------ Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
