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 -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: MOD_VHOST_DBI and MOD_DBI_POOL
Author
someone



Joined: 06 Jul 2006
Posts: 11

PostPosted: Thu 19 Oct '06 18:25    Post subject: MOD_VHOST_DBI and MOD_DBI_POOL Reply with quote

Could anyone tell me how do I compile(or gimme .so's) MOD_VHOST_DBI on win for Apache 2.2.2? I just don't understand how do I do that.. And mod_dbi_pool also because mod_vhost_dbi seems to need it.

http://www.outoforder.cc/projects/apache/mod_vhost_dbi/

Question
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Thu 19 Oct '06 20:12    Post subject: Reply with quote

When I look to that site, it states that is for 2.0 not sure it is working out of the box with 2.2.

Best is to contact the author of the module.

Steffen
Back to top
someone



Joined: 06 Jul 2006
Posts: 11

PostPosted: Thu 19 Oct '06 21:54    Post subject: Reply with quote

Lines 501-509 from mod_vhost_dbi.c:
Code:
AP_DECLARE_DATA module vhost_dbi_module = {
    STANDARD20_MODULE_STUFF,
    NULL,                   
    NULL,                   
    vhost_dbi_create_server_config,
    NULL,                   
    vhost_dbi_commands,
    register_hooks         
};


and error:
Code:
mod_vhost_dbi.c(501) : error C2491: 'vhost_dbi_module' : definition of dllimport data not allowed
apxs:Error: Command failed with rc=131072


Should be simple but how this can be fixed Question

Admin note:
Please do not double post.
Back to top
someone



Joined: 06 Jul 2006
Posts: 11

PostPosted: Sun 22 Oct '06 19:45    Post subject: Reply with quote

Question Sad
Back to top


Reply to topic   Topic: MOD_VHOST_DBI and MOD_DBI_POOL View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules