I installed Wunderlist on Opensuse 11.4 x86_64 & the only problem was having to write a sym-link for libffi:
cd /usr/lib64
ln -s /usr/lib64/libffi.so.4 /usr/lib64/libffi.so.5
and Wunderlist runs perfectly.
However, when I install Wunderlist on Opensuse 12.1, it installs without error; however, when I run the executable, I get:
> cd /home/jim/bin/Wunderlist-1.2.4
> ./Wunderlist
/home/me/bin/Wunderlist-1.2.4/installer/installer: /usr/lib64/libcurl.so.4: no version information available (required by /home/jim/bin/Wunderlist-1.2.4/installer/installer)
(process:5589): GLib-WARNING **: goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 4
(process:5589): GLib-WARNING **: goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 1
(process:5589): GLib-WARNING **: goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 0
(process:5589): GLib-WARNING **: goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 5
(installer:5589): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed
(installer:5589): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed
~/bin/Wunderlist-1.2.4>
Todate, I have:
- written a sym-link linking /usr/lib64/libcurl.so.4 with /home/jim/Wunderlist-1.2.4/runtime/1.2.0.RC3/libcurl.so.4
ln -s /usr/lib64/libcurl.so.4 /home/jim/Wunderlist-1.2.4/runtime/1.2.0.RC3/libcurl.so.4
and,
2. When that didn’t work, I renamed home/jim/Wunderlist-1.2.4/runtime/1.2.0.RC3/libcurl.so.4 to home/jim/Wunderlist-1.2.4/runtime/1.2.0.RC3/libcurl.so.4.bak
and copied /usr/lib64/libcurl.so.4 to /home/jim/Wunderlist-1.2.4/runtime/1.2.0.RC3 and still got the same error above.
In 11.4, the curl packages were version 7.21.2-9.1; in 12.1 the curl packages are 7.22.02.1.3.
Any ideas to get Wunderlist up and running are greatly appreciated, jim