[asterisk-bugs] [Asterisk 0012718]: Configure function considers openh323 invalid while version 1.6 considers it valid
noreply at bugs.digium.com
noreply at bugs.digium.com
Sun Jun 8 12:29:43 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12718
======================================================================
Reported By: falves11
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 12718
Category: Channels/chan_h323
Reproducibility: always
Severity: major
Priority: normal
Status: feedback
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 118178
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 05-24-2008 02:32 CDT
Last Modified: 06-08-2008 12:29 CDT
======================================================================
Summary: Configure function considers openh323 invalid while
version 1.6 considers it valid
Description:
I installed pwlib 1.12 and openh323 19.1, both the latest. I installed in
one directory asterisk-1.6.0-beta9 and in other the latest Trunk. Then I
did a ./configure in both and capture the results to a file. Then I did a
diff on both files, and the result is this:
(files are at /tmp/conf.txt and /usr/src/conf.txt) diff /tmp/conf.txt
/usr/src/conf.txt
269a270
> checking for compiler 'attribute sentinel' support... yes
388,391c389
< checking for pri_new_bri in -lpri... yes < checking libpri.h
usability... yes < checking libpri.h presence... yes < checking for
libpri.h... yes
---
> checking for pri_get_version in -lpri... no
422c420
< checking OpenH323 installation validity... yes
---
> checking OpenH323 installation validity... no
495d492
< config.status: include/asterisk/autoconfig.h is unchanged
The result: Asterisk 1.6 compiles h323 while Trunk does not.
======================================================================
----------------------------------------------------------------------
falves11 - 06-08-08 12:29
----------------------------------------------------------------------
Please close the case. I figure it out. The problem is on installing pwlib
and openh323, after that works, we need to do this:
ln -s /usr/src/openh323/lib/libh323_r.so
/usr/local/lib/libh323_linux_x86_64_r.so
unless this step is taken, Asterisk will not compile chan_h323.so.
Unfortunately, the make for openh323 does not export the sybmoling link or
copy the library.
Issue History
Date Modified Username Field Change
======================================================================
06-08-08 12:29 falves11 Note Added: 0088447
======================================================================
More information about the asterisk-bugs
mailing list