[Lazarus] Printing the keyboard mappings setup

Graeme Geldenhuys graemeg.lists at gmail.com
Mon Sep 22 12:33:25 CEST 2008



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.



More information about the Lazarus mailing list