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
2 hours ago, MikeBZH4 said:

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

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

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
6 minutes ago, martinayotte said:

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


Yes, Jeedom should update their install scripts. 

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
11 minutes ago, Romber said:

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

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