Jump to content

Recommended Posts

Posted

Hello.

 

I'm trying to install Jeedom on my Odroid C2 running Linux odroidc2 5.4.14-meson64 (Armbian_20.02.0-rc1)

 

Distro has been updated with :

apt-get update
apt-get upgrade

But when I download and run the install script :

wget https://raw.githubusercontent.com/jeedom/core/stable/install/install.sh
chmod +x install.sh
sudo ./install.sh

I have an error :

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mysql-client 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

Package mysql-server 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: Package 'mysql-client' has no installation candidate
E: Package 'mysql-server' has no installation candidate

 

Can you help me ?

Posted
  On 3/2/2020 at 5:50 PM, MikeBZH4 said:

Can you help me ?

Expand  


What about contacting software provider https://github.com/jeedom support. They are authors of this script:

 

  On 3/2/2020 at 5:50 PM, MikeBZH4 said:
Expand  


Armbian is 100% compatible to Debian or Ubuntu in term of packages relations and names.
https://docs.armbian.com/#what-is-armbian

Posted
  On 3/2/2020 at 5:50 PM, MikeBZH4 said:

E: Package 'mysql-client' has no installation candidate

E: Package 'mysql-server' has no installation candidate

Expand  

In many distribution, mysql has been replaced by mariadb ...

MariaDB is a fork of MySQL started in 2009 !

 

EDIT: BTW, by editing this install.sh and change "mysql-" with "mariadb-" will most probably do the job.

Posted

Hello.

 

I will give a try after editing the install script an replace mysql by mariadb.

 

And I will contact Jeedom team for this issue.

 

Thanks.

Posted
  On 5/11/2020 at 4:56 AM, Romber said:

What is default password for root user in mysql? After instalation I removed apache2 and php. 

Expand  

There is none afaik if you connect through unix socket. You can set one though when running the mysql_secure_installation command.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines