Author Topic: Rocky Linux 9  (Read 2685 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Rocky Linux 9
« on: June 13, 2023, 11:11:38 AM »
Does it works in Rocky Linux 9? Or i should reinstall Rocky Linux 8, or what's the best OS for CWP at the current moment?

Code: [Select]
#############################################
Please wait... installing web server files...
#############################################

Last metadata expiration check: 0:00:16 ago on Tue 13 Jun 2023 02:08:20 PM EEST.
Error:
 Problem 1: cannot install the best candidate for the job
  - nothing provides libcrypto.so.10()(64bit) needed by apr-util-1.6.0-1.x86_64
  - nothing provides libcrypto.so.10(libcrypto.so.10)(64bit) needed by apr-util-1.6.0-1.x86_64
  - nothing provides libssl.so.10()(64bit) needed by apr-util-1.6.0-1.x86_64
 Problem 2: cannot install the best candidate for the job
  - nothing provides libcrypto.so.10()(64bit) needed by cwp-httpd-2.4.56-1.x86_64
  - nothing provides libcrypto.so.10(libcrypto.so.10)(64bit) needed by cwp-httpd-2.4.56-1.x86_64
  - nothing provides libssl.so.10()(64bit) needed by cwp-httpd-2.4.56-1.x86_64
  - nothing provides libssl.so.10(libssl.so.10)(64bit) needed by cwp-httpd-2.4.56-1.x86_64
  - nothing provides libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) needed by cwp-httpd-2.4.56-1.x86_64
  - nothing provides libcrypto.so.10(OPENSSL_1.0.2)(64bit) needed by cwp-httpd-2.4.56-1.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Last metadata expiration check: 0:00:17 ago on Tue 13 Jun 2023 02:08:20 PM EEST.
Package cwp-suphp-0.7.2-3.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!

Compiler requires 512 MB RAM + SWAP
Installation FAILED at httpd
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   899  100   899    0     0   2015      0 --:--:-- --:--:-- --:--:--  2011
sh: line 36: mysql: command not found
sh: line 46: /usr/local/bin/php: No such file or directory
grep: /etc/init.d/httpd: No such file or directory
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at
 webmaster@error-reporting.control-webpanel.com to inform them of the time this error occurred,
 and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
<p>Additionally, a 500 Internal Server Error
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
Please contact CWP support about this issue and include the last few lines from the error:
http://centos-webpanel.com/contact

Used command to install:
Code: [Select]
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el8-latest
sh cwp-el8-latest
« Last Edit: June 13, 2023, 11:16:02 AM by DangerD2 »

Offline
****
Re: Rocky Linux 9
« Reply #1 on: June 15, 2023, 07:24:53 AM »
EL9 support is being added, according to the devs. But there are still issues, so be patient with Rocky 9 or AlmaLinux 9.

The best OS for CWP is actually still CentOS 7.9, but that is a dead end road, so I wouldn't recommend starting in with that release EOL in ~1 yr. I think you're best off with EL8 release for a new install like Rocky 8 or AlmaLinux 8. With those you have migration scripts, so you should be able to "crossgrade" between distributions if another becomes the clear favorite. My personal plan is to hold out on CentOS 7.9 until next spring and then migrate to AlmaLinux 9. CWP should be fully ready to go by then!

Offline
*
Re: Rocky Linux 9
« Reply #2 on: June 16, 2023, 09:19:37 PM »
I don't have much experience using Rocky Linux 9. However, I was able to install CWP without any problems on Almalinux 8/9.

Anyway, the error demonstrated by you says there are no shared libraries libcrypto.so, libssl.so. These libs are provided by the package openssl-devel on CentOS 7. I think it should be similar on Rocky. So I recommend you to check if the package openssl-devel is included by some repository enabled on your system, if so then try to install it manually and check if it includes the required libs (make sure the versions are match).