Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: update expat |
|
Author |
|
g64
Joined: 18 Jun 2013 Posts: 2
|
Posted: Wed 19 Jun '13 1:07 Post subject: update expat |
|
|
I have successfully build apache 2.4.4 for windows (VS2012).
The expat folder \httpd-2.4.4\srclib\apr-util\xml\expat contains expat 1.95.7.
I would like to update expat from version 1.95.7 to version 2.1.0 and build apache again.
Do i only have to extract the expat 2.1.0 source files and compiled binary files for windows to the expat folder and to overwrite the old ones ?
Are there any additional configuration steps necessary ? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 19 Jun '13 3:22 Post subject: |
|
|
I'd just add/overwrite these files and build Apache normally. It's worth a try no?
lib\ascii.h
lib\asciitab.h
lib\expat.dsp
lib\expat.h
+lib\expat_external.h
lib\iasciitab.h
lib\internal.h
lib\latin1tab.h
lib\nametab.h
lib\utf8tab.h
lib\winconfig.h
lib\xmlparse.c
lib\xmlrole.c
lib\xmlrole.h
lib\xmltok.c
lib\xmltok.h
lib\xmltok_impl.c
lib\xmltok_impl.h
lib\xmltok_ns.c |
|
Back to top |
|
g64
Joined: 18 Jun 2013 Posts: 2
|
Posted: Wed 19 Jun '13 23:50 Post subject: |
|
|
Thank you for your answer.
I have builded apache with the updated/added expat files without any errors. |
|
Back to top |
|
|
|
|
|
|