Author |
|
nawglan
Joined: 17 Sep 2012 Posts: 10
|
Posted: Thu 26 Dec '13 20:11 Post subject: Issue building 2.2.26 |
|
|
I ran into an issue using the 2.2.26 source bundle from http://people.apache.org/~gsmith/httpd/releases/.
Compile steps taken from http://www.apachelounge.com/viewtopic.php?t=4936.
Since I'm using openssl-1.0.1e I also applied the two patches in that thread.
I am trying to upgrade to 2.2.26 and now it is complaining about unresolved external symbol __imp__apr_password_validate@8 referenced in function _authen_dbd_password.
Any help would be greatly appreciated.
--
C:\third_party\emsng_build\bin\NMAKE.EXE -nologo -f mod_authn_dbd.mak CFG="mod_authn_dbd - Win32 Release" RECURSE=0
link.exe @C:\Users\DESMON~1.DAI\AppData\Local\Temp\nmBA3B.tmp
Creating library .\Release\mod_authn_dbd.lib and object .\Release\mod_authn_dbd.exp
mod_authn_dbd.obj : error LNK2019: unresolved external symbol __imp__apr_password_validate@8 referenced in function _authn_dbd_password
.\Release\mod_authn_dbd.so : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"D:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\link.exe"' : return code '0x460'
Stop.
NMAKE : fatal error U1077: 'C:\third_party\emsng_build\bin\NMAKE.EXE' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\third_party\emsng_build\bin\NMAKE.EXE' : return code '0x2'
Stop.
Last edited by nawglan on Thu 26 Dec '13 20:53; edited 1 time in total |
|
Back to top |
|
nawglan
Joined: 17 Sep 2012 Posts: 10
|
Posted: Thu 26 Dec '13 20:50 Post subject: |
|
|
Also tried compiling without the patches mentioned above, and it fails at that spot as well. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Fri 27 Dec '13 3:48 Post subject: |
|
|
Thanks for the report, I have duplicated this problem and found another. I'll dig into it and report back when I have a fix. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Fri 27 Dec '13 10:58 Post subject: |
|
|
Ok, there is an -r2 zip & 7z of 2.2.26 there now.
Those patches were for mod_ssl built with openssl 1.0.x but the patches will not be needed with these source packages. They will build with openssl 0.9.8 or 1.0.x without the need to be modified. |
|
Back to top |
|
nawglan
Joined: 17 Sep 2012 Posts: 10
|
Posted: Fri 27 Dec '13 16:44 Post subject: |
|
|
Many thanks. I'll remove the patch application from my build chain and report back with results. |
|
Back to top |
|
nawglan
Joined: 17 Sep 2012 Posts: 10
|
Posted: Fri 27 Dec '13 21:14 Post subject: |
|
|
Everything compiled smoothly. Even got past the pesky tempfile.bat issue that usually forces me to run the build several times.
Thanks! |
|
Back to top |
|