Installation problems on ubuntu
Status: Beta
Brought to you by:
smoone23
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.