Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 58444 invoked from network); 21 Mar 2008 21:16:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2008 21:16:50 -0000 Received: (qmail 99948 invoked by uid 500); 21 Mar 2008 21:16:48 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 99676 invoked by uid 500); 21 Mar 2008 21:16:48 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 99658 invoked by uid 99); 21 Mar 2008 21:16:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Mar 2008 14:16:48 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Mar 2008 21:16:06 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id A5675234C0AB; Fri, 21 Mar 2008 14:14:51 -0700 (PDT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 44639] Segmentation fault 11 errors right after server started up X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: All X-Bugzilla-Keywords: ErrorMessage X-Bugzilla-Severity: critical X-Bugzilla-Who: rainer.jung@kippdata.de X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20080321211451.A5675234C0AB@brutus.apache.org> Date: Fri, 21 Mar 2008 14:14:51 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=44639 --- Comment #17 from Rainer Jung 2008-03-21 14:14:51 PST --- So we see, that you are loading "foreign" ldap libs. It's likely that they are not compatible with the Solaris nsswitch. If you want to understand how to avoid it (and why this doesn't happen for httpd 1.3) you might need to find out, why the libs from /app/local/padl/lib get loaded. You could e.g. use ldd or better "ldd -v" against the various libs in pmap to find out, which one loads those unwanted libs. If you think you don't need them and you don't want them, make sure that you don't have /app/local/padl/lib in your LD_LIBRARY_PATH (not only during runtime, but also during compilation). Then those libs should not have a chance to get included. The only exception would be if one of the three other none system libs, that you use during build /app/local/lib/libgcc_s.so.1 /app/local/ssl/lib/libcrypto.so.0.9.7 /app/local/ssl/lib/libssl.so.0.9.7 were previously compiled with a dependency against any lib in /app/local/padl/lib. But those usually don't have a foreign dependency and also I assume you use the same ones for building your httpd 1.3. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org