Re: proftpd
Gergely Madarasz <[email protected]> writes:
> On Mon, 1 Nov 1999, David Weinehall wrote:
> >
> > Wouldn't it be better make it suggested rather than required? A couple of
> > 100kb here and there adds upp pretty quickly...
>
> No... proftpd is linked against these libraries, if they weren't
> installed, proftpd would not start at all.
proftpd should use dlopen to only open the library when needed. :)
Maybe it would be a good thing to tell the elf loaders to not give up
when runtime linking fails but to give a segfault when a function that
failed to link is used.
That way you could start proftpd without the sql lib and it would work
unless you use the sql parts.
May the Source be with you.
Goswin
Reply to: