On Wed, 2003-02-12 at 04:55, Rik Guyler wrote: > I recently installed Evolution 1.2.2-1 on my RH8.0 box via the Red > Carpet Installer and it just will not run. When I launch it, either > by the X shortcut or from the terminal, I get an error saying the > shared library libdb.so.2 cannot be opened: file not found. > > The library file is on my system and the path is in the environment > path. I applied all updates to Evolution that were available as well > as RH updates. This didn't change anything. I then uninstalled > Evolution and reinstalled and updated everything again but no change.
I presume you mean LD_LIBRARY_PATH or ld.so.conf ? Maybe try using strace -e open -f evolution (or evolution-mail, or wombat, depending on which program isn't owrking) to see what it can't find, sometimes its a library/file that another library depends on and the error message isn't very direct. _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
