shamunda / Plumi-Install-Script-for-CentOS6.x-x64

Shell scripts to aid with the installation of the Plumi video server on CentOS v6.x 64bit systems only.
5 stars 2 forks source link

Compiling Error #3

Open geanttechnology opened 9 years ago

geanttechnology commented 9 years ago

After running the execution script on a CentOS 6.5 environment I encountered the following error: /Plumi-Install-Script-for-CentOS6.x-x64/CentOS_Plumi-Build.sh: line 119: ./bin/supervisorctl: No such file or directory.

Seems like supervisorctl is not installed by default. What could be the best solution to solve such issue?

shamunda commented 9 years ago

I haven't run the script as of lately. It's possible that if there is a new version of Plumi things may break.

When I get a chance I'll take a look at it. -------- Original message -------- From: geanttechnology notifications@github.com Date: 04/30/2015 11:16 PM (GMT-05:00) To: "shamunda/Plumi-Install-Script-for-CentOS6.x-x64" Plumi-Install-Script-for-CentOS6.x-x64@noreply.github.com Subject: [Plumi-Install-Script-for-CentOS6.x-x64] Compiling Error (#3)

After running the execution script on a CentOS 6.5 environment I encountered the following error: /Plumi-Install-Script-for-CentOS6.x-x64/CentOS_Plumi-Build.sh: line 119: ./bin/supervisorctl: No such file or directory.

Seems like supervisorctl is not installed by default. What could be the best solution to solve such issue?

— Reply to this email directly or view it on GitHubhttps://github.com/shamunda/Plumi-Install-Script-for-CentOS6.x-x64/issues/3.

huiyiqun commented 9 years ago

It seems Plumi has update from what it is when this script is written, so that this script also need a update.

shamunda commented 9 years ago

I'll try to update the script this evening.

Sent via the Samsung Galaxy S® 6 edge, an AT&T 4G LTE smartphone

-------- Original message -------- From: huiyiqun notifications@github.com Date: 05/10/2015 10:21 PM (GMT-05:00) To: "shamunda/Plumi-Install-Script-for-CentOS6.x-x64" Plumi-Install-Script-for-CentOS6.x-x64@noreply.github.com Cc: Dennis Ross dross@playlan.com Subject: Re: [Plumi-Install-Script-for-CentOS6.x-x64] Compiling Error (#3)

It seems Plumi has update from what it is when this script is written, so that this script also need a update.

Reply to this email directly or view it on GitHubhttps://github.com/shamunda/Plumi-Install-Script-for-CentOS6.x-x64/issues/3#issuecomment-100740902.

huiyiqun commented 9 years ago

Thanks

codingforafrica commented 9 years ago

We also had some issues when trying to compile Plumi on CentOS 6.5. Seems like this script is not up to date anymore. :(

huiyiqun commented 9 years ago

I have tried to install plumi over Debian and the problem still existed.

It's not the scripts but the plumi installer that need to be updated. There is a branch named update_bootstrap in plumi.app which have not been merged into master. Which solved some of the problems.