-
Platform: Linux
Built and installed package into the system (amd64).
If a program (using this library) compiles it complains the the value XLSLIB_VERSION (#defined from PACKAGE_VERSION) in xlslib/workbook.h is not defined.
The cause is that the program does not use a config.h and therefore the preprocessor variable HAVE_CONFIG_H is not set. This causes common/xlsys.h not to include...
2012-05-05 01:33:14 PDT in xlsLib
-
The standard font size used is (for me) too small.
Request: allow to define a different font size (style, ...) via the GUI.
2012-02-23 00:07:10 PST in proFTPd Administr...
-
I had the same problem on a linux installation (Debian Sqeeze). I had to use sudo because the "-vv" option does not work for normal users. Under Windows you may not need this.
The advantage of my solution is that we get all modules proftpd really has loaded - not only the ones from modules.conf
My solution (replaces function "__fetch_ftp_modules__" in class_system.php) looks...
2012-02-22 23:58:48 PST in proFTPd Administr...