On 5/7/07, RollyF <[EMAIL PROTECTED]> wrote: > I run "/sbin/ldconfig -v" and restarted Apache again. Still showing > the same python2.4 exception when I run the application. > I am not sure what to put in ld.so.config. I saw a couple of > references to python2.4 libs while in verbose mode of running > ldconfig.
You wanna put the libs path of your new python install in there, something like /usr/local/python2.5/lib or whatever yours is exactly. After that run ldconfig so your system knows to look there for shared libraries from now on. -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

