Issue 125370 - ucb component webdav should have support for apr/apr-util not in /usr
Summary: ucb component webdav should have support for apr/apr-util not in /usr
Status: UNCONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 4.1.0
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-06 06:49 UTC by Alexander Pyhalov
Modified: 2014-08-06 06:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
webdav-apr.patch (1.50 KB, application/x-troff-man)
2014-08-06 06:49 UTC, Alexander Pyhalov
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Alexander Pyhalov 2014-08-06 06:49:43 UTC
Created attachment 83791 [details]
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.