Return-Path: X-Original-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2BDC99191 for ; Mon, 21 May 2012 15:40:26 +0000 (UTC) Received: (qmail 47848 invoked by uid 500); 21 May 2012 15:40:26 -0000 Delivered-To: apmail-incubator-ooo-issues-archive@incubator.apache.org Received: (qmail 47818 invoked by uid 500); 21 May 2012 15:40:26 -0000 Mailing-List: contact ooo-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-issues@incubator.apache.org Delivered-To: mailing list ooo-issues@incubator.apache.org Received: (qmail 47806 invoked by uid 99); 21 May 2012 15:40:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2012 15:40:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.123] (HELO sif.zones.apache.org) (140.211.11.123) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2012 15:40:24 +0000 Received: by sif.zones.apache.org (Postfix, from userid 80) id BBDB64FB0; Mon, 21 May 2012 15:40:04 +0000 (UTC) From: bugzilla@apache.org To: ooo-issues@incubator.apache.org Subject: [Bug 119263] Crash while saving writer document with password on OpenSolaris(Sparc) Date: Mon, 21 May 2012 15:40:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: word processor X-Bugzilla-Component: save-export X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: contact@0x17.ch X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ooo-issues@incubator.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/ooo/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/ooo/show_bug.cgi?id=119263 --- Comment #5 from Nicolas Christener --- We finally also found a real solution :) What actually happend during linking is this: * openoffice.org3/program/../basis-link/program/updchk.uno.so loads: * /usr/lib/libcurl.so.3 loads: * /usr/lib/libldap.so.5 loads: * /usr/lib/mps/libnss3.so (This can be seen in https://issues.apache.org/ooo/attachment.cgi?id=77573) And the reason why updchk.uno.so uses /usr/lib/libcurl.so.3 in the first place is the configure switch --with-system-curl which we now removed and after a rebuild everything works as expected \o/ Should --with-system-curl with non-system nss/mozilla work? -- You are receiving this mail because: You are the assignee for the bug.