Good catch (someone should fix it in SVN), but I get the same error even after doing this change.
Something else is the problem because if you create a new apache project that gives the same error. Also, the same error happens when compiling the testmodule.pp example in fpc/packages/httpd22/examples. apache2: Syntax error on line 17 of /etc/apache2/apache2.conf: Can't locate API module structure `test_module' in file /usr/lib/apache2/modules/testmodule.so: /usr/lib/apache2/modules/testmodule.so: undefined symbol: test_module Any of these examples working for anyone on a 32bit Linux? Michael Van Canneyt wrote: > > 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 > _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
