Re: Trying to setup new current
"Mindaugas Riauba" <[email protected]>
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <084301c275ce$c0d51ce0$f20214ac@B027543> |
> >
> > > Something else is wrong.
> > >
> > > Is that the redhat apache? mod_python?
> >
> > Apache is from http://rpms.arvin.dk. mod_python from RedHat 7.3.
> > I also tried mod_python from www.modpython.org
>
> Bingo. Try the apache package from redhat 7.3 (make it match the
> mod_python you're running).
apache from redhat 7.3 + mod_ssl wanted newer libraries than
exist in redhat 7.1. So I tried to install redhat apache rpms and
compile mod_python. Core dump is gone but current still not working.
BTW the same symptoms were when I tried apache rpms from arvin.dk
and also compiled mod_python.
Error log is below. But if I try run up2date some time after apache
restart - error logs looks the same as in my first post.
I have feeling that I'm overlooking something very very simple :).
Mindaugas
[Thu Oct 17 12:48:44 2002] [error] PythonHandler current_apache: Traceback
(inne
rmost last):
[Thu Oct 17 12:48:44 2002] [error] PythonHandler current_apache: File
"/usr/li
b/python1.5/site-packages/mod_python/apache.py", line 181, in Dispatch
module = import_module(module_name, _req)
[Thu Oct 17 12:48:44 2002] [error] PythonHandler current_apache: File
"/usr/li
b/python1.5/site-packages/mod_python/apache.py", line 335, in import_module
module = imp.load_module(mname, f, p, d)
[Thu Oct 17 12:48:44 2002] [error] PythonHandler current_apache: File
"/usr/sh
are/current/current_apache.py", line 26, in ?
import xmlrpclib
[Thu Oct 17 12:48:44 2002] [error] PythonHandler current_apache: File
"/usr/li
b/python1.5/site-packages/xmlrpclib.py", line 28, in ?
import urllib, xmllib
[Thu Oct 17 12:48:44 2002] [error] PythonHandler current_apache: File
"/usr/li
b/python1.5/site-packages/xmllib.py", line 19, in ?
amp = re.compile('&')
[Thu Oct 17 12:48:44 2002] [error] PythonHandler current_apache: File
"/usr/li
b/python1.5/site-packages/re.py", line 79, in compile
code=pcre_compile(pattern, flags, groupindex)
[Thu Oct 17 12:48:44 2002] [error] PythonHandler current_apache: pcre.error:
('u
nmatched parentheses', 40)