[DiscordArchive] Quick question. I’m thinking about converting over to the Azeroth core playerbots version so I can a
[DiscordArchive] Quick question. I’m thinking about converting over to the Azeroth core playerbots version so I can a
Archived author: Blink • Posted: 2025-09-29T16:39:09.692000+00:00
Original source
Quick question. I’m thinking about converting over to the Azeroth core playerbots version so I can add npc bots module to it.
Is there anything in particular I should be paying attention to or do I just go about the process the same way as I did when originally setting the server up?
![[Image: image.png?ex=690c272a&is=690ad5aa&hm=b67...9013591fe&]](https://cdn.discordapp.com/attachments/1255602330431127753/1422262224688513074/image.png?ex=690c272a&is=690ad5aa&hm=b676230efa7a3dae4448814639ab03dbdf2ebaf94d78fcbe9804fd49013591fe&)
Archived author: Sayaniku - Kitsusquad • Posted: 2025-09-29T16:42:18.785000+00:00
Original source
So i ran into an little issue with libmysqlclient, that happends with mariadb (thing that i don't use on the main server) and with mysql, tried to launch but nothing work
![[Image: image.png?ex=690c272a&is=690ad5aa&hm=b67...9013591fe&]](https://cdn.discordapp.com/attachments/1255602330431127753/1422262224688513074/image.png?ex=690c272a&is=690ad5aa&hm=b676230efa7a3dae4448814639ab03dbdf2ebaf94d78fcbe9804fd49013591fe&)
Archived author: Beck • Posted: 2025-09-29T17:14:06.331000+00:00
Original source
Youre missing the specified dynamic library. IF you're sure it's installed make sure it's installation directory is in the library path
Archived author: Beck • Posted: 2025-09-29T17:18:49.646000+00:00
Original source
Here's what mine looks like:
```
[beck@wow-dev ~]$ ldconfig -p | grep mysqlclient
libmysqlclient.so.24 (libc6,x86-64) => /usr/lib/libmysqlclient.so.24
libmysqlclient.so (libc6,x86-64) => /usr/lib/libmysqlclient.so
```
Archived author: Sayaniku - Kitsusquad • Posted: 2025-09-29T17:35:49.149000+00:00
Original source
NVM I fix it, idk how but it's fixed