From owner-freebsd-ports@FreeBSD.ORG Fri Feb 13 10:19:43 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00A2F16A4CE for ; Fri, 13 Feb 2004 10:19:42 -0800 (PST) Received: from mail.netvision.com.br (mail.netvision.com.br [200.247.230.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id A238343D1D for ; Fri, 13 Feb 2004 10:19:42 -0800 (PST) (envelope-from andre@netvision.com.br) Received: from nv6.netvision.com.br (mail.netvision.com.br [200.247.230.246]) by mail.netvision.com.br (Postfix) with ESMTP id A721C7261D for ; Fri, 13 Feb 2004 16:19:40 -0200 (BRST) Received: from netvision.com.br (200-102-060-143.bnut37004.dsl.brasiltelecom.net.br [200.102.60.143]) by nv6.netvision.com.br (Postfix) with ESMTP id 563151F048 for ; Fri, 13 Feb 2004 16:19:40 -0200 (BRST) Message-ID: <402D153B.2030809@netvision.com.br> Date: Fri, 13 Feb 2004 16:19:39 -0200 From: Andre User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Asterisk and H323 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 18:19:43 -0000 I've installed Asterisk 0.7.1 on FreeBSD 4.9. When I run it I get the following output: # asterisk -vvvvvgcd ... several other modules being loaded ... [chan_h323.so]Feb 13 15:52:05 WARNING[134983680]: loader.c:239 ast_load_resource: /usr/local/lib/asterisk/modules/chan_h323.so: Undefined symbol "__ls__7ostreamPCc" Feb 13 15:52:05 WARNING[134983680]: loader.c:407 load_modules: Loading module chan_h323.so failed! # How can I make chan_h323.so find this symbol "__ls__7ostreamPCc"? Configuring Asterisk to not load the chan_h323 module allows it to run, but unfortunately I need it. Thank you.