[Reference:<_A3758@delegate-en.ML_>]
Newsgroups: mail-lists.delegate-en
[DeleGate-En] Re: minimum neccessary libs
In message <_A3758@delegate-en.ML_> on 06/16/07(05:52:01)
you "Joe Moore" <pvyhabdyi-mykgh42kg4tw.ml@delegate.org> wrote:
|I have successfully built and run delegated on FreeBSD 6.2-stable. I
|built from the ports collection and it runs on a "typical" FreeBSD
|install.
|
|I am now trying to get it to run in a "minibsd 6" installation (a very
|stripped-down FreeBSD 6.2 "minimum" install) that boots from a flash
|disk. I get error messages about missing libs and "unable to link to
|openssl libs". I've copied over the missing files that were specifically
|named in the error messages but I still seem to be missing something.
|
|Would it be possible to get a list of the required libs? Or, is there a
|way to build the port statically linked?
You should be able to do it with the ldd command if it is not stripped.
% ldd delegated
delegated:
libutil.so.5 => /lib/libutil.so.5 (0x8008ad000)
libpthread.so.2 => /usr/lib/libpthread.so.2 (0x8009ba000)
libpam.so.3 => /usr/lib/libpam.so.3 (0x800ae5000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x800bed000)
libc.so.6 => /lib/libc.so.6 (0x800de4000)
libm.so.4 => /lib/libm.so.4 (0x800fe2000)
Cheers,
Yutaka
--
9 9 Yutaka Sato <pfqcabdyi-mykgh42kg4tw.ml@delegate.org> http://delegate.org/y.sato/
( ~ ) National Institute of Advanced Industrial Science and Technology
_< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan
Do the more with the less -- B. Fuller
|