On 9 abr, 18:22, "Graham Dumpleton" <[EMAIL PROTECTED]>
wrote:
> Read:
>
>  http://www.dscpl.com.au/wiki/ModPython/Articles/ExpatCausingApacheCrash
>
> Work through debugging hints there to see if it applies to you.
>
> Graham

It worked perfectly, thanks Graham.

If someone is experiencing same problems, READ ARTICLE FIRST, it
applied in my case.

I moved Apache's '''libexpat module''' to back it up (in case of
disaster):

{{{
mkdir /usr/local/apache2/movedlibs
mv /usr/local/apache2/lib/libexpat.so.0.1.0 /usr/local/apache2/
movedlibs
}}}

Then I created a symbolic link to python's '''libexpat''':

{{{
ln -s -T /usr/lib/libexpat.so.1.0.0 /usr/local/apache2/lib/libexpat.so.
0.1.0
}}}

Others must consider a cleaner solution, as suggested by Graham's
article, ''build (or rebuild) apache with python's provided
libexpat''.

In a little lazy so this worked for me now.

Thanks again,
Johans Marvin Taboada Villca

>
> On Apr 10, 7:39 am, "jmt4b04d4v" <[EMAIL PROTECTED]> wrote:
>
> > Hi lIst, I'm having ''apparently'' same issue as '''thinker0'''.
>
> > apache failed to serve my enviroments, here's error_log:
>
> > {{{
> > [Mon Apr 09 17:10:08 2007] [info] Initial (No.1) HTTPS request
> > received for child 0 (server PCDCOM:443)
> > ... loadings eggs
> > 17:10:10 Trac[loader] DEBUG: Loading egg plugin TracXMLRPC from /usr/
> > local/lib/python2.4/site-packages/TracXMLRPC-0.1-py2.4.egg
> > [Mon Apr 09 17:10:10 2007] [notice] child pid 6566 exit signal
> > Segmentation fault (11)
>
> > }}}


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to