From: Daniel G. <dg...@su...> - 2006-03-17 16:32:45
|
On Friday 17 March 2006 17:14, Jim Maas wrote: > Check that it installed correctly: > > msynctool --listplugins > -------------------------------------------------------- > > in the instructions but opensync is not finding the plugins > > /usr/lib/opensync/plugins$ msynctool --listplugins > Available plugins: > set OSYNC_TRACE and run msynctool --listplugins again. mkdir /tmp/osync_trace/ export OSYNC_TRACE=3D/tmp/osync_trace/ msynctool --listplugins > > > > The plugins are newly created in > > /usr/lib/opensync/plugins$ ls -al > total 152 > drwxr-xr-x =A02 root root =A04096 2006-03-17 16:01 . > drwxr-xr-x =A04 root root =A04096 2006-03-09 13:55 .. > -rwxr-xr-x =A01 root root =A02056 2006-03-17 15:50 evo2_sync.la > -rwxr-xr-x =A01 root root 65748 2006-03-17 15:50 evo2_sync.so > -rwxr-xr-x =A01 root root =A01341 2006-03-17 16:01 syncml_plugin.la > -rwxr-xr-x =A01 root root 58953 2006-03-17 16:01 syncml_plugin.so also check the output of: ldd /usr/lib/opensync/plugins/*so > > Any thoughts about what I've done wrong ? =A0Debian System, all compiled > and installed correctly maybe it is a linking problem.. best regards, Daniel |