Setting up SP in Apache on windows
Sathish Anickode
SAnickode at skytouchtechnology.com
Wed Dec 10 19:34:58 EST 2014
I am running on a 64 bit machine and hence was using the 64 bit version. I ran the dependency walker and found the following two errors, But, I am not sure how to resolve the issue further.
GetProcAddress(0x0000000076EB0000 [KERNEL32.DLL], "GetCurrentPackageId") called from "MSVCR110.DLL" at address 0x000007FEEC65DF5A and returned NULL. Error: The specified procedure could not be found (127).
GetProcAddress(0x000000013F980000 [HTTPD.EXE], "NvOptimusEnablement") called from "NVINITX.DLL" at address 0x000007FEFD4F8C67 and returned NULL. Error: The specified procedure could not be found (127).
Thanks for any input to resolve the above issue.
-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On Behalf Of Cantor, Scott
Sent: Wednesday, December 10, 2014 3:06 PM
To: Shib Users
Subject: Re: Setting up SP in Apache on windows
On 12/10/14, 9:44 PM, "Sathish Anickode"
<SAnickode at skytouchtechnology.com> wrote:
>I modified to refer apache24.config and I got the following error again:
>
>httpd.exe: Syntax error on line 510 of C:/Apache24/conf/httpd.conf:
>Syntax error on line 249 of C:/Apache24/conf/extra/httpd-ssl.conf:
>Syntax error on line 13 of
>C:/opt/shibsp253/etc/shibboleth/apache24.config: Cannot load
>C:/opt/shibsp253/ lib64/shibboleth/mod_shib_24.so into server: The
>specified module could not be found.
The build is done using the version from Apache directly. If it doesn't work, that error normally means the DLL just isn't loading due to dependency issues and it would require specific testing on the machine with a tool like the "depends" utility to see what DLLs are missing for some reason and preventing it from loading. Checking the event log is always a possibility also.
Of course, you're also trying to load a 64-bit version, so presumably that's intentional and matches the Apache server build.
-- Scott
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list