[asterisk-bugs] [JIRA] (ASTERISK-28709) pjproject: Bundled pjproject install error
Joshua C. Colp (JIRA)
noreply at issues.asterisk.org
Wed Jan 22 07:53:25 CST 2020
[ https://issues.asterisk.org/jira/browse/ASTERISK-28709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua C. Colp updated ASTERISK-28709:
--------------------------------------
Summary: pjproject: Bundled pjproject install error (was: Bundled pjproject install error)
> pjproject: 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