FAQ/SQL.fr
From the makers of InspIRCd.
[edit]
SQL
[edit]
Quand je lance InspIRcd avec le module m_mysql sur FreeBSD j'obitent des erreurs de undefined symbol
Si vous obtenez l'erreur suivante:
[*] There was an error loading the module 'm_mysql.so': Loader/Linker error: /usr/home/smokin/inspircd/modules/m_mysql.so: Undefined symbol "pthread_attr_init"
Vous devez vérifier que InspIRCd est lancé en étant relié à libc threaded. Essayez ceci avant de lancer InspIRCd:
export LD_PRELOAD=/usr/lib/libc_r.so

















