From owner-freebsd-questions Fri Oct 18 8:41:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30E9737B401 for ; Fri, 18 Oct 2002 08:41:13 -0700 (PDT) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D7543E9C for ; Fri, 18 Oct 2002 08:41:12 -0700 (PDT) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.5/8.12.5) with ESMTP id g9IFnT2T038803 for ; Fri, 18 Oct 2002 08:49:30 -0700 (PDT) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: (from nkinkade@localhost) by sub21-156.member.dsl-only.net (8.12.5/8.12.5/Submit) id g9IFnOeS038802 for freebsd-questions@freebsd.org; Fri, 18 Oct 2002 08:49:24 -0700 (PDT) (envelope-from nkinkade) Date: Fri, 18 Oct 2002 08:49:24 -0700 From: Nathan Kinkade To: freebsd-questions@freebsd.org Subject: Re: apache install problems w/expat Message-ID: <20021018154924.GC36930@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: freebsd-questions@freebsd.org References: <20021018060109.78647.qmail@web20105.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021018060109.78647.qmail@web20105.mail.yahoo.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 17, 2002 at 11:01:09PM -0700, Bsd Neophyte wrote: > > i have problems installing apache. > > i'm getting the following errors eventhough i have expat-1.95.4 installed. > > -------------- > ===> Installing for expat-1.95.4 > ===> expat-1.95.4 is already installed - perhaps an older version? > If so, you may wish to ``make deinstall'' and install > this port again by ``make reinstall'' to upgrade it properly. > If you really wish to overwrite the old port of expat-1.95.4 > without deleting it first, set the variable "FORCE_PKG_REGISTER" > in your environment or the "make install" command line. > *** Error code 1 > > Stop in /usr/ports/textproc/expat2. > *** Error code 1 > -------------- > > when i tried doing it again i get the following error: > > Error: shared library "expat.4" does not exist > *** Error code 1 > > Stop in /usr/ports/www/apache2. > > > i've tried to uninstall expat and then reinstall it... i've also tried > running portupgrade on expat... but i'm still stuck. > > as always, any and all help will be appreciated Try deinstalling the expat2 package/port with `pkg_deinstall' or `pkg_delete'. The run `pkgdb -F' and fix any problems that may arise. The go back to your apache build and try again, letting the apache port install expat2 itself. This may not solve the underlying problem you are having with the apache port, but it might get past the problem? Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message