minisip enabled video terminate abnormally
Takashi Ohashi
ohashi at fko.it-tokyo.co.jp
Mon Sep 10 10:03:22 CEST 2007
Hi,
I tryed to build minisip enabled with video, and run,
but terminated abnormally due to the error below.
"gtkgui: symbol lookup error: /usr/local/lib/libminisip_video.so.0:
undefined symbol: _Z12avcodec_initv"
I show two information about our enviroment.
1. output message on running minisip
When I run minisip, the message shown below is output on console.
-------output message on running minisip-----------
# minisip_gtkgui
Starting MiniSIP GTK ... welcome!
Creating GTK GUI
(minisip_gtkgui:6600): libglade-WARNING **: unknown property `add_tearoffs'
for class `gtkmm__GtkComboBox'
(minisip_gtkgui:6600): libglade-WARNING **: unknown property
`focus_on_click' for class `gtkmm__GtkComboBox'
(minisip_gtkgui:6600): libglade-WARNING **: unknown property `add_tearoffs'
for class `gtkmm__GtkComboBox'
(minisip_gtkgui:6600): libglade-WARNING **: unknown property
`focus_on_click' for class `gtkmm__GtkComboBox'
(minisip_gtkgui:6600): libglade-WARNING **: could not look up stock id
'gtk-about'
(minisip_gtkgui:6600): gtkmm-WARNING **: gtkmm: Attempt to call
Gtk::manage() on a Gtk::Window, but a Gtk::Window has no parent container to
manage its lifetime.
Initializing NetUtil
Creating SipSoftPhoneConfiguration
init 1/9: Creating timeout provider
Setting contact db
Thread 2 running - doing initParseConfig
init 3/9: Parsing configuration
Config file version checked ok!
SipIdentity::SipIdentity : created identity id=1
SipIdentity::setSipUri: sipUsername=<username> sipDomain=<domain.example>
SipIdentity::setSipProxy: autodetect is false;
userUri=username at domain.example; transport = UDP;
proxyAddr=sip.domain.example; proxyPort=5060
SipProxy:setProxy(str) : addr = sip.domain.example
SipIdentity::setProxy: manual sipproxy success ...
SipIdentity::setProxy: else ...
Loaded video_device
Identities:
identity=1; username=username; domain=domain.example
proxy=[proxyString=sip.domain.example; proxyString=sip.domain.example;
port=5060; transport=UDP; autodetect=no; user=user; password=password;
expires=1000]; isRegistered=0
init 4/9: Creating IP provider
SimpleIPProvider: localIp =
SimpleIPProvider: preferred network interface = eth0
SimpleIPProvider: preferred interface found
Minisip is using IP = 192.168.1.151
init 5/9: Creating MediaHandler
Sound I/O: using Spatial Audio Mixer
minisip_gtkgui: symbol lookup error: /usr/local/lib/libminisip_video.so.0:
undefined symbol: _Z12avcodec_initv
----------------------------------------------------------------------------
--
2. build procedure
The procedure I build minisip enabled video is below.
----------------------build
procedure-----------------------------------------
1. ffmpeg revision 10253
./configure --enable-debug --enable-gpl --enable-pp --enable-shared
make
make install
2. libsigc++-2.0.17、glibmm-2.4.8、gtkmm-2.4.11、libglademm-2.4.2
./configure
make
make install
3. minisip revision 2760
3.1 libmutil
./bootstrap
./configure --enable-debug
make
make install
3.2 libmcrypto
./bootstrap
./configure --enable-debug
make
make install
3.3 libmnetutil
./bootstrap
./configure --enable-debug
make
make install
3.4 libmikey
./bootstrap
./configure --enable-debug
make
make install
3.5 libmsip
./bootstrap
./configure --enable-debug
make
make install
3.6 libmstun
./bootstrap
./configure --enable-debug
make
make install
3.7 libminisip
./bootstrap
./configure --enable-debug --enable-video --enable-avcodec-fixes --with-avco
dec=/usr/local/include/ffmpeg
make
make install
3.8 minisip
./bootstrap
./configure --enable-debug --enable-video --enable-color-terminal
make
make install
---------------------------------------------------------
Additionaly saying,
I confirmed library path to libavcodec.
And I tryed to build ffmpeg with no --enable-shared option ,but the result
is same.
Could someone help me with this problem?
Kind regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.minisip.org/pipermail/minisip-users/attachments/20070910/7c6b6670/attachment.htm
More information about the Minisip-users
mailing list