--- magick/module.c.so 2012-06-14 06:43:31.000000000 +0000 +++ magick/module.c 2012-06-14 06:44:29.000000000 +0000 @@ -59,7 +59,7 @@ */ #define ModuleFilename "modules.mgk" #if defined(HasLTDL) -# define ModuleGlobExpression "*.la" +# define ModuleGlobExpression "*.so" #else # if defined(_DEBUG) # define ModuleGlobExpression "IM_MOD_DB_*.dll" @@ -2030,7 +2030,7 @@ assert(tag != (char *) NULL); assert(module_name != (char *) NULL); #if defined(HasLTDL) - (void) FormatString(module_name,"%.1024s.la",tag); + (void) FormatString(module_name,"%.1024s.so",tag); (void) LocaleLower(module_name); #else #if defined(MSWINDOWS) @@ -2077,7 +2077,7 @@ assert(tag != (char *) NULL); assert(module_name != (char *) NULL); #if defined(HasLTDL) - (void) FormatString(module_name,"%.1024s.la",tag); + (void) FormatString(module_name,"%.1024s.so",tag); (void) LocaleLower(module_name); #else (void) FormatString(module_name,"%.1024s.dll",tag);