Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: apr_dso 720127 error |
|
Author |
|
grafl
Joined: 15 Nov 2007 Posts: 4
|
Posted: Sun 11 Dec '11 23:06 Post subject: apr_dso 720127 error |
|
|
Hi All,
I tested the http://dev.ariel-networks.com/apr/apr-tutorial/html/apr-tutorial-12.html DSO loading on Windows but it failed.
The dso-sample command line application and the dso_function, containing my demo function compile without error, using VS2008.
The loading goes fine but the apr_dso_sym fails with the error code 720127.
Used softwares: XP SP3, VS2008 and Apache HTTPD 2.2.19.
Any hint?
Thank you in advance for your help.
L |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 12 Dec '11 11:22 Post subject: |
|
|
Did you compile apache yourself or is it from apache.org? If it is from apache.org there is no wonder, cause a module compiled with VC9 aka VS2008 will never load into apache compiled with VC6.
Also a hint is the last modifiey tag:
Quote: |
Last-Modified: Mon, 29 Aug 2005 16:18:57 GMT
|
I think that tutorial is much out of date. In the apache source there is mod example and mod echo. Those module are a good start for learning. Also a very simple module is hexten.net/assets/apache2/mod_log_rotate.c and http://www.apachetutor.org |
|
Back to top |
|
|
|
|
|
|