Gentoo Archives: gentoo-releng

From: Donnie Berkholz <spyderous@g.o>
To: gentoo-releng@l.g.o
Subject: Re: [gentoo-releng] samba on the livecds
Date: Wed, 30 Jun 2004 13:50:22
Message-Id: 1088603473.18298.1.camel@localhost
In Reply to: Re: [gentoo-releng] samba on the livecds by Chris Gianelloni
1 On Wed, 2004-06-30 at 09:33, Chris Gianelloni wrote:
2 > Now, let's look at what it is linked against. This is on my work
3 > machine, so of course, USE flags will modify this list some, but the
4 > list is *quite* long here.
5 >
6 > $ ldd smbmount
7 > linux-gate.so.1 => (0xffffe000)
8 > libcrypt.so.1 => /lib/libcrypt.so.1 (0x40023000)
9 > libresolv.so.2 => /lib/libresolv.so.2 (0x40050000)
10 > libnsl.so.1 => /lib/libnsl.so.1 (0x40062000)
11 > libdl.so.2 => /lib/libdl.so.2 (0x40076000)
12 > libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x4007a000)
13 > libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x40090000)
14 > libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x400fc000)
15 > libcom_err.so.3 => /usr/lib/libcom_err.so.3 (0x40126000)
16 > libldap.so.2 => /usr/lib/libldap.so.2 (0x40129000)
17 > liblber.so.2 => /usr/lib/liblber.so.2 (0x40159000)
18 > libc.so.6 => /lib/libc.so.6 (0x40167000)
19 > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
20 > libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x40277000)
21 > libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x402a7000)
22 >
23 > Now, I could see that adding a hefty weight to our install media. If we
24 > really need to add samba to the LiveCD, then I think that we need to
25 > work something out.
26
27 Also consider what USE flags you compiled samba with when making that
28 determination. Looks like you've got ldap and kerberos in USE, among
29 others.
30 --
31 Donnie Berkholz
32 Gentoo Linux

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-releng] samba on the livecds Chris Gianelloni <wolf31o2@g.o>