Mailing List Archive

[Bug 7883] New: - link errors compiling mod_access
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7883>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7883

link errors compiling mod_access

Summary: link errors compiling mod_access
Product: Apache httpd-2.0
Version: 2.0.35
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Major
Priority: Other
Component: Modules
AssignedTo: bugs@httpd.apache.org
ReportedBy: grant7@sbcglobal.net


- Apache 2.0.35 zip archive source
- WinNT Service Pack 6a
- mod_access compile fails

everything else appears to work ok, if I comment out the Order and Allow lines
in the configuration file Apache will start up and serve content

here's the output when compiling just 'mod_access' :

--------------------Configuration: mod_access - Win32 Debug--------------------
Compiling resources...
Compiling...
mod_access.c
Linking...
Creating library Debug/mod_access.lib and object Debug/mod_access.exp
mod_access.obj : error LNK2001: unresolved external symbol
__imp__apr_array_make@12
mod_access.obj : error LNK2001: unresolved external symbol __imp__apr_pcalloc@8
mod_access.obj : error LNK2001: unresolved external symbol
__imp__apr_strerror@12
mod_access.obj : error LNK2001: unresolved external symbol
__imp__apr_ipsubnet_create@16
mod_access.obj : error LNK2001: unresolved external symbol
__imp__apr_array_push@4
mod_access.obj : error LNK2001: unresolved external symbol __imp__apr_pstrdup@8
mod_access.obj : error LNK2001: unresolved external symbol
__imp__ap_hook_access_checker@16
mod_access.obj : error LNK2001: unresolved external symbol __imp__ap_log_rerror
mod_access.obj : error LNK2001: unresolved external symbol
__imp__ap_some_auth_required@4
mod_access.obj : error LNK2001: unresolved external symbol __imp__ap_satisfies@4
mod_access.obj : error LNK2001: unresolved external symbol
__imp__ap_get_remote_host@16
mod_access.obj : error LNK2001: unresolved external symbol
__imp__apr_ipsubnet_test@8
mod_access.obj : error LNK2001: unresolved external symbol
__imp__apr_table_get@8
Debug/mod_access.so : fatal error LNK1120: 13 unresolved externals Error
executing link.exe.

mod_access.so - 14 error(s), 0 warning(s)
-------------------------------------------------------------------------

I was unable to locate any libraries in the distribution
containing '__imp__'.

Grant K Rauscher
GeeKieR Enterprises
http://www.geekier.com/