On Thu, Jul 14, 2005 at 10:22:03AM +0200, luca vespa wrote: > i've installed asterisk yesterday for the first time. > i did "make and make install" for all the directory and after "MAKE > SAMPLES" > but when asterisk start i receive message: > > [app_readfile.so]Jul 14 10:21:17 WARNING[4069]: loader.c:258 > ast_load_resource: /usr/lib/asterisk/modules/app_readfile.so: undefined > symbol: ast_register_file_version > Jul 14 10:21:17 WARNING[4069]: loader.c:440 load_modules: Loading module > app_readfile.so failed! > > > how can i resolve it?
Left over-modules from a previous installation? Does 'find . -name app_readfile.so' from the source directory produce anything? If not, it probably was not installed from the current 'make install' -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://tzafrir.org.il | | a Mutt's [EMAIL PROTECTED] | | best ICQ# 16849755 | | friend _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
