I build the binary RPM and upgraded over the one I had provided by Rui.
Then evolution would not start :
$ evolution evolution: error while loading shared libraries: libgtkhtml-3.1.so.11: cannot open shared object file: No such file or directory
I fixed that with this a dodgy symlink :
$ ls -l /usr/lib/libgtkhtml-3.1.so.11 lrwxrwxrwx 1 root root 24 Aug 11 10:48 /usr/lib/libgtkhtml-3.1.so.11 -> libgtkhtml-3.1.so.11.0.2 $ ls -l /usr/lib/libgtkhtml-3.1.so.11.0.2 ls: /usr/lib/libgtkhtml-3.1.so.11.0.2: No such file or directory $ ls -l /usr/lib/libgtkhtml-3.1.so.11.0.0 -rwxr-xr-x 1 root root 612744 Aug 11 10:47 /usr/lib/libgtkhtml-3.1.so.11.0.0 $ sudo rm /usr/lib/libgtkhtml-3.1.so.11 $ sudo ln -s /usr/lib/libgtkhtml-3.1.so.11.0.0 /usr/lib/libgtkhtml-3.1.so.11 $ evolution
And then it worked ( which is how I'm sending this email ).
On Tue, 2004-08-10 at 10:15 -0400, Owen Taylor wrote:
On Tue, 2004-08-10 at 05:00, Rui Miguel Seabra wrote: > On Tue, 2004-08-10 at 15:46 +0900, Naoki wrote: > > Using evolution 'evolution-1.5.92.1-1' On FC3T1 and I'm noticing with > > the text type set to 'preformat' line wraps at the first space in the > > line. > > A continuous line of text will run to the end of the text box but > > throw a space in anywhere and it wraps over. > > > > Anybody else see this? > > Yes. That's likely a gtkhtml 3.3.0 bug. > Downgrading to gtkhtml 3.1.19 works (but you'll probably have to rebuild > evolution, I did just in case) You actually didn't need to rebuild evolution 3.1 and 3.3 have the same ABI. But better: http://people.redhat.com/otaylor/tmp/gtkhtml3-3.3.0-2.src.rpm has the small fix. (rpmbuild --rebuild. Had trouble getting it through the build system yesterday, should show up in rawhide in a day or so.) Regards, Owen