Hello, I retrieved the last SVN version of Linphone (3.1.0, January 19, 2009). After some apt-get dependencies, I had been able to create the "./configure" file using the "autogen.sh" script.
Then the "make" and "make install" steps finished successfully. So Linphone should be installed. But when I started the application (with gdb), this error appeared : *Starting program: /usr/local/bin/linphone-3 --verbose /usr/local/bin/linphone-3: error while loading shared libraries: libortp.so.8: cannot open shared object file: No such file or directory Program exited with code 0177. * After a "locate" of the libortp.so.8, it was in the directory "/usr/local/lib/". So I copied the two files libortp.so and libortp.so.8 in the directory "/usr/lib/". But when I started again the application, an other error appeared : *Starting program: /usr/local/bin/linphone-3 --verbose /usr/local/bin/linphone-3: error while loading shared libraries: liblinphone.so.3: cannot open shared object file: No such file or directory Program exited with code 0177. * I did the same action that previously, a copy of liblinphone.so and liblinphone.so.3 from "/usr/local/lib/" to "/usr/lib/". After this step, next run of Linphone crashed later. *Starting program: /usr/local/bin/linphone-3 [Thread debugging using libthread_db enabled] [New Thread 0xb681c700 (LWP 3295)] (linphone-3:3295): libglade-WARNING **: Radio button group video_item could not be found (linphone-3:3295): Gtk-CRITICAL **: gtk_tree_row_reference_new: assertion `GTK_IS_TREE_MODEL (model)' failed (linphone-3:3295): Gtk-CRITICAL **: gtk_cell_view_set_displayed_row: assertion `GTK_IS_TREE_MODEL (cell_view->priv->model)' failed (linphone-3:3295): Gtk-CRITICAL **: gtk_tree_row_reference_new: assertion `GTK_IS_TREE_MODEL (model)' failed (linphone-3:3295): Gtk-CRITICAL **: gtk_cell_view_set_displayed_row: assertion `GTK_IS_TREE_MODEL (cell_view->priv->model)' failed /usr/local/bin/linphone-3: symbol lookup error: /usr/lib/liblinphone.so.3: undefined symbol: ms_set_mtu Program exited with code 0177.* And now I have no idea to resolve this problem. Is it a known bug? Thanks. Florent Bervas (french)
_______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
