Index: modules/mod-mp3/ExportMP3.cpp
--- modules/mod-mp3/ExportMP3.cpp.orig
+++ modules/mod-mp3/ExportMP3.cpp
@@ -1459,13 +1459,13 @@ wxString MP3Exporter::GetLibraryPath()
 
 wxString MP3Exporter::GetLibraryName()
 {
-   return wxT("libmp3lame.so.0");
+   return wxT("libmp3lame.so");
 }
 
 FileNames::FileTypes MP3Exporter::GetLibraryTypes()
 {
    return {
-      { XO("Only libmp3lame.so.0"), { wxT("libmp3lame.so.0") } },
+      { XO("Only libmp3lame.so"), { wxT("libmp3lame.so*") } },
       { XO("Primary shared object files"), { wxT("so") }, true },
       { XO("Extended libraries"), { wxT("so*") }, true },
       FileNames::AllFiles
