This usually comes when you compiled your Apache module with the wrong version of httpdXX directory from fpc/packages/.
There are 3 included in fpc:

httpd13
httpd20
and
httpd22

Delete the two that are not your Apache version and recompile your module (or in Lazarus -> Project -> Compiler Options -> Other unit files enter the path to the right httpdXX directory from fpc/packages/).


Alexey Voytsehovich wrote:
Hello Jonas,

Thursday, October 8, 2009, 1:54:20 PM, you wrote:

help again please?

Try ld 2.18.50

And also use FPC 2.2.4, not 2.2.2.

ok
on fpc 2.2.4 and binutil 2.9.91 sources cimpiled and linked
but if i load module in apache (on ubuntu)
i get this error
--
can`t locate API module structure 'test_module' in file ..
--
but this module worked in windows xp :(


Show you what is necessary to pay attention?


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to