From owner-freebsd-questions Mon Nov 26 18:36:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.nji.com (mail.nji.com [216.44.116.2]) by hub.freebsd.org (Postfix) with ESMTP id 1235B37B419 for ; Mon, 26 Nov 2001 18:36:39 -0800 (PST) Received: from kahuna (mpb-92.nji.com [216.44.117.92]) by ns1.nji.com (8.9.0/8.9.0) with ESMTP id VAA11777 for ; Mon, 26 Nov 2001 21:36:37 -0500 From: "Michael Greenberg" To: freebsd-questions@freebsd.org Date: Mon, 26 Nov 2001 21:39:52 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: pkg_update w/Apache Message-ID: <3C02B6A8.18970.1632248@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) 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 I've got an older version of apache+mod_ssl installed, and I downloaded the newest package. I try to pkg_update it and the following happens: # pkg_update apache+mod_ssl-1.3.22+2.8.5_1.tgz Updating apache+mod_ssl packages to version 1.3.22 There are no apache+mod_ssl packages installed Well, that prompts me to check, so I do: # pkg_info | grep apache apache+mod_ssl-1.3.20+2.8.4 The Apache 1.3 webserver... Well, after a man pkg_update, I tried (sorry about funny line- wrapping problems, if any -- I'm not sure how Pegasus formats this): # pkg_update -r apache+mod_ssl-1.3.20+2.8.4 apache+mod_ssl- 1.3.22+2.8.5_1.tgz Updating apache+mod_ssl package version 1.3.20 to 1.3.22 Package apache+mod_ssl-1.3.20+2.8.4 is not installed. What's going on? How can I update my version of Apache? Should I use the port tree? I'm not entirely comfortable using ports with just what the Handbook/FAQ/manpages tell me. Any help would be appreciated, Mike. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message