[asterisk-bugs] [JIRA] (ASTERISK-28709) Bundled pjproject install error
Corey Farrell (JIRA)
noreply at issues.asterisk.org
Tue Jan 21 17:33:25 CST 2020
Corey Farrell created ASTERISK-28709:
----------------------------------------
Summary: Bundled pjproject install error
Key: ASTERISK-28709
URL: https://issues.asterisk.org/jira/browse/ASTERISK-28709
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Third-Party/pjproject
Affects Versions: 16.7.0
Reporter: Corey Farrell
Severity: Minor
Run the following from a clean clone of the 16 branch as a non-root user:
{code}
./configure --enable-dev-mode --prefix=${PWD}/live
make -j16
make install samples
{code}
The following error is printed:
{code}
/usr/bin/install: cannot create directory ‘/opt/pjproject’: Permission denied
make[2]: *** [Makefile:188: _install] Error 1
make[1]: *** [Makefile:20: pjproject] Error 2
make: *** [Makefile:603: third-party-install] Error 2
{code}
When the error occurs it's trying to create /opt/pjproject/var/lib/asterisk/third-party/pjproject, somehow the pjproject prefix is altering the prefix used for ASTDATADIR.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list