[OpenSIPS-Users] need help on mediaproxy that cannot start
Richard Revels
rrevels at bandwidth.com
Mon Jan 11 15:57:16 CET 2010
My bad. Got an error running the Dispatcher and downgraded sqlobject. Later, when I realized the issue was that I didn't have a postgres module installed I never went back and updated my notes or tried running with the newer sqlobject.
On Jan 9, 2010, at 10:41 AM, Dan Pascu wrote:
>
> On 8 Jan 2010, at 22:17, Richard Revels wrote:
>
>> I've been meaning to come back to this. I'll try to get something
>> coherent together this weekend for CentOS users. The process
>> outlined at the link below is somewhat overkill as most of the
>> python stuff can be done via easy_install with just a couple tweaks
>> to the readme. The gnutls must be compiled and installed from
>> source but a standard ./configure; make; make install is all that is
>> needed there as well.
>>
>> I had a problem with asking for specific versions of both sqlobject
>> and python-application because easy_install is not able to find them
>> wherever it looks by default. This is a drag since it worked fine
>> for sqlobject just a couple of weeks ago. Here are the command
>> lines I am using to get around that:
>>
>> #get recent version of setup tools
>> easy_install -U setuptools
>>
>> #let easy_install download and install from svn for specific version
>> (notice space between url and package identifier)
>> easy_install http://svn.colorstudy.com/SQLObject/tags/0.9.0/
>> sqlobject==0.9.0
>
> Why do you need sqlobject==0.9.0? I'm running with 0.11.0 just fine
> and I expect it to run with 0.12.0 as well as there were no changes in
> it to affect the code.
>
> --
> Dan
>
>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
More information about the Users
mailing list