<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> When I run asterisk without forking (asterisk -f -v -d -c) I got the following errors<br><br> mp4play => <br><br> asterisk: symbol lookup error: /usr/lib/asterisk/modules/app_mp4.so: undefined symbol: MP4CreateEx<br> <br> mp4save =><br>
<p> asterisk: symbol lookup error: /usr/lib/asterisk/modules/app_mp4.so: undefined symbol: MP4Read<br><br> Here my ldconfig<br> <br> ldconfig -v | grep mp4<br> libmp4av.so.0 -> libmp4av.so.0.0.0<br> libmp4.so.0 -> libmp4.so.0.0.0<br> libmp4v2.so.0 -> libmp4v2.so.0.0.0<br> libmp4v2.so.0 -> libmp4v2.so.0.0.0<br><br> The only step in Sergioīs tutorial which I didnīt was the change in apps\makefile<br><br> app_mp4.so : app_mp4.o<br> $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -lmp4 -lmp4v2 </p>
<p> When I try do that in Asterisk 1.4.6 I receive an error during the make process<br><br> Sorry again if my post was inappropriate and I will apreciate any tip<br><br> My Best Regards,<br><br> Andre Lomonaco </p>