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_rpaf compiling problems
Author
majales



Joined: 20 Jun 2006
Posts: 3

PostPosted: Tue 20 Jun '06 13:35    Post subject: mod_rpaf compiling problems Reply with quote

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??? Question Question Question
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: 3049
Location: Hilversum, NL, EU

PostPosted: Tue 20 Jun '06 14:00    Post subject: Reply with quote

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

PostPosted: Tue 20 Jun '06 14:04    Post subject: Reply with quote

I'm trying to compile this module for apache 2.0.X and not for apache 2.2.X. Rolling Eyes
Back to top
majales



Joined: 20 Jun 2006
Posts: 3

PostPosted: Wed 21 Jun '06 15:34    Post subject: Reply with quote

mod_rpaf is already compiled (since yesterday night Smile for apache 2.0.58 and 2.2.2 from mr. Guenter Knauf hear:

http://www.gknw.at/development/apache/
Back to top


Reply to topic   Topic: mod_rpaf compiling problems View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules