logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: apr_dso 720127 error
Author
grafl



Joined: 15 Nov 2007
Posts: 4

PostPosted: Sun 11 Dec '11 23:06    Post subject: apr_dso 720127 error Reply with quote

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: 7294
Location: Germany, Next to Hamburg

PostPosted: Mon 12 Dec '11 11:22    Post subject: Reply with quote

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


Reply to topic   Topic: apr_dso 720127 error View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads