Bug 68412
| Summary: | Cannot access Bonobo/ConfigDatabase on womnat: | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Leigh L. Klotz, Jr. <klotz> |
| Component: | evolution | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-07-09 23:59:36 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Add /usr/lib/mozilla-1.0.0 to /etc/ld.so.conf or wait for mozilla 1.0.1 which moves the libs back to /usr/lib. Unfortunately, the changes sort of came up out of nowhere so I really couldn't have even fixed it with a version require (well, without requiring a specific version, but that's not the case) |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020611 Description of problem: When I start evolution-1.0.3-6 or -4, it prints evolution-shell-WARNING **: Cannot access Bonobo/ConfigDatbase on wombat: (IDL:OAF/GeneralError:1.0) Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install evolution 2. Upgrade mozilla to 1.0.0 or later 3. Start evolution Actual Results: Evolution fails to start Expected Results: Evolution should have started. Additional info: This appears to be the result of a missing libssl3.so, which is provided in RedHat 7.3 by mozilla-nss-0.9.9-7. If you upgrade mozilla to a later revision (say 1.0.0), libssl3.so moves from /usr/lib to /usr/lib/mozilla-1.0.0/libssl3.so As a workaround you can do export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib/mozilla-1.0.0 evolution claims to depend on mozilla-nss without a version number. Perhaps it's a packager difference (RPMS from mozilla.org vs. from RedHat CD).