View Single Post

   
  #3 (permalink)  
Old 01-18-2008, 07:07 PM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: Fedora / FreeBSD files question


"Wayne" <wayne@somedomain.com> wrote in message
news:e7ej3n$fjs$1@ctb-nnrp2.saix.net...
> Hi,
>
> I am using a tutorial to setup apache on my fedora 5.0 server.
> The tutorial however is based on FreeBSD 5.1
>
> I cant find the following files to cp though.
>
> cp /usr/libexec/ld-elf.so.1 /chroot/httpd/usr/libexec/
> cp /var/run/ld-elf.so.hints /chroot/httpd/var/run/
> cp /etc/master.passwd /chroot/httpd/etc/passwords
>
> Can anyone help ?
>
> Thanks,
>
> Wayne.


OK, first, FreeBSD 5.1 is fairly out of date: 6.1 is out and pretty stable.

Second, the core libraries for your chroot cage are whatever the httpd and
other binaries need: you can get a list of those by doing "ld `which
httpd`", which reports the critical libraries.

The /etc/master.passwd thing just looks weird. What is that under FreeBSD?


Reply With Quote