-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install issues on 18.04 "Help Please" #796
Comments
Updated still error Welcome to Ubuntu 18.04 LTS (GNU/Linux 4.15.0-23-generic x86_64)
System information as of Mon Jun 25 21:17:35 UTC 2018 System load: 0.71 Processes: 89 0 packages can be updated. Last login: Mon Jun 25 21:16:28 2018 |
thanks for that issue. it's a bit weird, i find those packages with apt search, but when i try the command, i agree with you.. i have corrected it here: https://github.com/DanielnetoDotCom/YouPHPTube/wiki/How-to-install-LAMP,-FFMPEG-and-Git-on-a-fresh-Ubuntu-18.x-for-YouPHPTube-version-4.x-or-newer remove the version-nr leads to php 7.2, but that should work as well.. i also quick-tested the commands and got no error anymore from apt. hope, this works for you as well? |
thanks for the quick reply - has cleared alot but still getting
nginx@nginx:~$ sudo apt-get install apache2 php libapache2-mod-php
php-mysql php-curl php-gd php-intl mysql-server mysql-client ffmpeg git
libimage-exiftool-perl && cd /var/www/html && sudo git clone
https://github.com/DanielnetoDotCom/YouPHPTube.git && cd /var/www/html &&
sudo git clone https://github.com/DanielnetoDotCom/YouPHPTube-Encoder.git
&& sudo apt-get install python && sudo curl -L
https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
&& sudo chmod a+rx /usr/local/bin/youtube-dl && sudo a2enmod rewrite
[sudo] password for nginx:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ffmpeg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package php-intl
E: Package 'ffmpeg' has no installation candidate
E: Unable to locate package libimage-exiftool-perl
…On Mon, 25 Jun 2018 at 22:47, Vinzenz Hersche ***@***.***> wrote:
thanks for that issue.
it's a bit weird, i find those packages with apt search, but when i try
the command, i agree with you..
i have corrected it here:
https://github.com/DanielnetoDotCom/YouPHPTube/wiki/How-to-install-LAMP,-FFMPEG-and-Git-on-a-fresh-Ubuntu-18.x-for-YouPHPTube-version-4.x-or-newer
remove the version-nr leads to php 7.2, but that should work as well.. i
also quick-tested the commands and got no error anymore from apt.
hope, this works for you as well?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#796 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AM-S9WLnh8wcAlNNTUW8nvP8o_1N3V3jks5uAVpcgaJpZM4U23__>
.
|
I did a couple of installs on 18.04 this morning. As long as I had done an 'apt-get update' and 'apt-get upgrade' I could get everything to install successfully. I did run into some problems further down the line though, and ended up installing on 16.04, which has mostly worked as far as I can tell. |
wll try fresh install and let you know thanks for the help been trying nto
get it to work for the last couple of days 👍
…On Mon, 25 Jun 2018 at 23:00, MarkOnDuty ***@***.***> wrote:
I did a couple of installs on 18.04 this morning. As long as I had done an
'apt-get update' and 'apt-get upgrade' I could get everything to install
successfully. I did run into some problems further down the line though,
and ended up installing on 16.04, which has mostly worked as far as I can
tell.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#796 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AM-S9eI5IHTitZoaCa-uB3rw0BPL9KpTks5uAV1lgaJpZM4U23__>
.
|
BTW on Ubuntu 18 is NOT php7.1 I have it installed on Ubuntu 18 and the php version is PHP 7.2.5 |
i retried the first command, worked through, now i am on the install-page. @MarkOnDuty where does it fail for you? @DanielnetoDotCom if i do a apt search, i can choose between php7.1 and 7.2 - both get installed anyway, withouth any version-nr, it automaticly takes php 7.2.. and its already replaced :) |
it has installed with no error but hasn't asked for sql password for root |
@Datamatrix1967 are you using ubuntu 18 now, or changed to 16? with ubuntu 18.04 try this: https://linuxconfig.org/how-to-reset-root-mysql-password-on-ubuntu-18-04-bionic-beaver-linux |
can may be reduced to this:
|
@Datamatrix1967 also when the above answer would work, i highly recommend you to update or download again.. some bugs mainly from this weekend gets fixed now, so you propably have those bugs until update. |
will retry and let you know outcome and thanks for all the help
…On Tue, 26 Jun 2018 at 03:10, Vinzenz Hersche ***@***.***> wrote:
@Datamatrix1967 <https://github.com/Datamatrix1967> also when the above
answer would work, i highly recommend you to update or download again..
some bugs mainly from this weekend gets fixed now, so you propably have
those bugs until update.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#796 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AM-S9XMvsIZgzefWyoj1G-HJChEYJrOXks5uAZgGgaJpZM4U23__>
.
|
Hi All
Output
Output Then run http://yourip_address/YouPHPTube/ All worked great |
i have updated the article with the new information we collected here: tell me, if you have any corrections. i tried to hold the mysql-password-stuff simple, but linked to this issue and a extended article.. if it's fine, you can close the issue :) |
@hersche Sorry. Had to sleep. My issues under Ubuntu 18.04 were caused by the unset MySQL root user password. I'll try installing it under Ubuntu 18.04 again this morning. It is a simple matter for me to spin up a container and install. I can hammer on this until it is perfect. |
All working thanks again for the help |
I had same issue and was able to resolve it. When and if you all ever have the time, can we please reconcile these two sets of instructions for installing the encoder: Thanks. |
@soapstreams Just replace any version from 7.1 to 7.2 and gonna work ( only if you're using ubuntu 18.04 ) |
You bet. I was able to figure it out and get it installed, but I was initially using the instructions from YouPHPTube-Encoder rather than YouPHPTube and they are quite different. Someone updated the encoder install instructions in the YouPHPTube wiki, but the install instructions in the YouPHPTube-Encoder wiki are a bit outdated. |
@soapstreams Yes it's very outdated . I think the actual version is 7.3 and I haven't tried it yet , and soon gonna be 7.4
|
Still unable to install YouPHPTube on unbuntu 18.04
error listed below
Welcome to Ubuntu 18.04 LTS (GNU/Linux 4.15.0-23-generic x86_64)
System information as of Mon Jun 25 20:53:57 UTC 2018
System load: 0.0 Processes: 86
Usage of /: 40.1% of 9.78GB Users logged in: 1
Memory usage: 4% IP address for enp0s3: 192.168..
Swap usage: 0%
93 packages can be updated.
43 updates are security updates.
Last login: Mon Jun 25 20:41:41 2018 from 192.168.0.15
@:~$ sudo apt-get install apache2 php7.1 libapache2-mod-php7.1 php7.1-mysql php7.1-curl php7.1-gd php7.1-intl mysql-server mysql-client ffmpeg git libimage-exiftool-perl && cd /var/www/html && sudo git clone https://github.com/DanielnetoDotCom/YouPHPTube.git && cd /var/www/html && sudo git clone https://github.com/DanielnetoDotCom/YouPHPTube-Encoder.git && sudo apt-get install python && sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && sudo chmod a+rx /usr/local/bin/youtube-dl && sudo a2enmod rewrite
[sudo] password for *****:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ffmpeg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package php7.1
E: Couldn't find any package by glob 'php7.1'
E: Couldn't find any package by regex 'php7.1'
E: Unable to locate package libapache2-mod-php7.1
E: Couldn't find any package by glob 'libapache2-mod-php7.1'
E: Couldn't find any package by regex 'libapache2-mod-php7.1'
E: Unable to locate package php7.1-mysql
E: Couldn't find any package by glob 'php7.1-mysql'
E: Couldn't find any package by regex 'php7.1-mysql'
E: Unable to locate package php7.1-curl
E: Couldn't find any package by glob 'php7.1-curl'
E: Couldn't find any package by regex 'php7.1-curl'
E: Unable to locate package php7.1-gd
E: Couldn't find any package by glob 'php7.1-gd'
E: Couldn't find any package by regex 'php7.1-gd'
E: Unable to locate package php7.1-intl
E: Couldn't find any package by glob 'php7.1-intl'
E: Couldn't find any package by regex 'php7.1-intl'
E: Package 'ffmpeg' has no installation candidate
E: Unable to locate package libimage-exiftool-perl
@:~$
The text was updated successfully, but these errors were encountered: