RE: [HACKERS] RE: [HACKERS] Kerberos V5 required for PostgreSQL installation on Windows - Mailing list pgsql-hackers

From Zeugswetter Andreas OSB sIT
Subject RE: [HACKERS] RE: [HACKERS] Kerberos V5 required for PostgreSQL installation on Windows
Date
Msg-id 6DAFE8F5425AB84DB3FCA4537D829A561D0BCE2B57@M0164.s-mxs.net
Whole thread Raw
In response to Re: RE: [HACKERS] Kerberos V5 required for PostgreSQL installation on Windows  (Dave Page <dpage@pgadmin.org>)
List pgsql-hackers
> > We should delayload this dll since it is only needed
> > for specific configuration. No need to install when it is not used.
>
> That would require building knowledge of DLL names into the code,
> which isn't practical as some projects have a habit of changing them
> regularly (e.g. gettext).

Yup, that is bad. Seems the krb5_32.dll name is quite stable though.
Not sure if you can specify a list of anticipated names ?

> I'm not sure why Dann would see this problem - all our installers
> include the required DLLs, and they should also be in the

Oh, didn't know that. I guess that shifts it to pilot error then.

Andreas

pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Immediate shutdown and system(3)
Next
From: Peter Eisentraut
Date:
Subject: Error codes for LIMIT and OFFSET