Control Web Panel

WebPanel => Installation => Topic started by: NatanG on November 08, 2021, 01:15:53 PM

Title: CWP on Oracle linux - error while installing php, unknow repo: epel
Post by: NatanG on November 08, 2021, 01:15:53 PM
I'm trying to install CWP on oracle linux in a VM with Virtualbox, i've followed all the tutorial, everthing was going well, bu when it started installing PHP, this just happened:

(https://i.imgur.com/7vLZ7uA.png)

Oracle linux is compatible with cwp? I didn't find this information anywhere. I followed exactly as it is in the tutorial, am I missing something? the VM is the problem? the epel repo in etc is enabled
Title: Re: CWP on Oracle linux - error while installing php, unknow repo: epel
Post by: studio4host on November 09, 2021, 12:34:30 AM
try checking epel repo
yum install goaccess --enablerepo=epel
Title: Re: CWP on Oracle linux - error while installing php, unknow repo: epel
Post by: NatanG on November 09, 2021, 11:10:03 AM
try checking epel repo
yum install goaccess --enablerepo=epel

"ERROR: Unknow repo: 'epel' "

also, I went into the directory "yum.repos.d", the only repo directory, the only file with "epel" is: "oracle-epel-ol8.repo", with "enable = 1". I don't know if that makes a difference
Title: Re: CWP on Oracle linux - error while installing php, unknow repo: epel
Post by: studio4host on November 10, 2021, 09:59:05 AM
try this

yum -y install epel-release
Title: Re: CWP on Oracle linux - error while installing php, unknow repo: epel
Post by: NatanG on November 10, 2021, 11:13:06 AM
try this

yum -y install epel-release

"No match for argument: epel-release
Error: Unable to find a match"

also tryed without release and... "No match for argument: epel"
Title: Re: CWP on Oracle linux - error while installing php, unknow repo: epel
Post by: studio4host on November 10, 2021, 01:28:46 PM
looks like oracle doesn't have it, try to run cwp installer again... it has now added epel to cover those issues on oracle
Title: Re: CWP on Oracle linux - error while installing php, unknow repo: epel
Post by: NatanG on November 11, 2021, 11:47:29 AM
looks like oracle doesn't have it, try to run cwp installer again... it has now added epel to cover those issues on oracle

(https://i.imgur.com/UByWmkN.png)

I've passed the php install but, there is a problem with MySql and... other thing like in the print
"mysql: command not found"(traslated)
Title: Re: CWP on Oracle linux - error while installing php, unknow repo: epel
Post by: NatanG on November 11, 2021, 12:17:41 PM
Also, when i run the cwp installer again with sh, it says that cwp is already installed, but i cant connect using my host machine web browser... is the VirtualBox the problem? network config?
i cant even update it, says that the directory and archive doesnt exist
Title: Re: CWP on Oracle linux - error while installing php, unknow repo: epel
Post by: studio4host on November 12, 2021, 02:33:54 PM
probably the best is to use centos as different images of for example oracle or rocky can have some issues.
It all depends on the image and also one important thing is to have OS lang on English before starting the install
Title: Re: CWP on Oracle linux - error while installing php, unknow repo: epel
Post by: NatanG on November 16, 2021, 11:50:19 AM
So, CWP doenst support Oracle Linux?
Title: Re: CWP on Oracle linux - error while installing php, unknow repo: epel
Post by: studio4host on November 17, 2021, 08:13:12 AM
there is a new version having fix Rocky/Oracle/Alma Linux on el8.
https://control-webpanel.com/changelog
Title: Re: CWP on Oracle linux - error while installing php, unknow repo: epel
Post by: NatanG on November 22, 2021, 02:03:27 PM
i've reinstalled everything, still using oracle, and everything is working fine, thank you