Issue 17888 - crash reporter fails on systems that do not provide libpng10
Summary: crash reporter fails on systems that do not provide libpng10
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC2
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Joost Andrae
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-05 16:11 UTC by dankegel
Modified: 2003-08-07 10:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description dankegel 2003-08-05 16:11:28 UTC
Mandrake 9.1 does not appear to ship libpng.so.2, which causes the error

/usr/local/OOo-1.1/program/crash_report.bin: error while loading
shared libraries: libpng.so.2: cannot open shared object file: No such
file or directory

when the gui crash reporter tries to run.
This came up in issue 17223.

On RH8, it looks like libpng.so.2 and libpng.so.3 are in separate packages:
$ rpm -q -f /usr/lib/libpng.so.2
libpng10-1.0.13-5
$ rpm -q -f /usr/lib/libpng.so.3
libpng-1.2.2-6

so it looks like the gui crash reporter is going to fail
on distros that don't include libpng10!  Looks like
OpenOffice can't rely on the system to provide libpng10.
I'd say that's one more library that has to be bundled
into the OpenOffice package.
Comment 1 thorsten.martens 2003-08-07 09:35:42 UTC
TM->JA: Please have a look, thanks !
Comment 2 Joost Andrae 2003-08-07 10:28:40 UTC
Joost->Dan: The crash report tool doesn't even work in 1.1 RC2 on
Solaris and on Linux. Our release engineers made some faults within
the development environment when compiling the crash report binaries
for the OpenOffice.org snapshot build. Please stay tuned and wait for
1.1 RC3 build where I will care about the crash reporter...
Comment 3 Joost Andrae 2003-08-07 10:29:02 UTC
JA: closing issue