You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ja...@tcs.com on 2006/08/09 15:08:42 UTC

[users@httpd] LoadModule failed in windows - Help Help Help

Hi All,

                os_handle = LoadLibraryExW(wpath, NULL, 0);
                if (!os_handle)
                        os_handle = LoadLibraryExW(wpath, NULL, 
LOAD_WITH_ALTERED_SEARCH_PATH);
                if (!os_handle)
is not able to load my customised mod_echo.so in Windows. I link an 
additional lib file to the mod_echo.so and call a method. The mod_echo 
size is approximately 3MB. Is it because of the big size the LoadModule is 
failing?
Somebody please help.

Jayaram Ganapathy
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you



Re: [users@httpd] LoadModule failed in windows - Help Help Help

Posted by Joshua Slive <jo...@slive.ca>.
On 8/9/06, jayaram.g@tcs.com <ja...@tcs.com> wrote:
>
> Hi All,
>
>                 os_handle = LoadLibraryExW(wpath, NULL, 0);
>                 if (!os_handle)
>                         os_handle = LoadLibraryExW(wpath, NULL,
> LOAD_WITH_ALTERED_SEARCH_PATH);
>                 if (!os_handle)
> is not able to load my customised mod_echo.so in Windows. I link an
> additional lib file to the mod_echo.so and call a method. The mod_echo size
> is approximately 3MB. Is it because of the big size the LoadModule is
> failing?
> Somebody please help.

You might find more help on the module developers mailing list:
http://modules.apache.org/subscribe

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org