[asterisk-bugs] [Asterisk 0017226]: [patch] using opal instead of pwlib/openh323

Asterisk Bug Tracker noreply at bugs.digium.com
Sun Apr 25 02:30:01 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17226 
====================================================================== 
Reported By:                tzafrir
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17226
Category:                   Core/BuildSystem
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2 
SVN Revision (number only!): 258386 
Request Review:              
====================================================================== 
Date Submitted:             2010-04-21 16:24 CDT
Last Modified:              2010-04-25 02:30 CDT
====================================================================== 
Summary:                    [patch] using opal instead of pwlib/openh323
Description: 
I'm testing the usage of opal instead of pwlib+openh323 . 

At first glance it seems that it will at least build once I apply some
brute-force to configure.ac .

(This description is to be updated later. Documenting what I have now)

Patch works, however I get the same symptom as in issue
https://issues.asterisk.org/view.php?id=17162:
chan_h323.so fails to load, as it was not linked with the relevant
libraries.
====================================================================== 

---------------------------------------------------------------------- 
 (0120858) tzafrir (manager) - 2010-04-25 02:30
 https://issues.asterisk.org/view.php?id=17226#c120858 
---------------------------------------------------------------------- 
Uploaded newer version: opal_configure_2.diff Slightly less brute-force
(except the changes in configure.ac). It still has a few debugging comments
left.

However, the configure script now fails in the following way (from
config.log)

configure:20858: checking OpenH323 installation validity
configure:20902: g++ -o conftest -g -O2  -DP_64BIT=1 -DPTRACING=1
-D_REENTRANT -
D_GNU_SOURCE=1 -fno-exceptions -I/usr/include/opal -I/usr/include/SDL   
conftes
t.cpp -lm  -lopal -lpt -lpthread -lrt -lsasl2 -lldap -llber -lldap_r -lssl
-lcry
pto -lexpat -lSDL -lodbc -lresolv -ldl -lspeexdsp   -lpt -lpthread -lrt
-lsasl2
-lldap -llber -lldap_r -lssl -lcrypto -lexpat -lSDL -lodbc -lresolv -ldl  
>&5
conftest.cpp: In function 'int main()':
conftest.cpp:283: error: no matching function for call to
'H323EndPoint::H323End
Point()'
/usr/include/opal/h323/h323ep.h:97: note: candidates are:
H323EndPoint::H323EndP
oint(OpalManager&)
/usr/include/opal/h323/h323ep.h:85: note:                
H323EndPoint::H323EndP
oint(const H323EndPoint&)
configure:20902: $? = 1 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-04-25 02:30 tzafrir        Note Added: 0120858                          
======================================================================




More information about the asterisk-bugs mailing list