try :
sudo apt-get install libjpeg-dev
and run again install script.
Let me know if it worked ;)
Le Thu, 18 Aug 2011 03:28:41 -0700 (PDT),
Siddharth Saha <sidch...@gmail.com> a écrit :
Le Thu, 18 Aug 2011 16:46:33 +0530,
can you reinstall from scratch :
rm -rf /usr/local/plivo
sh plivo_install_beta.sh /usr/local/plivo
I think your plivo config is outdated .
Michael
Le Thu, 18 Aug 2011 16:46:33 +0530,
the weird thing is the starter plivo script must activate virtualenv :(
(in script /usr/local/plivo/bin/plivo the variable VENV_ON )
Le Thu, 18 Aug 2011 18:59:42 +0530,
Siddharth Saha <sidch...@gmail.com> a écrit :
> Well, yes, I did that and it is now running.
>
> For reference, here is what I did -
>
> - Kept freeswitch running
> - Installed plivo - sudo sh plivo_install_beta.sh /usr/local/plivo
> - Descended to plivo directory - cd /usr/local/plivo/bin
> - Activated the virtual environment which came with plivo - source
> activate (activate file is in /usr/local/plivo/bin itself)
> - Then started plivo - sudo ./plivo start which started it-
The best way (and easy way) is to use one of the plivo helper library :
http://www.plivo.org/docs/helper-libraries/
and using your AUTH_ID and AUTH_TOKEN in it .
Le Thu, 18 Aug 2011 19:23:07 +0530,
Siddharth Saha <sidch...@gmail.com> a écrit :
> I am now trying to do something in Plivo. I am under the impression that
> default.conf is currently being used by plivo REST server.
>
> I changed the AUTH_ID and AUTH_TOKEN to *siddharth* and *saha* respectively