GNOME Bugzilla – Bug 215197
relocation error on startup
Last modified: 2001-11-13 02:57:41 UTC
Package: Evolution Priority: Major Version: 0.99.1 [+cvs.2001.11.12.08.57] Synopsis: relocation error on startup Bugzilla-Product: Evolution Bugzilla-Component: Shell Description: After installing today's snap, evolution dies upon startup, yielding the following error: evolution: relocation error: /usr/lib/libevolution-importer.so.0: undefined symbol: stat Here is the tail of an strace: read(15, "", 4096) = 0 close(15) = 0 munmap(0x40027000, 4096) = 0 open("/dev/urandom", O_RDONLY) = 15 read(15, "\257\322u\206\0\2321V", 8) = 8 close(15) = 0 open("/home/chris/evolution/local", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 15 fstat64(15, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 fcntl64(0xf, 0x2, 0x1, 0x2) = 0 getdents64(0xf, 0x80f0d40, 0x1000, 0) = 296 writev(2, [{"evolution", 9}, {": ", 2}, {"relocation error", 16}, {": ", 2}, {"/usr/lib/libevolution-importer.s"..., 35}, {": ", 2}, {"undefined symbol: stat", 22}, {"", 0}, {"", 0}, {"\n", 1}], 10evolution: relocation error: /usr/lib/libevolution-importer.so.0: undefined symbol: stat ) = 89 _exit(127) = ?
*** This bug has been marked as a duplicate of 215190 ***