| Глотов Артем 
    glart at infoline.su Sun Oct 8 05:09:08 EDT 2006 
 Graham, thank you!
I only created symlink:
    ln -s /home/glar/project/python/bin/ /home/glar/bin
and my path was like this:
    
/home/glar/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/bin:/sbin:/usr/games
Then /home/glar/bin with my Python is earlear then /usr/local/bin with 
admin's Python.
Then
    ./configure --with-apxs=/home/glar/project/apache/bin/apxs 
--with-python=../Python-2.4.3 && make && make install
and apache with mod_python began to work!
Artyom.
 |