bdn.borland.comArticle #29587: Using a DSO on Apache 2.0.43, created with Kylix 3
Problem:
After compiling and installing Apache 2.0.39 with DSO support, deploying an .so file built with Kylix 3 doesn't work.
Solution:
You need to change MODULE_MAGIC_NUMBER_MAJOR in HTTPD.pas file to the following:
MODULE_MAGIC_NUMBER_MAJOR = 20020903;
Last Modified: 27-MAR-03