Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 54543 invoked by uid 500); 10 Apr 2003 12:31:07 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 54421 invoked from network); 10 Apr 2003 12:31:06 -0000 Received: from unknown (HELO amethyst.4lane.com) (64.30.49.16) by daedalus.apache.org with SMTP; 10 Apr 2003 12:31:06 -0000 Received: from localhost (localhost [127.0.0.1]) by amethyst.4lane.com (Postfix) with ESMTP id 7807C58008 for ; Thu, 10 Apr 2003 08:31:02 -0400 (EDT) Received: from [10.21.30.80] (unknown [10.21.30.80]) by amethyst.4lane.com (Postfix) with ESMTP id F0ED058007 for ; Thu, 10 Apr 2003 08:31:01 -0400 (EDT) From: Lee Fellows To: users@httpd.apache.org In-Reply-To: <3E94CCBD.10408@ABS-CompTech.com> References: <3E946DCD.9080104@ABS-CompTech.com> <3E9476A6.8040801@ABS-CompTech.com> <1049917966.1338.5098.camel@darkstar.internal.4lane.com> <3E948075.5080502@ABS-CompTech.com> <1049921609.1338.5122.camel@darkstar.internal.4lane.com> <3E94CCBD.10408@ABS-CompTech.com> Content-Type: text/plain Organization: Message-Id: <1049977820.1336.5135.camel@darkstar.internal.4lane.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 10 Apr 2003 08:30:21 -0400 Content-Transfer-Encoding: 7bit X-Virus-Scanned: AMaViS new-20020517 / ClamAV 0.22 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Problems finding libs - small update. On Wed, 2003-04-09 at 21:45, Albert E. Whale, CISSP wrote: > Actually, NO. The error messages I presented did not change. > > Here's what I'm doing, please tell me what's wrong with it. > > # LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/usr/local/apache.new/libexec > # export LD_LIBRARY_PATH > # /usr/local/apache.new/bin/apachectl start > Syntax error on line 205 of /usr/local/apache.new/conf/httpd.conf: > Cannot load /usr/local/apache.new/libexec/mod_mmap_static.so into server: \ > ld.so.1: /usr/local/apache.new/bin/httpd: fatal: relocation error: \ > file /usr/local/apache.new/libexec/mod_mmap_static.so: \ > symbol ap_null_cleanup: referenced symbol not found > /usr/local/apache.new/bin/apachectl start: httpd could not be started > > > BTW, I can perform a man on ld.so.1, ld, and ldd. Nothing makes > reference of crle. If you can tell me what Package its in on a New > version of Solaris I can see if I have the package on CD. Appreciate > your assistance. SUNWtoo is the package name on Solaris 2.8. Not sure about 2.7. Just a suggestion: You may want to reconfigure/recompile apache after setting and exporting LD_LIBRARY_PATH. This way everything gets built with the same environment. I may be incorrect, but it looks suspiciously like some components were built incorrectly. HTH -- Lee Fellows --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org