[Bug 417572] New: acroread rpm has missing libraries
https://bugzilla.novell.com/show_bug.cgi?id=417572 Summary: acroread rpm has missing libraries Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Commercial AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: vogt@itwm.fraunhofer.de QAContact: qa@suse.de Found By: --- Hello, the SUSE acroread rpm does not provide all the libs which are part of the official adobe rpm. Problem: ======== between these rpms from SuSE: -acroread-8.1.2-1.4.i586.rpm and (current) -acroread-8.1.2-34.1.i586.rpm (from: http://download.opensuse.org/distribution/11.0/repo/non-oss/suse/i586/) some libraries disappeared in the rpm: Example: ======== vogt@lts032[acro]>rpm -qpl acroread-8.1.2-1.4.i586.rpm | grep intell | grep libcrypto /usr/lib/Adobe/Reader8/Reader/intellinux/lib/libcrypto.so /usr/lib/Adobe/Reader8/Reader/intellinux/lib/libcrypto.so.0 /usr/lib/Adobe/Reader8/Reader/intellinux/lib/libcrypto.so.0.9.7 vogt@lts032[acro]>rpm -qpl acroread-8.1.2-34.1.i586.rpm | grep intell | grep libcrypto vogt@lts032[acro]> (crypt ssl libs etc, there are more than these ..) Why are these libs necessary? ============================= There is (for example) a plugin for acroread: http://plugin.fileopen.com which adds DRM (Digital rights management) for .pdf files. These DRM files are used in scientific papers which you can buy on the internet (example: http://www.subito-doc.de/) The plugin depends on these libraries from adobe (which are of course part of the "official" acroread) from: http://www.adobe.com/products/acrobat/readstep2.html Result: If these libs are missing no-one can use DRM .pdf files. Usually Universities etc... are affected by this.. Please put the libs back into the standard distributioun. regards, Martin -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=417572 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |mfabian@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=417572 Thomas Biege <thomas@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|acroread rpm has missing libraries |VUL-0: acroread rpm has missing libraries -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=417572 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=417572#c1 --- Comment #1 from Mike Fabian <mfabian@novell.com> 2008-08-15 07:58:16 MDT --- We removed these libraries because of security considerations and compatibility problems: ------------------------------------------------------------------- Wed Feb 20 12:46:16 CET 2008 - mfabian@suse.de - bnc#353251: remove duplicated system libraries (because of security considerations and compatibility problems). ------------------------------------------------------------------- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=417572 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=417572#c2 Mike Fabian <mfabian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gaurav@adobe.com Summary|VUL-0: acroread rpm has missing libraries |acroread rpm has missing libraries --- Comment #2 from Mike Fabian <mfabian@novell.com> 2008-08-15 08:08:09 MDT --- As you can see in bug #353251, the duplicated libstdc++ caused problems, deleting the libstdc++ supplied by acroread helped because acroread then used the libstdc++ from the system. Then we thought that would be a good idea for the other duplicated libraries as well (see the other comments in bug #353251). Are you sure that the libraries from the system cannot be used? Do you have an example file to reproduce the problem? → NEEDINFO. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=417572 Mike Fabian <mfabian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |vogt@itwm.fraunhofer.de -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=417572 User vogt@itwm.fraunhofer.de added comment https://bugzilla.novell.com/show_bug.cgi?id=417572#c3 Martin Vogt <vogt@itwm.fraunhofer.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|vogt@itwm.fraunhofer.de | --- Comment #3 from Martin Vogt <vogt@itwm.fraunhofer.de> 2008-08-18 10:06:46 MDT --- Hello, ok I looked a bit deeper into the problem. I think the segfault is related to OpenSuSE 10.1 and has nothing to do with the missing libraries (or the SuSE RPM) This is what I have tested. Offical Adobe RPM: ================== installed AdobeReader_enu-8.1.2_SU1-1.i486.rpm (official Adobe) with the fileopen plugin on SuSE 10.1 -> segfault installed AdobeReader_enu-8.1.2_SU1-1.i486.rpm with the fileopen plugin on SuSE 10.2 -> works OLDER SUSE RPM: =============== installed acroread-8.1.2-1.4.i586.rpm (contains all the libs) with the fileopen plugin on SuSE 10.1 -> segfault installed acroread-8.1.2-1.4.i586.rpm with the fileopen plugin on SuSE 10.2 -> works NEWER SUSE RPM: =============== installed acroread-8.1.2-1.10.i586.rpm (does not contains ssl libs etc..) with the fileopen plugin on SuSE 10.1 -> segfault installed acroread-8.1.2-1.10.i586.rpm with the fileopen plugin on SuSE 10.2 -> works Result ====== It looks that the fileopen plugin is incompatible with SuSE 10.1. (and thus with SLED/SLES). I think you can close the bug report, I will inform fileopen.com about this incompatibility. regards, Martin -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=417572 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=417572#c4 Mike Fabian <mfabian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |UPSTREAM --- Comment #4 from Mike Fabian <mfabian@novell.com> 2008-08-18 10:20:41 MDT --- OK, thank you very much! Setting resolution to UPSTREAM because it seems to be related to fileopen.com according to comment #3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com