On Sun, 21 Sep 2008, ABorka wrote:
> Compiling the mod_hello.pp (to make mod_hello.so) from > fpc/packages/httpd22/examples gives the same error even when all steps > are done on the wiki page (project options, paths, etc.). > Ubuntu 8.04 with Apache2.2, latest fpc/lazarus svn trunk > > apache2: Syntax error on line 16 of /etc/apache2/apache2.conf: Can't > locate API module structure `test_module' in file > /usr/lib/apache2/modules/mod_hello.so: > /usr/lib/apache2/modules/mod_hello.so: undefined symbol: test_module in mod_hello, change the line var test_module: module; public name 'hello_module'; to var test_module: module; public name 'test_module'; and it should work. Michael. _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
