> Alsayed Taha Al Ghadpan wrote:
> 
> hi :
> we have get your mod_dtcl compile it on redhat 6.2 and it gives us
> mod_dtcl.so and add the directives loadmodule and addtype and run
> httpd& and it gives us thefollowing message:

LoadModule isn't enough. You must also add the line:

AddModule mod_dtcl.c

Ihis should make the example page work.

> [warn]dso module ...etc and it tells us to use -DEAPI in the
> compilation .

You can safely ignore the warning. It's because Apache appearently has
two different extension APIs, one of them being an 'extended API'. To
get rid of the warning, you need to add -DEAPI to CFLAGS in the
Makefile, e.g.:

CFLAGS=-Wall $(OPTIM) $(EXTRA_CFLAGS) -DEAPI 


regards, jfk

-- 
Jørgen Frøjk Kjærsgaard, Systemkonsulent (Systems Consultant)
Inform@ticon ApS * Web: www.informaticon.dk * Tlf: 8672 0093
Internet programmering * Systemudvikling på Linux, FreeBSD og PalmOS

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to