Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 2004 18:25:55 GMT
From:      Mark <admin@asarian-host.net>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: Do I really need to rebuilding *everything*
Message-ID:  <200403211825.I2LIPSHS050214@asarian-host.net>
References:  <1079841282.664.10.camel@osaka> <20040321065555.GE2097@dan.emsphone.com> <200403210708.I2L78Y8J027993@asarian-host.net> <200403202352.12548.kstewart@owt.com>

next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- 
From: "Kent Stewart" <kstewart@owt.com>
To: <freebsd-questions@freebsd.org>
Cc: "Mark" <admin@asarian-host.net>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403211825.I2LIPSHS050214>