gssapi32.dll

Jeffery Dowell jeffery.dowell at duke.edu
Tue Apr 21 20:27:18 EDT 2015


Ben -

I used dependency walker to view the dependencies of gssapi32.dll (in MIT folder) on both a working install and a nonfunctional install. Both showed various errors which were nearly identical.

Only this DLL was different and missing on the nonfunctional install:
API-MS-WIN-APPMODEL-RUNTIME-L1-1-0.DLL
The rest of the messages below were the same.
_______________________________________
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

API-MS-WIN-APPMODEL-RUNTIME-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL
API-MS-WIN-SHCORE-SCALING-L1-1-1.DLL
DCOMP.DLL
IESHIMS.DLL
___________________________________________

Also, I installed Microsoft Visual C++ Redistributables for 2005, 2008, 2010, 2012 in each of their 32bit and 64bit varieties.

Alas the error still persists and has appeared on a couple more computers as the installation efforts continue.

I installed a totally new Win7 with only SP1 (no software, no patches) and the install worked fine. Could it be that some other software is overwriting and changing an important version of DLL?

Thanks,

Jeffery

-----Original Message-----
From: Benjamin Kaduk [mailto:kaduk at MIT.EDU] 
Sent: Tuesday, April 21, 2015 4:38 PM
To: Jeffery Dowell
Cc: Kerberos at mit.edu
Subject: RE: gssapi32.dll

On Tue, 21 Apr 2015, Jeffery Dowell wrote:

> Thanks Ben, This is most helpful and I am trying multiple variations 
> on my test systems. I haven't had any luck as of yet on a fix. I just 
> joined the list yesterday and missed out on the prior conversation 
> about this topic. I don't see a way to access list archives so if 
> anyone has access to this prior topic and can forward, it would be 
> most appreciated. The subject of concern is:

The list is archived at http://mailman.mit.edu/pipermail/kerberos/ , though the web view is not very searchable.  (Downloading the full raw archive will get something that a local MUA should be able to search,
though.)

> SncPDLINIT()==SNCERR_INIT
>  Unable to load GSS-API DLL
> Error 182 = "The operating system cannot run C:\Program Files 
> (x86)\MIT\Kerberos\bin\gssapi32.dll
>  Return Code -1
> System Call LoadLibrary

I did a bit of poking with dumpbin.exe /dependents on my local machine, but nothing is standing out as obviously a candidate for being missing, other than the C runtime.  My build is a debug build, so I have msvcr100d.dll, but you probably have a non-debug build.

Can you try using Dependency Walker (http://www.dependencywalker.com/) to see if there are missing dependencies which could explain the LoadLibrary failure?

-Ben



More information about the Kerberos mailing list