You may need to do apxs -llibhttpd -llibapr-1 -llibaprutil-1 -c ...
I've noticed that libs aren't handled properly lately...
Sam Carleton wrote:
> Ok,
>
> I have apxs installed!!!!!!!!!!!!!!
>
> I have created a basic project called fancy_image_handler, when I
> follow the instructions in the comment of the
> mod_fancy_image_handler.c, here is what I am getting:
>
> D:\Temp\fancy_image_handler>apxs -c -i mod_fancy_image_handler.c
> cl /nologo /MD /W3 /O2 /D WIN32 /D _WINDOWS /D NDEBUG
> -I"C:\Apache2.2\include" /c /Fomod_fancy_image_handler.lo
> mod_fancy_image_handler.c
> mod_fancy_image_handler.c
> link kernel32.lib /nologo /subsystem:windows /dll /machine:I386
> /libpath:"C:/Apache2.2\lib" /out:mod_fancy_image_handler.so
> mod_fancy_image_handler.lo
> Creating library mod_fancy_image_handler.lib and object
> mod_fancy_image_handler.exp
> mod_fancy_image_handler.lo : error LNK2001: unresolved external symbol
> __imp__ap_hook_handler@16
> mod_fancy_image_handler.lo : error LNK2001: unresolved external symbol
> __imp__ap_rputs@8
> mod_fancy_image_handler.so : fatal error LNK1120: 2 unresolved externals
> apxs:Error: Command failed with rc=6291456
> .
>
> By the way, thanks a million for getting me this far!!!!!!!!!!!!! I
> really appreciate it!
>
> Sam
|