<div dir="ltr">It still crashes and in gdb trace following is what its showing:<br><br>--More--<br>warning: .dynamic section for &quot;/usr/lib/mysql/libmysqlclient.so.15&quot; is not at the expected address<br><br>warning: difference appears to be caused by prelink, adjusting expectations<br>
[New Thread 13310]<br><br><br>LAST FEW LINES IN GDB TRACE:<br><br>Reading symbols from /usr/lib/asterisk/modules/cdr_manager.so...done.<br>Loaded symbols for /usr/lib/asterisk/modules/cdr_manager.so<br>Reading symbols from /usr/lib/asterisk/modules/res_config_mysql.so...(no debugging symbols found)...done.<br>
Loaded symbols for /usr/lib/asterisk/modules/res_config_mysql.so<br>Reading symbols from /usr/lib/asterisk/modules/chan_phone.so...done.<br>Loaded symbols for /usr/lib/asterisk/modules/chan_phone.so<br>Core was generated by `/usr/sbin/asterisk -f -vvvg -c&#39;.<br>
Program terminated with signal 11, Segmentation fault.<br>#0  0x003acd9d in mysql_fetch_row () from /usr/lib/mysql/libmysqlclient.so.15<br><br><br><br>--Manmohan Singh<br><br><br><br><div class="gmail_quote">On Fri, Jul 9, 2010 at 2:36 PM, Manmohan Singh Jandu <span dir="ltr">&lt;<a href="mailto:manmohansj@gmail.com">manmohansj@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div dir="ltr">Hi,<br><br>Following is what i did.<br>[root@LinuxTest ~]# yum install mysql*<br>
Loaded plugins: fastestmirror, kmod<br>Loading mirror speeds from cached hostfile<br> * addons: <a href="http://centos.skknet.net" target="_blank">centos.skknet.net</a><br>
 * base: <a href="http://centos.skknet.net" target="_blank">centos.skknet.net</a><br> * extras: <a href="http://centos.skknet.net" target="_blank">centos.skknet.net</a><br> * updates: <a href="http://centos.skknet.net" target="_blank">centos.skknet.net</a><br>
Setting up Install Process<br>
Package mysql-devel-5.0.77-4.el5_5.3.i386 already installed and latest version<br>Package mysql-server-5.0.77-4.el5_5.3.i386 already installed and latest version<br>Package mysql-5.0.77-4.el5_5.3.i386 already installed and latest version<br>

Package mysql-connector-odbc-3.51.26r1127-1.el5.i386 already installed and latest version<br>Resolving Dependencies<br>--&gt; Running transaction check<br>---&gt; Package mysql-bench.i386 0:5.0.77-4.el5_5.3 set to be updated<br>

---&gt; Package mysql-test.i386 0:5.0.77-4.el5_5.3 set to be updated<br>--&gt; Finished Dependency Resolution<br><br>Dependencies Resolved<br><br>================================================================================<br>

 Package            Arch        Version                    Repository      Size<br>================================================================================<br>Installing:<br> mysql-bench        i386        5.0.77-4.el5_5.3           updates        507 k<br>

 mysql-test         i386        5.0.77-4.el5_5.3           updates        3.7 M<br><br>Transaction Summary<br>================================================================================<br>Install       2 Package(s)<br>

Upgrade       0 Package(s)<br><br>Total download size: 4.2 M<br>Is this ok [y/N]: y<br>Downloading Packages:<br>(1/2): mysql-bench-5.0.77-4.el5_5.3.i386.rpm             | 507 kB     00:02<br>(2/2): mysql-test-5.0.77-4.el5_5.3.i386.rpm              | 3.7 MB     00:11<br>

--------------------------------------------------------------------------------<br>Total                                           295 kB/s | 4.2 MB     00:14<br>Running rpm_check_debug<br>Running Transaction Test<br>Finished Transaction Test<br>

Transaction Test Succeeded<br>Running Transaction<br>  Installing     : mysql-bench                                              1/2<br>  Installing     : mysql-test                                               2/2<br><br>

Installed:<br>  mysql-bench.i386 0:5.0.77-4.el5_5.3     mysql-test.i386 0:5.0.77-4.el5_5.3<br><br>Complete!<br>[root@LinuxTest ~]# yum install mysql-devel*<br>Loaded plugins: fastestmirror, kmod<br>Loading mirror speeds from cached hostfile<br>

 * addons: <a href="http://centos.skknet.net" target="_blank">centos.skknet.net</a><br> * base: <a href="http://centos.skknet.net" target="_blank">centos.skknet.net</a><br> * extras: <a href="http://centosr4.centos.org" target="_blank">centosr4.centos.org</a><br>
 * updates: <a href="http://centosg4.centos.org" target="_blank">centosg4.centos.org</a><br>
Setting up Install Process<br>Package mysql-devel-5.0.77-4.el5_5.3.i386 already installed and latest version<br>Nothing to do<br>[root@LinuxTest ~]# cat /etc/ld.so.conf<br>include ld.so.conf.d/*.conf<br>[root@LinuxTest ~]# vi /etc/ld.so.conf<br>

[root@LinuxTest ~]# ldconfig<br>[root@LinuxTest ~]# cat /etc/ld.so.conf<br>include ld.so.conf.d/*.conf<br>/usr/lib/mysql<br>[root@LinuxTest ~]# ldconfig<br>[root@LinuxTest ~]#<br><br>Thanks &amp; Regards<br><font color="#888888">Manmohan Singh</font><div>
<div></div><div class="h5"><br>
<br><br><br><div class="gmail_quote">On Fri, Jul 9, 2010 at 2:19 PM, Chandrakant Solanki <span dir="ltr">&lt;<a href="mailto:solanki.chandrakant@gmail.com" target="_blank">solanki.chandrakant@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi<br><br>Install mysql &#39;n mysql-devel which includes /usr/lib/mysql/libmysqlclient.so.15 library.<br><br>And also insert /usr/lib/mysql into /etc/ld.so.conf and then execute ldconfig command on terminal.<br><br clear="all">


<br>-- <br>Regards,<br><font color="#888888"><br>Chandrakant Solanki</font><div><div></div><div><br><br><div class="gmail_quote">On Fri, Jul 9, 2010 at 2:32 PM, Manmohan Singh Jandu <span dir="ltr">&lt;<a href="mailto:manmohansj@gmail.com" target="_blank">manmohansj@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div dir="ltr">Hi,<br><br>My Web-MeetMe_v4.0.1, i followed the instructions in the README File in the same package.<br>


<br>&gt;Are you using
RealTime enabled app_meetme or app_cbmysql from the WMM package? ----&gt; i didnt get this actually what do i need to check here? Please dont mind but m not so good in opensource world. I try to read and understand and on trial n error basis try  to implement things. Though had very much interest in learning things.<br>



<br>The GDB output is huge on, Following are my GDB errors. <br><br>[root@LinuxTest tmp]# gdb asterisk core.LinuxTest-2010-07-07T21:13:15+0400 | more<br>GNU gdb (GDB) Red Hat Enterprise Linux (7.0.1-23.el5_5.1)<br>Copyright (C) 2009 Free Software Foundation, Inc.<br>



License GPLv3+: GNU GPL version 3 or later &lt;<a href="http://gnu.org/licenses/gpl.html" target="_blank">http://gnu.org/licenses/gpl.html</a>&gt;<br>This is free software: you are free to change and redistribute it.<br>


There is NO WARRANTY, to the extent permitted by law.  Type &quot;show copying&quot;<br>
and &quot;show warranty&quot; for details.<br>This GDB was configured as &quot;i386-redhat-linux-gnu&quot;.<br>For bug reporting instructions, please see:<br>&lt;<a href="http://www.gnu.org/software/gdb/bugs/" target="_blank">http://www.gnu.org/software/gdb/bugs/</a>&gt;...<br>



Reading symbols from /usr/sbin/asterisk...done.<br><br>warning: .dynamic section for &quot;/usr/lib/libidn.so.11&quot; is not at the expected address<br><br>warning: difference appears to be caused by prelink, adjusting expectations<br>



[New Thread 3212]<br><br><br>SOME OF THE LINES IN the end of GDB Error:<br><br>Reading symbols from /usr/lib/asterisk/modules/cdr_manager.so...done.<br>Loaded symbols for /usr/lib/asterisk/modules/cdr_manager.so<br>Reading symbols from /usr/lib/asterisk/modules/res_config_mysql.so...(no debugging symbols found)...done.<br>



Loaded symbols for /usr/lib/asterisk/modules/res_config_mysql.so<br>Reading symbols from /usr/lib/asterisk/modules/chan_phone.so...done.<br>Loaded symbols for /usr/lib/asterisk/modules/chan_phone.so<br>Core was generated by `/usr/sbin/asterisk -f -vvvg -c&#39;.<br>



Program terminated with signal 11, Segmentation fault.<br>#0  0x01027d9d in mysql_fetch_row () from /usr/lib/mysql/libmysqlclient.so.15<br><br><br>--Manmohan Singh.<br><br><div class="gmail_quote">On Thu, Jul 8, 2010 at 11:21 PM, Dan Austin <span dir="ltr">&lt;<a href="mailto:Dan_Austin@phoenix.com" target="_blank">Dan_Austin@phoenix.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>Manmohan wrote:<br>
&gt; I was looking for audio conferencing solution where i got Web-meetme.<br>
&gt; I had installed Asterisk 1.6.2.9 on Centos  5.4. Its perfecting working<br>
&gt; fine. I tried using Meetme even meetme app is working perfectly fine.<br>
&gt; I installed Webmeetme 4.0 and integrated with my asterisk. When i try<br>
&gt; to dial the conference number it take me to an IVR wherein it asks for<br>
&gt; the conference number. The time i provide the conference number, asterisk<br>
&gt; crashes giving segmentation fault.<br>
&gt; I have been trying to google up and checked lot of forums but didnt get<br>
&gt; any solution for this yet.<br>
<br>
</div>Which instructions did you follow for the integration?  Are you using<br>
RealTime enabled app_meetme or app_cbmysql from the WMM package?  Which<br>
exact version of WMM?<br>
<font color="#888888"><br>
Dan<br>
</font><div><div></div><div><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Thanks &amp; Regards<br>Manmohan Singh Jandu<br>
</div>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br>
</div></div><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>Thanks &amp; Regards<br>

Manmohan Singh Jandu<br>
</div></div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Thanks &amp; Regards<br>Manmohan Singh Jandu<br>
</div>