Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
2.5.14
-
None
Description
SLES maxscale.2.5.14 does not installl on OpenSuse 15.2
ip-172-31-35-88:~ # zypper install MariaDB-client python3-PyMySQL maxscale
|
Refreshing service 'Basesystem_Module_x86_64'.
|
Refreshing service 'Containers_Module_x86_64'.
|
Refreshing service 'Desktop_Applications_Module_x86_64'.
|
Refreshing service 'Development_Tools_Module_x86_64'.
|
Refreshing service 'Legacy_Module_x86_64'.
|
Refreshing service 'Public_Cloud_Module_x86_64'.
|
Refreshing service 'Python_2_Module_x86_64'.
|
Refreshing service 'SUSE_Cloud_Application_Platform_Tools_Module_x86_64'.
|
Refreshing service 'SUSE_Linux_Enterprise_Server_x86_64'.
|
Refreshing service 'Server_Applications_Module_x86_64'.
|
Refreshing service 'Web_and_Scripting_Module_x86_64'.
|
Loading repository data...
|
Reading installed packages...
|
Package 'python3-PyMySQL' not found.
|
Resolving package dependencies...
|
Problem: nothing provides libm.so.6(GLIBC_2.29)(64bit) needed by maxscale-2.5.14-1.sles.15.x86_64
|
Solution 1: do not install maxscale-2.5.14-1.sles.15.x86_64
|
Solution 2: break maxscale-2.5.14-1.sles.15.x86_64 by ignoring some of its dependencies
|
Choose from above solutions by number or cancel [1/2/c/d/?] (c):
|
If we select Solution 2 and install then maxscale gives below error.
ip-172-31-35-88:~ # maxscale --version
|
maxscale: /lib64/libcrypt.so.1: version `XCRYPT_2.0' not found (required by /usr/lib64/maxscale/libmaxscale-common.so.1.0.0)
|
maxscale: /lib64/libc.so.6: version `GLIBC_2.27' not found (required by /usr/lib64/maxscale/libmaxscale-common.so.1.0.0)
|