https://issues.apache.org/ooo/show_bug.cgi?id=125370
Issue ID: 125370
Issue Type: DEFECT
Summary: ucb component webdav should have support for
apr/apr-util not in /usr
Product: General
Version: 4.1.0
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
Created attachment 83791
--> https://issues.apache.org/ooo/attachment.cgi?id=83791&action=edit
webdav-apr.patch
ucb component webdav code supposes that apr/apr-util includes are in
/usr/include/apr or /usr/include/apr-util, but on Solaris they are in
/usr/apr*/include and /usr/apr-util*/include. So, instead of including
<apr/*.h> files should include <*.h> and -I flags should be used during
compilation. Also, libraries are located in /usr/apr/lib and /usr/apr-util/lib,
so rpath should be added.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.