Tagged Questions
2
votes
2answers
373 views
Arch Linux and optional dependencies
I installed XChat on an Arch Linux system. Every time I run it, I get the following error message:
Python interface loaded
Perl interface loaded
AutoLoad failed for: /usr/lib/xchat/plugins/tcl.so
...
2
votes
2answers
664 views
Postfix cannot find a MySQL shared library
I am trying to install Postfix with MySQL support. When I start or run the postfix daemon, it complains that it "cannot find libmysqlclient.so.18", which is in the directory /usr/local/mysql/lib, ...