![]() |
|
Install Problems - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: Install Problems (/showthread.php?tid=730) |
Install Problems - liamgibbins - 12-07-2014 Hi I have been using Zpanel latest version and a friend told me that its now here... Any ways I have been trying to install on a min install of CentOS 6.5 and I get this error.. [root@cp ~]# sudo ./install-beta ############################################################ # Welcome to the Official Sentora Installer 1.0.0-beta9 # ############################################################ Checking that minimal requirements are ok Detected : CentOs 6 i686 Ok. DB server will be mySQL It appears that package bind is already installed. This installer is designed to install and configure Sentora on a clean OS installation only! Please re-install your OS before attempting to install using this script. [root@cp ~]# So i checked to see if Apache is installed... Package(s) httpd available, but not installed. No Packages marked for removal [root@cp ~]# rpm -e httpd error: package httpd is not installed [root@cp ~]# service httpd stop httpd: unrecognized service I ran several other tests and it is not installed its a clean, newly installed min install... is there a way to get past the checking system? RE: Install Problems - Me.B - 12-07-2014 minimal centos install don't have apache/mySQL! As those packages got detected. Minimal is bare os without apache/bind/mysql! M B RE: Install Problems - liamgibbins - 12-07-2014 Thanks I uninstalled bind and all the above and it works... Only think I can see now is how to update to php 5.4 or newer Hope when they release it will will have a newer version of php... Thanks for your help RE: Install Problems - Me.B - 12-08-2014 Php shipped witht the panel is relying on the vendor updates. Centos 7 ship with php 5.4 while ubuntu 14 offer php 5.5. M B RE: Install Problems - Moderator - 02-15-2015 For me, I rebuilt my VPS to CentOS 6.0 x86 64-bit and had to remove both Apache and bind, then install: Code: # yum erase httpd httpd-tools apr apr-util
# yum remove bind
# bash <(curl -L -Ss http://sentora.org/install) |