Ok, Thanks. The question is that in Centos repos the versions are prior to the necessary. For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need 2.13 minimum. The best of Ubuntu is that update the versions paquets verysoon. Following the ffmpeg web step by step gives more than one error, but withmy two commands added is no error.
.................. El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió: > Hello Alvaro, > I would say these steps > cp /root/bin/nasm /usr/bincp /root/bin/yasm /usr/bin > are seems to be no necessary .... > /root/bin should be in the PATH and no additional steps should be > required .... > > I believe additional investigation is required here > > On Ubuntu there is no need to build this from sources, it is > available in package manager, is it true for CentOS? > On Thu, Jul 19, 2018 at 9:37 PM Alvaro <[email protected]> wrote: > > Hello, Maxim, > > I've edited the page: > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos > > ...and add a warning, in red color, after Yasm. > > Please, can you take a look and tell me if is somethingin wrong > > way? > > Thanks > > Alvaro > > --------------------------------------------- > > > > > > > > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió: > > > Thanks Alvaro! > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro <[email protected]> > > > wrote: > > > > Ok, now in the tutorial is OpenJava and no Oracle Java. > > > > The errors in the ffmpeg compilation are solved.I've added two > > > > new commands in the script andcompile right. > > > > I've tested on a fresh installation of Centos 7 anda fresh > > > > installation of OpenMeetings 4.0.4 also. > > > > Please download again the tutorial and delete thesefolders > > > > before compile newly (run the commands): > > > > rm -R /root/ffmpeg_sources > > > > rm -R /root/ffmpeg_build > > > > rm -R /root/bin > > > > > > > > > > > > > > > > -------------------------------- > > > > > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió: > > > > > Also when I run the script the output is automatically > > > > > truncated at a certain point, so I'm not able to see the > > > > > entire output. I don't know how to change this. It is > > > > > possible that something might have wrong after the last point > > > > > I've seen. > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <animesonic94@ > > > > > gmail.com> wrote: > > > > > > No it doesn't exist and yes I ran the > > > > > > ./ffmpeg_centos7.sh > > > > > > > > > > > > script twice. It didn't create the file. > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <solomax6 > > > > > > [email protected]> wrote: > > > > > > > Have you compiled ffmpeg? > > > > > > > Is it exists on path specified? > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <animesonic > > > > > > > [email protected]> wrote: > > > > > > > > Alright that worked! Now I'm at the setup page for > > > > > > > > OpenMeetings and I'm getting an error message when I > > > > > > > > try to verify the ffmpeg path > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zurcamos@gmail > > > > > > > > .com> wrote: > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > This afternoon will update-change Java in the > > > > > > > > > tutorial and > > > > > > > > > will upload it. > > > > > > > > > > > > > > > > > > > > > > > > > > > -------------------------------------- > > > > > > > > > > > > > > > > > > > > > > > > > > > El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya > > > > > > > > > escribió: > > > > > > > > > > I'm still getting the same error. ERROR 1045 > > > > > > > > > > (28000): Access denied for user 'root'@'localhost' > > > > > > > > > > (using password: NO) > > > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <yakov > > > > > > > > > > [email protected]> wrote: > > > > > > > > > > > After installing mariadb the root account has an > > > > > > > > > > > empty password. > > > > > > > > > > > If you have not set root password enter the next > > > > > > > > > > > command to connect to mariadb: > > > > > > > > > > > mysql > > > > > > > > > > > Of course mariadb must be started before > > > > > > > > > > > connecting to it > > > > > > > > > > > systemctl start mariadb.service > > > > > > > > > > > > > > > > > > > > > > From: Alex Nyamweya [mailto:[email protected] > > > > > > > > > > > m] > > > > > > > > > > > Sent: Wednesday, July 18, 2018 8:00 AM > > > > > > > > > > > To: [email protected] > > > > > > > > > > > Subject: Re: Loading Problem > > > > > > > > > > > > > > > > > > > > > > Ok that's taken care of. Thanks! Now I'm on step > > > > > > > > > > > 10 where I have to install and setup mariadb. > > > > > > > > > > > When I run the command: mysqladmin -u root > > > > > > > > > > > password new-password (new-password being my > > > > > > > > > > > actual password) I'm getting the following error: > > > > > > > > > > > mysqladmin: connect to server at 'localhost' > > > > > > > > > > > failederror: 'Access denied for user > > > > > > > > > > > 'root'@'localhost' (using password: NO)'For the > > > > > > > > > > > record I never even set up a password for root > > > > > > > > > > > user and it's asking me for one when I use the > > > > > > > > > > > MySQL Database Server. > > > > > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya > > > > > > > > > > > [email protected]> wrote: > > > > > > > > > > > See the next page > > > > > > > > > > > https://www.oracle.com/technetwork/java/javase/do > > > > > > > > > > > wnloads/jdk8-downloads-2133151.html > > > > > > > > > > > to get more information .... > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > > > From: Maxim Solodovnik [mailto:[email protected] > > > > > > > > > > > om] > > > > > > > > > > > Sent: Wednesday, July 18, 2018 7:08 AM > > > > > > > > > > > To: Openmeetings user-list > > > > > > > > > > > Subject: Re: Loading Problem > > > > > > > > > > > You can manually download RPM of Oracle JDK and > > > > > > > > > > > scp it to your Linux > > > > > > > > > > > machine .... > > > > > > > > > > > Or you can use OpenJDK :))) > > > > > > > > > > > On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <a > > > > > > > > > > > [email protected]> wrote: > > > > > > > > > > > > > > > > > > > > > > > > I'm installing OpenMeetings on CentOS 7 instead > > > > > > > > > > > of Ubuntu and I ran into the following problem: > > > > > > > > > > > when I try to run the command on step 4, (wget -- > > > > > > > > > > > no-cookies --no-check-certificate --header > > > > > > > > > > > "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; > > > > > > > > > > > oraclelicense=accept-securebackup-cookie" > > > > > > > > > > > http://download.oracle.com/otn- > > > > > > > > > > > pub/java/jdk/8u172- > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172- > > > > > > > > > > > linux-x64.rpm) Im getting the following message: > > > > > > > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58-- http://download.oracle > > > > > > > > > > > .com/otn-pub/java/jdk/8u172- > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172- > > > > > > > > > > > linux-x64.rpm > > > > > > > > > > > > Resolving download.oracle.com > > > > > > > > > > > (download.oracle.com)... 23.210.24.87 > > > > > > > > > > > > Connecting to download.oracle.com > > > > > > > > > > > (download.oracle.com)|23.210.24.87|:80... > > > > > > > > > > > connected. > > > > > > > > > > > > HTTP request sent, awaiting response... 302 > > > > > > > > > > > Moved Temporarily > > > > > > > > > > > > Location: https://edelivery.oracle.com/otn-pub/ > > > > > > > > > > > java/jdk/8u172- > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172- > > > > > > > > > > > linux-x64.rpm [following] > > > > > > > > > > > > --2018-07-18 05:57:58-- https://edelivery.orac > > > > > > > > > > > le.com/otn-pub/java/jdk/8u172- > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172- > > > > > > > > > > > linux-x64.rpm > > > > > > > > > > > > Resolving edelivery.oracle.com > > > > > > > > > > > (edelivery.oracle.com)... > > > > > > > > > > > 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, > > > > > > > > > > > 23.33.75.164 > > > > > > > > > > > > Connecting to edelivery.oracle.com > > > > > > > > > > > (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:4 > > > > > > > > > > > 43... connected. > > > > > > > > > > > > HTTP request sent, awaiting response... 302 > > > > > > > > > > > Moved Temporarily > > > > > > > > > > > > Location: http://download.oracle.com/otn-pub/ja > > > > > > > > > > > va/jdk/8u172- > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172- > > > > > > > > > > > linux- > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d744909c71191616a140 > > > > > > > > > > > 978a0fc10e06 [following] > > > > > > > > > > > > --2018-07-18 05:57:58-- http://download.oracle > > > > > > > > > > > .com/otn-pub/java/jdk/8u172- > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172- > > > > > > > > > > > linux- > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d744909c71191616a140 > > > > > > > > > > > 978a0fc10e06 > > > > > > > > > > > > Connecting to download.oracle.com > > > > > > > > > > > (download.oracle.com)|23.210.24.87|:80... > > > > > > > > > > > connected. > > > > > > > > > > > > HTTP request sent, awaiting response... 404 Not > > > > > > > > > > > Found > > > > > > > > > > > > 2018-07-18 05:58:01 ERROR 404: Not Found. > > > > > > > > > > > > > > > > > > > > > > > > I believe the last message is preventing me > > > > > > > > > > > from doing the next step: rpm -ivh jdk-8u172- > > > > > > > > > > > linux-x64.rpm > > > > > > > > > > > > > > > > > > > > > > > > error: open of jdk-8u172-linux-x64.rpm failed: > > > > > > > > > > > No such file or directory > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, Jul 16, 2018 at 5:13 AM, Maxim > > > > > > > > > > > Solodovnik <[email protected]> wrote: > > > > > > > > > > > >> > > > > > > > > > > > >> You need to modify following file > > > > > > > > > > > >> webapps/root/index.html > > > > > > > > > > > >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya > > > > > > > > > > > <[email protected]> wrote: > > > > > > > > > > > >> > > > > > > > > > > > > >> > Okay thank you now my next question is how > > > > > > > > > > > can I customize the redirecting page to > > > > > > > > > > > OpenMeetings when I put mydomainname:5080? > > > > > > > > > > > >> > > > > > > > > > > > > >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim > > > > > > > > > > > Solodovnik <[email protected]> wrote: > > > > > > > > > > > >> >> > > > > > > > > > > > >> >> Here are the list of tested OSes: > > > > > > > > > > > >> >> https://cwiki.apache.org/confluence/display > > > > > > > > > > > /OPENMEETINGS/Tutorials+for+installing+OpenMeetin > > > > > > > > > > > gs+and+Tools > > > > > > > > > > > >> >> OM should work as expected :) > > > > > > > > > > > >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex > > > > > > > > > > > Nyamweya <[email protected]> wrote: > > > > > > > > > > > >> >> > > > > > > > > > > > > >> >> > Okay for the first post I decided to wipe > > > > > > > > > > > the server clean and reinstall Apache > > > > > > > > > > > OpenMeetings. I'm in the process of doing it now > > > > > > > > > > > so when I reinstall OpenMeetings I'll let you > > > > > > > > > > > know if I have any issues. Does OpenMeetings run > > > > > > > > > > > well on CentOS or is it better to use Ubuntu? > > > > > > > > > > > >> >> > > > > > > > > > > > > >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim > > > > > > > > > > > Solodovnik <[email protected]> wrote: > > > > > > > > > > > >> >> >> > > > > > > > > > > > >> >> >> I believe you need to solve issues one > > > > > > > > > > > by one :) > > > > > > > > > > > >> >> >> First of all you need to make 2 > > > > > > > > > > > instances of OM running with no errors in logs > > > > > > > > > > > >> >> >> Then perform other customizations > > > > > > > > > > > >> >> >> > > > > > > > > > > > >> >> >> BTW why do you need 2 instances? > > > > > > > > > > > >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex > > > > > > > > > > > Nyamweya <[email protected]> wrote: > > > > > > > > > > > >> >> >> > > > > > > > > > > > > >> >> >> > Another thing, which is a better > > > > > > > > > > > platform to run OpenMeetings, CentOS or Ubuntu? > > > > > > > > > > > >> >> >> > > > > > > > > > > > > >> >> >> > > > > > > > > > > > > >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex > > > > > > > > > > > Nyamweya <[email protected]> wrote: > > > > > > > > > > > >> >> >> >> > > > > > > > > > > > >> >> >> >> Also how can I customize the > > > > > > > > > > > redirecting page to openmeetings when I put > > > > > > > > > > > mydomainname:5080? > > > > > > > > > > > >> >> >> >> > > > > > > > > > > > >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex > > > > > > > > > > > Nyamweya <[email protected]> wrote: > > > > > > > > > > > >> >> >> >>> > > > > > > > > > > > >> >> >> >>> Hi, > > > > > > > > > > > >> >> >> >>> > > > > > > > > > > > >> >> >> >>> I'm currently having a problem with > > > > > > > > > > > Apache OpenMeetings loading when I go to the home > > > > > > > > > > > page. It just keeps loading and doesn't reach my > > > > > > > > > > > usual home page. It seems the port is > > > > > > > > > > > inaccessible. I have two instances of OM (one at > > > > > > > > > > > /openmeetings and another at /openmeetings1) and > > > > > > > > > > > they have trouble loading. Also prior to having > > > > > > > > > > > this loading problem, the application crashed > > > > > > > > > > > when I tried to setup a poll in a group meeting. > > > > > > > > > > > >> >> >> >>> > > > > > > > > > > > >> >> >> >>> Thank you, > > > > > > > > > > > >> >> >> >>> Alex Nyamweya > > > > > > > > > > > >> >> >> >> > > > > > > > > > > > >> >> >> >> > > > > > > > > > > > >> >> >> > > > > > > > > > > > > >> >> >> > > > > > > > > > > > >> >> >> > > > > > > > > > > > >> >> >> -- > > > > > > > > > > > >> >> >> WBR > > > > > > > > > > > >> >> >> Maxim aka solomax > > > > > > > > > > > >> >> > > > > > > > > > > > > >> >> > > > > > > > > > > > > >> >> > > > > > > > > > > > >> >> > > > > > > > > > > > >> >> -- > > > > > > > > > > > >> >> WBR > > > > > > > > > > > >> >> Maxim aka solomax > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> -- > > > > > > > > > > > >> WBR > > > > > > > > > > > >> Maxim aka solomax > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > WBR > > > > > > > Maxim aka solomax > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > WBR > > > Maxim aka solomax > > -- > WBR > Maxim aka solomax
