[asterisk-bugs] [JIRA] (ASTERISK-24632) install_prereq script installs pjproject without IPv6 support

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Jan 6 12:05:34 CST 2015


     [ https://issues.asterisk.org/jira/browse/ASTERISK-24632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton updated ASTERISK-24632:
------------------------------------

    Description: 
Filing this for an issue someone noted on the forums: http://forums.asterisk.org/viewtopic.php?f=1&t=92055

{quote}
1. When downloading asterisk there is a script in contrib/scripts named install_prereq.
2. The script can download and install packaged and unpackaged prerequisites.
3. For the raspian distro pjproject is in the unpackaged prereqs.
4. The script downloads and installs pjproject from https://github.com/asterisk/pjproject.git
5. The script compiles pjproject without IPV6 support
6. When trying to build this version of pjproject the build fails with an unresolved reference to srtp_shutdown
7. When downloading the newest version of pjproject from svn co http://svn.pjsip.org/repos/pjproject/trunk/ the build with IPV6 support succeeds
{quote}

Not sure what we should do here. Is there any cost to just having it build with IPv6? Or maybe we just need a bit more documentation for the install_prereq script.

Edit - It appears we can just modify the pjproject configuration to include {{CFLAGS='-DPJ_HAS_IPV6=1'}} if we want to have IPV6 support by default.

  was:
Filing this for an issue someone noted on the forums: http://forums.asterisk.org/viewtopic.php?f=1&t=92055

{quote}
1. When downloading asterisk there is a script in contrib/scripts named install_prereq.
2. The script can download and install packaged and unpackaged prerequisites.
3. For the raspian distro pjproject is in the unpackaged prereqs.
4. The script downloads and installs pjproject from https://github.com/asterisk/pjproject.git
5. The script compiles pjproject without IPV6 support
6. When trying to build this version of pjproject the build fails with an unresolved reference to srtp_shutdown
7. When downloading the newest version of pjproject from svn co http://svn.pjsip.org/repos/pjproject/trunk/ the build with IPV6 support succeeds
{quote}

Not sure what we should do here. Is there any cost to just having it build with IPv6? Or maybe we just need a bit more documentation for the install_prereq script.


> install_prereq script installs pjproject without IPv6 support
> -------------------------------------------------------------
>
>                 Key: ASTERISK-24632
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24632
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Contrib/General
>    Affects Versions: 12.8.0, 13.1.0
>            Reporter: Rusty Newton
>            Severity: Minor
>
> Filing this for an issue someone noted on the forums: http://forums.asterisk.org/viewtopic.php?f=1&t=92055
> {quote}
> 1. When downloading asterisk there is a script in contrib/scripts named install_prereq.
> 2. The script can download and install packaged and unpackaged prerequisites.
> 3. For the raspian distro pjproject is in the unpackaged prereqs.
> 4. The script downloads and installs pjproject from https://github.com/asterisk/pjproject.git
> 5. The script compiles pjproject without IPV6 support
> 6. When trying to build this version of pjproject the build fails with an unresolved reference to srtp_shutdown
> 7. When downloading the newest version of pjproject from svn co http://svn.pjsip.org/repos/pjproject/trunk/ the build with IPV6 support succeeds
> {quote}
> Not sure what we should do here. Is there any cost to just having it build with IPv6? Or maybe we just need a bit more documentation for the install_prereq script.
> Edit - It appears we can just modify the pjproject configuration to include {{CFLAGS='-DPJ_HAS_IPV6=1'}} if we want to have IPV6 support by default.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list