William Harrington wrote:
Hello,
Using my GCC4-20050815 build and BLFS dev:
Has anyone experienced the problem where the dynamic loader
library is not included in the list of LIBS?
No, builds and runs fine here.
tar xzf openssh-4.1p1.tar.gz &&
cd openssh-4.1p1 &&
mkdir /var/empty &&
chown root:sys /var/empty &&
groupadd sshd &&
useradd -c 'sshd privsep' -d /var/empty -g sshd -s /bin/false sshd &&
./configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/sbin
--with-md5-passwords &&
make &&
make install &&
cd .. &&
rm -rf openssh-4.1p1
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page