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_rpaf compiling problems |
|
Author |
|
majales
Joined: 20 Jun 2006 Posts: 3
|
Posted: Tue 20 Jun '06 13:35 Post subject: mod_rpaf compiling problems |
|
|
Hi.
I look for advice how to build mod_rpaf for apache2 under windows
I've got 10 unresolved symbols during linking process. When I manually added /defaultlib:ws2_32 to the linking options one unresolved symbol
( __imp__inet_addr@4) just disappeared, but still there is other 9 left...
Would someone help me which libraries I should use???
Any help appreciated.
nmake rpaf-2.0
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
c:\apache\Apache2\bin\apxs.pl -c -n mod_rpaf-2.0.o mod_rpaf-2.0.c
Use of uninitialized value in concatenation (.) or string at C:\apache\Apache2\bin\apxs.pl line 443.
cl /nologo /MD /W3 /O2 /D WIN32 /D _WINDOWS /D NDEBUG -I"C:\apache\Apache2\include" /c /Fomod_rpaf-2.0.lo mod_rpaf-2.0.c
mod_rpaf-2.0.c
link kernel32.lib /nologo /subsystem:windows /dll /machine:I386 /libpath:"c:\apache\Apache2\lib" /out:mod_rpaf-2.0.so mod_rpaf-2.0.lo
Creating library mod_rpaf-2.0.lib and object mod_rpaf-2.0.exp
mod_rpaf-2.0.lo : error LNK2019: unresolved external symbol __imp__apr_array_make@12 referenced in function _rpaf_create_server_cfg
mod_rpaf-2.0.lo : error LNK2019: unresolved external symbol __imp__apr_palloc@8 referenced in function _rpaf_create_server_cfg
mod_rpaf-2.0.lo : error LNK2019: unresolved external symbol __imp__apr_pstrdup@8 referenced in function _rpaf_set_proxy_ip
mod_rpaf-2.0.lo : error LNK2019: unresolved external symbol __imp__apr_array_push@4 referenced in function _rpaf_set_proxy_ip
mod_rpaf-2.0.lo : error LNK2019: unresolved external symbol __imp__ap_update_vhost_from_headers@4 referenced in function _change_remote_ip
mod_rpaf-2.0.lo : error LNK2019: unresolved external symbol __imp__apr_table_set@12 referenced in function _change_remote_ip
mod_rpaf-2.0.lo : error LNK2019: unresolved external symbol __imp__inet_addr@4 referenced in function _change_remote_ip
mod_rpaf-2.0.lo : error LNK2019: unresolved external symbol __imp__ap_get_token@12 referenced in function _change_remote_ip
mod_rpaf-2.0.lo : error LNK2019: unresolved external symbol __imp__apr_table_get@8 referenced in function _change_remote_ip
mod_rpaf-2.0.lo : error LNK2019: unresolved external symbol __imp__ap_hook_post_read_request@16 referenced in function _register_hooks
mod_rpaf-2.0.so : fatal error LNK1120: 10 unresolved externals
apxs:Error: Command failed with rc=6291456
.
NMAKE : fatal error U1077: 'c:\apache\Apache2\bin\apxs.pl' : return code '0x1'
Stop. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3093 Location: Hilversum, NL, EU
|
Posted: Tue 20 Jun '06 14:00 Post subject: |
|
|
Looks like the mod is not compatible with APR/APR-util from Apache 2.2 .
I advise to contact the author and ask him to make it for Apache 2.2.x
Steffen |
|
Back to top |
|
majales
Joined: 20 Jun 2006 Posts: 3
|
Posted: Tue 20 Jun '06 14:04 Post subject: |
|
|
I'm trying to compile this module for apache 2.0.X and not for apache 2.2.X. |
|
Back to top |
|
majales
Joined: 20 Jun 2006 Posts: 3
|
Posted: Wed 21 Jun '06 15:34 Post subject: |
|
|
mod_rpaf is already compiled (since yesterday night for apache 2.0.58 and 2.2.2 from mr. Guenter Knauf hear:
http://www.gknw.at/development/apache/ |
|
Back to top |
|
|
|
|
|
|