<br>Hi,<br><br>Sorry for post two e-mails with the same problem in the list, but I got more information about my problem when I<br>try to execute mp4play or mp4save.<br><br>&nbsp;When I run asterisk&nbsp;without forking (asterisk -f -v -d -c) I got the following errors<br><br>&nbsp;mp4play =&gt;&nbsp;<br><br>&nbsp;asterisk: symbol lookup error: /usr/lib/asterisk/modules/app_mp4.so: undefined symbol: MP4CreateEx<br>&nbsp;<br>&nbsp;mp4save =&gt;<br>
<p>&nbsp;asterisk: symbol lookup error: /usr/lib/asterisk/modules/app_mp4.so: undefined symbol: MP4Read<br><br>&nbsp;Here my ldconfig<br>&nbsp;<br>&nbsp;ldconfig -v | grep mp4<br>&nbsp;libmp4av.so.0 -&gt; libmp4av.so.0.0.0<br>&nbsp;libmp4.so.0 -&gt; libmp4.so.0.0.0<br>&nbsp;libmp4v2.so.0 -&gt; libmp4v2.so.0.0.0<br>&nbsp;libmp4v2.so.0 -&gt; libmp4v2.so.0.0.0<br><br>&nbsp;The only step in Sergioīs tutorial which I didnīt &nbsp;was the change in apps\makefile<br><br>&nbsp; app_mp4.so : app_mp4.o<br>&nbsp; $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $&lt; ${CYGSOLIB} -lmp4 -lmp4v2 </p>
<p>&nbsp;When I try do that in Asterisk 1.4.6 I receive an error during the make process<br><br>&nbsp;Sorry again if my post was inappropriate and I will apreciate any tip<br><br>&nbsp; My Best Regards,<br><br>&nbsp;&nbsp; Andre Lomonaco&nbsp; </p>