Menu

#8 Installation problems on ubuntu

open
nobody
None
5
2008-10-09
2008-10-09
Anonymous
No

Hello,
i've found some missing dependencies while trying to install.
First a problem in the configure script, it tries to use openobex-configure instead of pkg-config. I've checked manually if i had the correct version, and changed following lines in the configure :
line 2657 :
OO_VERSION="1.3.3"
line 2670 :
CFLAGS="$CFLAGS `pkg-config --cflags openobex`"
LIBS="$LIBS `pkg-config --libs openobex`"

I also had to export a environnement variable :
export PKG_CONFIG_PATH='$PKG_CONFIG_PATH:/usr/lib/pkgconfig/'

Then i needed to install libopenobex1, libopenobex1-dev, libezv24-0, libezv24-dev

now install succeeds.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.