...<snip>...
>The error that exists in the ticket is not displayed. Seemingly, start
> of httpd seems to success. However, the process terminate immediately.
>
> Is there another possible cause?
>
> Takashi

If you compile with the proper HTTPD directory (httpd22 in this case), it should work. No error message in the apache error.log? Apache always says something when the startup is not successful.

Your small example library code is working here (Ubuntu 10.10, FPC 2.5.1 SVN), httpd13 and httpd20 directories are deleted.
Compiled with: fpc -Xs -XX -fPIC -omod_simple.so mod_simple.pas
Apache starts, runs, pages are served properly with the mod_simple.so loaded .

AB

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

Reply via email to