Hello, For developing an Apache module unit-test, I had to copy over Apache's ap_parse_uri code into my library. After doing this, when I link with this unit-test library I get the error: undefined reference to `ap_run_http_scheme'
If I simply keep the placeholder for ap_parse_uri in my code and remove its contents, the error goes away. Any ideas on how to get rid of this error? Regards, Raj Iyer
