|
Mantis - thunderbird
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 3876 | regular use | major | always | 2009-09-02 16:50 | 2010-01-24 11:22 |
|
|
|||||
| Reporter: | rbi | Platform: | |||
| Assigned To: | wbonnet | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| Summary: | 0003876: thunderbird 2.0.0.23 and libsqlite3 issue? | ||||
| Description: |
thunderbird 2.0.0.23,REV=2009.08.22 was crashing for me on solaris 10 sparc, when trying to read certain messages (not all of them), with: ld.so.1: thunderbird-bin: fatal: relocation error: \ file /opt/csw/mozilla/thunderbird/lib/components/libstoragecomps.so: \ symbol sqlite3_os_switch: referenced symbol not found In fact the symbol doesn't exist in /opt/csw/lib/libsqlite3.so.0.8.6 CSWsqlite3rt , probably because, as stated in: http://www.sqlite.org/34to35.html [^] : 1. The undocumented sqlite3_os_switch() interface has been removed. so installing the new sqlite3 from testing didn't help. |
||||
| Steps To Reproduce: | |||||
| Additional Information: |
Workaround: I realized that a sqlite3 library is distributed in /opt/csw/mozilla/thunderbird/lib/libsqlite3.so but TB in libstoragecomps.so looks only for libsqlite3.so.0 so it doesn`t use that version, even if it searches /opt/csw/mozilla/thunderbird/lib before /opt/csw/lib , and loads it from /opt/csw/lib/libsqlite3.so.0 . The problem is solved creating a link in: /opt/csw/mozilla/thunderbird/lib # ln -s libsqlite3.so libsqlite3.so.0 (in other words TB 2.0.0.23 depends on CSWsqlite3rt but cannot use its most recent versions?) Can you explain this issue, and what is the correct solution? Thanks! |
||||
| Relationships | |||||
| Attached Files: | |||||
|
|
|||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-09-02 16:50 | rbi | New Issue | |||
| 2009-09-02 22:00 | rbi | Note Added: 0006654 | |||
| 2009-09-03 22:12 | wbonnet | Status | new => assigned | ||
| 2009-09-03 22:12 | wbonnet | Assigned To | => wbonnet | ||
| 2009-09-06 11:14 | wbonnet | Note Added: 0006676 | |||
| 2009-09-06 11:14 | wbonnet | Status | assigned => resolved | ||
| 2009-09-06 11:14 | wbonnet | Resolution | open => fixed | ||
| 2010-01-24 11:22 | wbonnet | Note Added: 0007330 | |||
| 2010-01-24 11:22 | wbonnet | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||