<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. 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. 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> Undefined symbols:</div><div> "_apreq_handle_apache2", referenced from:</div><div> _filter_init in http_la-http.o</div><div> _transform_run_begin in http_la-http.o</div><div> "_xmlStrdup", referenced from:</div><div> _httpRemoteIP in http_la-http.o</div><div> _httpRequestHeader in http_la-http.o</div><div> _httpGet in http_la-http.o</div><div> "_xmlXPathNewFloat", referenced from:</div><div> _httpRemotePort in http_la-http.o</div><div> "_xmlXPathWrapString", referenced from:</div><div> _httpRemoteIP in http_la-http.o</div><div> _httpRequestHeader in http_la-http.o</div><div> _httpGet in http_la-http.o</div><div> "_xsltRegisterExtModuleFunction", referenced from:</div><div> _child_init in http_la-http.o</div><div> _child_init in http_la-http.o</div><div> _child_init in http_la-http.o</div><div> _child_init in http_la-http.o</div><div> "_xmlXPathPopString", referenced from:</div><div> _httpRequestHeader in http_la-http.o</div><div> _httpGet in http_la-http.o</div><div> "_valuePush", referenced from:</div><div> _httpRemoteIP in http_la-http.o</div><div> _httpRemotePort in http_la-http.o</div><div> _httpRequestHeader in http_la-http.o</div><div> _httpGet in http_la-http.o</div><div> "_xmlXPatherror", referenced from:</div><div> _httpRemoteIP in http_la-http.o</div><div> _httpRemotePort in http_la-http.o</div><div> _httpRequestHeader in http_la-http.o</div><div> _httpGet in http_la-http.o</div><div> ld: symbol(s) not found</div><div> collect2: ld returned 1 exit status</div><div> make[1]: *** [http.la] Error 1</div><div> 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. All the symbols referenced by the above message are defined in those files, as expected. I'm just not sure where to go from here. Can anyone reading this list offer some advice on how to build on an OS X xserve running 10.5? </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: (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>