Denora:FAQ
From Denora Wiki
[edit] Remote MOTD don't work on Unreal
Remote MOTD do work, just not if the motd file name is not ircd.motd, if you have set your motd to anything else remote MOTD requests will not work. A simple solution under *nix based systems its to create a symlink
ln -s my.custom.motd ~/Unrealxxx/ircd.motd
[edit] Get the error "/usr/bin/ld: cannot find -lmysqlclient"
This means that the linker (ld) does not know where the lib of mysqlclient is.
To resolve
- 1. MySQL libs and development files (usually called mysql-dev)
- 2. Make sure that the path to mysql lib dir is in /etc/ld.so.conf

