SQL FAQ.es
From the makers of InspIRCd.
SQL
Cuando empiezo con m_mysql.so en FreeBSD obtengo errores "undefined symbol"
Si obtienes este error:
[*] 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"
Necesitas asegurarte que InspIRCd esta iniciándose enlazado a la libc threaded. Intenta esto antes de ejecutar InspIRCd:
export LD_PRELOAD=/usr/lib/librc_r.so

















