Crc Crc schrieb:

> From: <[EMAIL PROTECTED]>
> > > > /usr/lib/php4/20001222/midgard.so: undefined symbol: sapi_add_header
> > >
> > > This is most likely when you are trying to serve the blob. I am
> > > currently not seeing a problem like this here. But I get the 'no
> > > symbols' on libphp4.so too now. How to verify that this symbol is
> > > supplied by php4? Anyone?
> >
> >Mine shows no symbols too, but does not show the problem. I'm running
> >php-4.0.4pl1-6mdk, and my wild gues is that with php-4.0.5 they changed
> >the symbol to sapi_add_header_ex
>
> It is possible. I just tried blindly, but 'nm --dynamic libphp4.so' gives a
> reasonable long list, and the important:
>
> fery@linuxserver:/usr/lib/apache/1.3$ nm --dynamic -g libphp4.so |grep
> sapi_add_header
> 0005348c T sapi_add_header_ex
>
> So, what to do? Could you give a patch to midgard?
>
> Thx:
> Crc
>
> PS: Don't know too much about linking, but I am soooo happy... :)
> ______________________________________________________

Hi,I had the same problem. I  changed the call of sapi_add_header in
attachement.c to sapi_add_header_ex,
in main:
SAPI.c, SAPI.h and main.c I also did.so
Then I recompiled midgardphp4. Now it seems to work, I can see attachments.
Regards
Toni




> ___________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> ---------------------------------------------------------------------
> 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