--- rpl/src/bibliotheques_externes.c 2017/06/28 09:20:29 1.70 +++ rpl/src/bibliotheques_externes.c 2017/07/02 22:28:20 1.71 @@ -305,7 +305,7 @@ chargement_bibliotheque(struct_processus } dlerror(); - fonction = dlsym(descripteur_bibliotheque, "__external_symbols"); + fonction = dlsym(descripteur_bibliotheque, "___external_symbols"); if (fonction == NULL) {