[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Handling the new Apache chroot



On Tue, 2002-11-05 at 17:20, C. Bensend wrote:

>         The main daemon builds statically, with no problem.  If
> I choose to build the CGI's statically, I'm running into problems.
> If I build the CGI's dynamically, I'll need copies of everything
> from libc to libpng to libgd.  I don't think this is desirable,
> right?
> 
> 	Thoughts/suggestions, anyone?  Henning?

I went for static with sysutils/nut.  It was far simpler that way.

What kind of problems are you having?  Does the main daemon need to be
static?  Usually only the CGIs need to be static.

Marc