From: Jim M. <jam...@no...> - 2006-03-17 16:14:33
|
Hi All, After many attempts I get as far as --------------------------------------- The SyncML Plugin To install the plugin please do: svn co http://svn.opensync.org/plugins/syncml/ syncml-plugin cd syncml-plugin autoreconf -sfi ./configure make make install 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: The plugins are newly created in /usr/lib/opensync/plugins$ ls -al total 152 drwxr-xr-x 2 root root 4096 2006-03-17 16:01 . drwxr-xr-x 4 root root 4096 2006-03-09 13:55 .. -rwxr-xr-x 1 root root 2056 2006-03-17 15:50 evo2_sync.la -rwxr-xr-x 1 root root 65748 2006-03-17 15:50 evo2_sync.so -rwxr-xr-x 1 root root 1341 2006-03-17 16:01 syncml_plugin.la -rwxr-xr-x 1 root root 58953 2006-03-17 16:01 syncml_plugin.so Any thoughts about what I've done wrong ? Debian System, all compiled and installed correctly. Thanks Jim This message has been checked for viruses but the contents of an attachment may still contain software viruses, which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. |
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 |
From: Armin B. <arm...@de...> - 2006-03-17 16:39:48
Attachments:
signature.asc
|
Hi Jim, please send me a trace of msynctool --listplugins. you can get the trace by typing: export OSYNC_TRACE=/path/to/log/dir after you run msynctool (from the same shell as the command above) you are going to find one Thread*.log files in the directory you specified. Please send this file to me. Best Regards, Armin Bauer Jim Maas wrote: > Hi All, > > After many attempts I get as far as > > --------------------------------------- > The SyncML Plugin > > To install the plugin please do: > > svn co http://svn.opensync.org/plugins/syncml/ syncml-plugin > > cd syncml-plugin > autoreconf -sfi > ./configure > make > make install > > 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: > > > > > The plugins are newly created in > > /usr/lib/opensync/plugins$ ls -al > total 152 > drwxr-xr-x 2 root root 4096 2006-03-17 16:01 . > drwxr-xr-x 4 root root 4096 2006-03-09 13:55 .. > -rwxr-xr-x 1 root root 2056 2006-03-17 15:50 evo2_sync.la > -rwxr-xr-x 1 root root 65748 2006-03-17 15:50 evo2_sync.so > -rwxr-xr-x 1 root root 1341 2006-03-17 16:01 syncml_plugin.la > -rwxr-xr-x 1 root root 58953 2006-03-17 16:01 syncml_plugin.so > > Any thoughts about what I've done wrong ? Debian System, all compiled > and installed correctly. > > Thanks > > Jim > > > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses, which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: Don C. <don...@gm...> - 2006-03-17 17:02:51
|
Hi, I had the same problem. Did you restart your computer? I know, it's kind of windows-style problem solving, but it worked for me :-) Clemens Am Freitag, den 17.03.2006, 16:14 +0000 schrieb Jim Maas: > Hi All, > > After many attempts I get as far as > > --------------------------------------- > The SyncML Plugin > > To install the plugin please do: > > svn co http://svn.opensync.org/plugins/syncml/ syncml-plugin > > cd syncml-plugin > autoreconf -sfi > ./configure > make > make install > > 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: > > > > > The plugins are newly created in > > /usr/lib/opensync/plugins$ ls -al > total 152 > drwxr-xr-x 2 root root 4096 2006-03-17 16:01 . > drwxr-xr-x 4 root root 4096 2006-03-09 13:55 .. > -rwxr-xr-x 1 root root 2056 2006-03-17 15:50 evo2_sync.la > -rwxr-xr-x 1 root root 65748 2006-03-17 15:50 evo2_sync.so > -rwxr-xr-x 1 root root 1341 2006-03-17 16:01 syncml_plugin.la > -rwxr-xr-x 1 root root 58953 2006-03-17 16:01 syncml_plugin.so > > Any thoughts about what I've done wrong ? Debian System, all compiled > and installed correctly. > > Thanks > > Jim > > > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses, which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Alexey S. <a.s...@gm...> - 2006-03-22 11:01:13
|
> Hi, > > I had the same problem. Did you restart your computer? I know, it's kind > of windows-style problem solving, but it worked for me :-) > > Clemens > > Am Freitag, den 17.03.2006, 16:14 +0000 schrieb Jim Maas: Don't restart. For you best variant is "rm -f /" -- Alexey Shabalin |
From: Andy S. <an...@as...> - 2006-03-22 11:29:31
|
Alexey Shabalin =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >>I had the same problem. Did you restart your computer? I know, it's kin= d >>of windows-style problem solving, but it worked for me :-) > Don't restart. > For you best variant is "rm -f /" Hey, what kind of solution do you propose, please comment? If this was a joke that bad joke. --=20 With best regards, Andy Shevchenko. mailto: an...@as... |
From: Alexey S. <a.s...@gm...> - 2006-03-22 12:10:21
|
MjAwNi8zLzIyLCBBbmR5IFNoZXZjaGVua28gPGFuZHJpeUBhc3BsaW51eC5jb20udWE+Ogo+IEFs ZXhleSBTaGFiYWxpbiDQydvF1DoKPiA+PkkgaGFkIHRoZSBzYW1lIHByb2JsZW0uIERpZCB5b3Ug cmVzdGFydCB5b3VyIGNvbXB1dGVyPyBJIGtub3csIGl0J3Mga2luZAo+ID4+b2Ygd2luZG93cy1z dHlsZSBwcm9ibGVtIHNvbHZpbmcsIGJ1dCBpdCB3b3JrZWQgZm9yIG1lIDotKQo+ID4gRG9uJ3Qg cmVzdGFydC4KPiA+IEZvciB5b3UgYmVzdCB2YXJpYW50IGlzICJybSAtZiAvIgo+IEhleSwgd2hh dCBraW5kIG9mIHNvbHV0aW9uIGRvIHlvdSBwcm9wb3NlLCBwbGVhc2UgY29tbWVudD8KPiBJZiB0 aGlzIHdhcyBhIGpva2UgdGhhdCBiYWQgam9rZS4Kc29ycnkuIHRoaXMgYmFkIGpva2UuCgo+Cj4g LS0KPiBXaXRoIGJlc3QgcmVnYXJkcywKPiBBbmR5IFNoZXZjaGVua28uICAgICAgbWFpbHRvOiBh bmRyaXlAYXNwbGludXgucnUKCgotLQpBbGV4ZXkgU2hhYmFsaW4K |