From owner-freebsd-questions@FreeBSD.ORG Sun Mar 21 10:25:57 2004 Return-Path: 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 465A916A4CE for ; Sun, 21 Mar 2004 10:25:57 -0800 (PST) Received: from asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B2043D2F for ; Sun, 21 Mar 2004 10:25:56 -0800 (PST) SRS0=qGiDRGin=GS=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.12.11/8.12.11) id i2LIPtem050226 for freebsd-questions@freebsd.org; Sun, 21 Mar 2004 19:25:55 +0100 (CET) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200403211825.I2LIPSHS050214@asarian-host.net> Date: Sun, 21 Mar 2004 18:25:55 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: z8vqkz2AoVhtVMglKKPhekFaTMj5ELXhumoBa1HPDc6XPbiyo8jyTCRy4MELgF8vBo1kdgmdH0070VQ6mHTEaA== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: References: <1079841282.664.10.camel@osaka> <20040321065555.GE2097@dan.emsphone.com> <200403210708.I2L78Y8J027993@asarian-host.net> <200403202352.12548.kstewart@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Auth: Asarian-host PGP signature iQEVAwUAQF3eMzFqW1BleBN9AQEAjQf8DImUgU/YZ+voMT4W7UeIEvZM/vJ4rfY+ +aAl2GKfAujCwQRAaKC4wRcCKRciVPtLcn+twUVVG0yd75PGPJY9H1sZ8AYX/g4A rmDEd5YQRp219rUGGsHuTC4OiYdWwp05vqoKIXreDoQoFvTXqO0Xaw7ZIryFtf4k o5LxKnDp6xZj7l8Tx4eZN8x3IcADHIUlPn/fqrIcMfO073nuaI1odgsGp6x8+aVz /053O6K5Bn4D4W03RftwQWx1c1zHDKPdmyglSdlB19lbikVyfVXf5cZPy8Bykn0Y nRoS5Va0cIroyBZcvVhl9Siu4XXbWl2jdIMVCgJoRNw63KBpxSpEFg== =z3Al Subject: Re: Do I really need to rebuilding *everything* X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 18:25:57 -0000 ----- Original Message ----- From: "Kent Stewart" To: Cc: "Mark" Sent: Sunday, March 21, 2004 8:52 AM Subject: Re: Do I really need to rebuilding *everything* > > Pardon my daftness, but how is a 'file' against, say, httpd, like > > this, > > > > file /usr/local/sbin/httpd > > /usr/local/sbin/httpd: ELF 32-bit LSB executable, Intel 80386, > > version 1 (FreeBSD), dynamically linked (uses shared libs), not > > stripped > > > > going to tell me whether httpd was dynamically linked against > > OpenSSL, or statically? It just tells me httpd uses shared libraries. > > Or does it mean it ONLY uses shared libraries? > > > > I use a script that I call pkgreq (pkg-required). It is > > # cat pkgreq > #! /bin/sh > cd /var/db/pkg > pkg_info -R "$1*" | more Thanks. I used this info, and the ldd command. I pretty much rebuilt everything anyway. :) I am setting up a new FreeBSD 4.9R-p3 server; and I figure now is still the time to do major changes. What about tcp_wrappers, though? I rebuild stunnel (inet-version), and it still says, stunnel 3.26 on i386-unknown-freebsd4.9 PTHREAD+LIBWRAP with OpenSSL 0.9.7c 30 Sep 2003 Odd; because the stand-alone stunnel, via the ports, seems ok: stunnel 4.04 on i386-portbld-freebsd4.9 PTHREAD+LIBWRAP with OpenSSL 0.9.7d 17 Mar 2004 Besides, tcp_wrappers does not seem to be in the ports anyway (which makes sense, as it is part of the base-system). Still, do I need a new tcp_wrappers? And if so, where do I find it? Thanks, - Mark