Hi,

I compiled the Embperl by copying epchar.c.min as epchar.c. make was
fine with little warnings..

Config.c: In function `XS_Embperl__Component__Config_expires_func':
Config.c:609: warning: assignment from incompatible pointer type
Config.c: In function `XS_Embperl__Component__Config_cache_key_func':
Config.c:651: warning: assignment from incompatible pointer type
eq.c: In function `XS_Embperl__Req_errdat1':
Req.c:1087: warning: assignment makes integer from pointer without a
cast
Req.c: In function `XS_Embperl__Req_errdat2':
Req.c:1128: warning: assignment makes integer from pointer without a
cast
Req.c: In function `XS_Embperl__Req_lastwarn':
Req.c:1169: warning: assignment makes integer from pointer without a
cast

But when I start the apache, it is giving an error message like
Cannot load Embperl.so
 undefined symbol: EMBPERL2_Char2XML

We are loading the modules in httpd.conf as

LoadModule perl_module modules/mod_perl_09.so
PerlModule Apache2
LoadModule embperl_module
/opt/dist/perl/lib/site_perl/5.8.0/i686-linux/auto/Embperl/Embperl.so

Embperl is 2.0b9


Thanks,
Vijaya.

>-----Original Message-----
>From: Gerald Richter [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, November 25, 2003 3:06 PM
>To: Vijaya Dasari; [EMAIL PROTECTED]
>Subject: Re: Problem with Escaping data
>
>>
>> The variable is set in the http.conf file as
>> PerlSetEnv EMBPERL_ESCMODE 0
>>
>
>If you turn escaping off, then you don't need to wonder about that it
is
>turned off :-)
>
>If you send out utf8 data, recompile Embperl and copy epchar.c.min to
>epchar.c before. This will avoid escaping character above 0x7f. Then
you
>should be able to turn ESCMODE on again.
>
>Gerald
>
>
>--------------------------------------------------------------
>Gerald Richter     ecos electronic communication services gmbh
>IT-Securityl�sungen * dynamische Webapplikationen * Consulting
>
>Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
>E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
>WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
>--------------------------------------------------------------
>|
>|   ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
>|
>+-------------------------------------------------------------
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]



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

Reply via email to