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: MOD_VHOST_DBI and MOD_DBI_POOL |
|
Author |
|
someone
Joined: 06 Jul 2006 Posts: 11
|
Posted: Thu 19 Oct '06 18:25 Post subject: MOD_VHOST_DBI and MOD_DBI_POOL |
|
|
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/
|
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Thu 19 Oct '06 20:12 Post subject: |
|
|
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
|
Posted: Thu 19 Oct '06 21:54 Post subject: |
|
|
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
Admin note:
Please do not double post. |
|
Back to top |
|
someone
Joined: 06 Jul 2006 Posts: 11
|
Posted: Sun 22 Oct '06 19:45 Post subject: |
|
|
|
|
Back to top |
|
|
|
|
|
|