> The build of multisync succeeded now. > Thank you for the hint. > > But now I have problems building the sync plugins. > > cd plugins/palm_sync > ./autogen.sh > > results in: > .... > checking for pi_socket in -lpisock... no > configure: error: You must have libpisock libraries installed. > > but I have: > /usr/lib/libpisock++.so.0 > /usr/lib/libpisock++.so.0.0.0 > /usr/lib/libpisock.so.8 > /usr/lib/libpisock.so.8.0.5 > > > cd plugins/irmc_sync > ./autogen.sh > > results in: > .... > checking for OBEX_Init in -lopenobex... no > configure: error: You must have openobex installed. > > but I have: > /usr/bin/openobex-config > /usr/include/openobex > /usr/include/openobex/obex.h > /usr/include/openobex/obex_const.h > /usr/lib/libopenobex-1.0.so.0 > /usr/lib/libopenobex-1.0.so.0.0.0 > /usr/lib/libopenobex.a > /usr/lib/libopenobex.la > /usr/lib/libopenobex.so > > and /usr/lib is listed in /etc/ld.so.conf. > > > Build of plugins/evolution_sync fails on missing libgssapi.la whereas > /usr/lib/libgssapi.so.1 > /usr/lib/libgssapi.so.1.3.0 > do exist. > > > Can anybody help me with these? > Thanks a lot and best regards. > > Lukas
Heej Lukas You missed a lib.. please check: heimdal-devel and before you start configure execute this: export LDFLAGS="-L/opt/gnome/lib/" this wil fix the configure of irmc_sync plugin and the evolution_sync plugin i never needed to compile the palm plugin.. succes.. Pieter ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Multisync-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/multisync-users
