Ubuntu doesn't look in /usr/local/{arch}/ by default for libraries. So I typically change my install paths to /usr using cmake-gui. If you don't use cmake-gui pass:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIB_INSTALL_DIR=/usr/lib/i386-linux-gnu -DINCLUDE_INSTALL_DIR=/usr/include .. Be sure to change your lib install dir to match your CPU arch if not i386. Finally, since this issue is not tizen specific, consider posting and following the amb mailing list: https://lists.01.org/mailman/listinfo/amb Hope that helps, Kevron On Tue, May 27, 2014 at 5:32 AM, VanCutsem, Geoffroy <geoffroy.vancut...@intel.com> wrote: > Hi Joachim, > > > > I haven’t tried myself but here are a couple of things you could check: > > - Check the path where the lib was installed, if it is > /usr/local/lib (I _think_ it’s the default), then you should export > LD_LIBRARY_PATH=”/usr/local/lib” before calling ambd > > - Maybe try to also run ‘sudo ldconfig’ > > > > Hope this helps, > > Geoffroy > > > > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of joachim > rodrigues > Sent: Monday, May 26, 2014 10:11 PM > To: ivi@lists.tizen.org > Subject: automotive-message-broker do not start > > > > Hi, I've just successfully installed automotive-message-broker. > At least i did not have errors. > I followed steps described : > https://github.com/otcshare/automotive-message-broker > > ie : > > cd automotive-message-broker > > mkdir build > > cd build > > cmake .. > > make > > > > To install: > > > > sudo make install > > > > Then when i try to start : > ambd > > I'm getting : > ambd: error while loading shared libraries: libamb.so.0.10.902: cannot open > shared object file: No such file or directory > > I'm ruunig on xubuntu 12.10 > > Thanks in advance > > Joachim > > > > Intel Corporation NV/SA > Kings Square, Veldkant 31 > 2550 Kontich > RPM (Bruxelles) 0415.497.718. > Citibank, Brussels, account 570/1031255/09 > > This e-mail and any attachments may contain confidential material for the > sole use of the intended recipient(s). Any review or distribution by others > is strictly prohibited. If you are not the intended recipient, please > contact the sender and delete all copies. > > > _______________________________________________ > IVI mailing list > IVI@lists.tizen.org > https://lists.tizen.org/listinfo/ivi > _______________________________________________ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi