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 -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Apache compilation error with lipapr-1.pdp missing
Author
Anitha



Joined: 25 Sep 2016
Posts: 34
Location: india

PostPosted: Tue 23 Jun '20 15:09    Post subject: Apache compilation error with lipapr-1.pdp missing Reply with quote

Hi Team,

Greetings.

I am Doing Apache Compilation 2.4.43 with VC14. Used apr the recommend apr,apr-iconv,apr-util versions as per site. Compile the apr and apr-util using VC14.

During apache compilation facing below error libapr-1.pdb is missing. and many files missing to copy under \Apache24\

copy srclib\apr\Release\libapr-1.pdb "C:\Apache24\bin" <.y
The system cannot find the file specified.

But corresponding lib and exe files were created properly.I have attached the Apache compilation log in the following link.

https://hastebin.com/raw/ilotihoveg

I got the dependencies list fromt he following link
https://www.apachelounge.com/viewtopic.php?t=8462&highlight=apr+compilation


Thanks in Advance,
Anitha.S
Back to top
Anitha



Joined: 25 Sep 2016
Posts: 34
Location: india

PostPosted: Wed 24 Jun '20 16:01    Post subject: Reply with quote

Any help will be appriciated.

on apache24 output folder contains only bin and modules folders are having value rest are empty. Not sure how to fix this.

Thanks,
Anitha.S
Back to top
Anitha



Joined: 25 Sep 2016
Posts: 34
Location: india

PostPosted: Wed 24 Jun '20 20:03    Post subject: Reply with quote

Any updates Team???
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Wed 24 Jun '20 20:55    Post subject: Reply with quote

You don't need pdb files for normal use. They're only needed when you want to debug the code.

I myself quit building with the IDE back at VC10, mainly because conversion of dsw/dsp files went from about a minute to over 10 minutes.

You say many files missing, only .pdb or are you also missing dll/so/lib files.
Back to top
Anitha



Joined: 25 Sep 2016
Posts: 34
Location: india

PostPosted: Mon 29 Jun '20 20:40    Post subject: Reply with quote

Hi Smith,

Missing the following .so files and cmake list i have commented the following 3 to proceed the httpd compilation on command line.

mod_charset_lite.so
mod_jk.so
mod_lua.so
mod_proxy_html.so
mod_xml2enc.so

commented out from cmakelist to proceed the Httpd build to complete.

"modules/filters/mod_xml2enc+i+i18n support for markup filters"
"modules/filters/mod_proxy_html+i+Fix HTML Links in a Reverse Proxy"
"modules/md/mod_md+i+Apache Managed Domains (Certificates)"

But mod_md and Mod_proxy_html modules are used in the project so i really need to compile this successfully.

As i have compiled curl package and tried to fix the mod_md issues, Added the additional library wldap32.lib, ws2_32.lib, winmm.lib since does not working and throws an error. Also after compilation of curl i got the libcurl_imp.lib not an exact libcurl.lib Sad.

error LNK2019: unresolved external symbol __imp__curl_global_ini
t referenced in function _md_curl_init

Kindly help me to compile the Apache.

Thanks in Advance,
Anitha.S
Back to top


Reply to topic   Topic: Apache compilation error with lipapr-1.pdp missing View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads