OK! figured this out. Turns out you have to install an older version of mod_python - 3.1.4 to be precise. everything works perfectly now!
thanks for all of your help! On Mar 7, 9:38 pm, Brian Rosner <[EMAIL PROTECTED]> wrote: > On 2007-03-07 09:49:48 -0700, "leland" <[EMAIL PROTECTED]> said: > > > > > > > brian - thanks for that info! i recompiled mod_python (made a backup > > first), but when i try to restart apache i get this error: > > > Cannot load /etc/httpd/modules/mod_python.so into server: /etc/httpd/ > > modules/mod_python.so: undefined symbol: apr_table_compress > > > i've seen on some other forums that my apr version needs to be 0.9.4, > > and that is the version i'm running. any idea what that might be? > > > thanks again! > > > On Mar 7, 10:34 am, Brian Rosner <[EMAIL PROTECTED]> wrote: > >> On 2007-03-06 20:51:14 -0700, "leland" <[EMAIL PROTECTED]> said: > > >>> joe - thanks for the tip. turns out it wasn't including the > >>> vhosts.conf file. so i got everything to work onmediatemple's(dv) > >>> 3.0 server. now, i've run into another issue. my company runs a (dv) > >>> 2.0 box that came standard with python 2.2. i upgraded to python 2.3, > >>> but now mod_python still points to the old python 2.2 install. does > >>> anyone know how to change which python mod_python points to? or do i > >>> have to re-compile? i thought maybe there would be a config file or > >>> something like that for mod_python that would allow me to change this > >>> easily. any help would be greatly appreciated! > > >>> thanks > > >> You will have to build mod_python with python 2.3. it is pretty > >> simple. just download mod_python and point it to the apache you are > >> running (which should automatically be detected) and python 2.3 (you > >> may have to point it to the python executable if it isn't in the path). > >> then make sure you make a backup of the current mod_python.so just in > >> case something goes wrong. then do a make install and it will put > >> itself where it should go. I believe this is in /etc/httpd/modules > >> which symlinks to /usr/lib/httpd/modules. Restart apache and you > >> should be ready to go. > >> -- > >> Brian Rosnerhttp://www.brosner.com/blog > > You mentioned you are working on a (dv) 2.0 server. i assume those are > the ones before the new (dv) servers they just recently released? a > few things i would check for is to make sure you are linking against > apr 0.9.4. i am not sure what version of apache you are linking with, > but i was able to get it to work without a problem using apache 2.0.52. > when you run ./configure in mod_python verify that it outputs 0.9.4 for > the apr version. > > Brian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---