<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Hello,<div><br></div><div>I'm trying to build mod_transform in order to support theming plone sites via xdv. &nbsp;I've run into a problem and I'm hoping someone can help figure out how to proceed.</div><div><br></div><div>Here's what happens. &nbsp;I'm applying the patches created by Lawrence Rowe and referenced here:</div><div><br></div><div><a href="http://lists.outoforder.cc/pipermail/mod_transform/2008-August/000057.html">http://lists.outoforder.cc/pipermail/mod_transform/2008-August/000057.html</a></div><div><br></div><div>as well as some patches he made for mod_depends (which compiles and installs cleanly).</div><div><br></div><div>I can run ./configure with no problems, but when running make, it fails with the following message:</div><div><div>&nbsp;&nbsp;Undefined symbols:</div><div>&nbsp;&nbsp; &nbsp;"_apreq_handle_apache2", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_filter_init in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_transform_run_begin in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp;"_xmlStrdup", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpRemoteIP in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpRequestHeader in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpGet in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp;"_xmlXPathNewFloat", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpRemotePort in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp;"_xmlXPathWrapString", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpRemoteIP in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpRequestHeader in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpGet in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp;"_xsltRegisterExtModuleFunction", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_child_init in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_child_init in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_child_init in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_child_init in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp;"_xmlXPathPopString", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpRequestHeader in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpGet in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp;"_valuePush", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpRemoteIP in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpRemotePort in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpRequestHeader in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpGet in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp;"_xmlXPatherror", referenced from:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpRemoteIP in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpRemotePort in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpRequestHeader in http_la-http.o</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;_httpGet in http_la-http.o</div><div>&nbsp;&nbsp;ld: symbol(s) not found</div><div>&nbsp;&nbsp;collect2: ld returned 1 exit status</div><div>&nbsp;&nbsp;make[1]: *** [http.la] Error 1</div><div>&nbsp;&nbsp;make: *** [all-recursive] Error 1</div><div><br></div><div>I've checked and all the library files referenced in src/http.c are present in the expected locations. &nbsp;All the symbols referenced by the above message are defined in those files, as expected. &nbsp;I'm just not sure where to go from here. &nbsp;Can anyone reading this list offer some advice on how to build on an OS X xserve running 10.5? &nbsp;</div><div><br></div><div>Thanks for any advice you all can offer,</div><div><br></div><div>c</div><br><div> <span class="Apple-style-span" style="font-size: 12px; "><div><div>********************************</div><div>Cris Ewing</div><div>Webmaster, Lead Developer</div><div>Department of Radiology Web Services</div><div>University of Washington</div><div>School of Medicine</div><div>Work Phone: (206) 616-1288</div><div>Cell Phone: (206) 708-9083</div><div>Pager: &nbsp; &nbsp; &nbsp;(206) 559-2306</div><div>E-mail: <a href="mailto:cewing@u.washington.edu">cewing@u.washington.edu</a></div><div>Web: <a href="http://www.rad.washington.edu">http://www.rad.washington.edu</a></div><div>*******************************</div></div></span> </div><br></div></body></html>