From: Johannes O. <ma...@jo...> - 2008-05-06 13:07:49
|
Dear all, I've come across a problem when installing the syncml-plugin on a Fedora Core 6 linux server. I'm installing from source and not via the RPMs provided by Fedora as I couldn't find a syncml-plugin-RPM package. Everything compiles fine but the make for the libopensync-plugin-syncml version 0.22 throws an error: -- snip --- ... gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libsyncml-1.0 -I/usr/include/libxml2 -I/usr/local/include/opensync-1.0 -Wall -Werror -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libsyncml-1.0 -I/usr/include/libxml2 -I/usr/local/include/opensync-1.0 -g -O2 -MT syncml_plugin.lo -MD -MP -MF .deps/syncml_plugin.Tpo -c syncml_plugin.c -fPIC -DPIC -o .libs/syncml_plugin.o syncml_plugin.c: In function 'syncml_http_server_init': syncml_plugin.c:687: error: 'SmlTransportHttpServerConfig' has no member named 'ssl_key' syncml_plugin.c:688: error: 'SmlTransportHttpServerConfig' has no member named 'ssl_crt' make[2]: *** [syncml_plugin.lo] Error 1 make[2]: Leaving directory `/usr/local/opensync/libopensync-plugin-syncml-0.22/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/opensync/libopensync-plugin-syncml-0.22' make: *** [all] Error 2 --- snip --- The configure script had run without problems. The other components like libopensync 0.22, msynctool 0.22 and libopensync-plugin-ldap 0.22 had also compiled without error. I'm using libsyncml 0.4.2 that is included in the distribution. As I couldn't find any solution in the Wiki, the tickets and the mailing list I decided to send this mail. If you need more information on the environment please let me know. Thanks in advance and kind regards, Johannes |