"Package" Folder is missing

Dears, I’m trying to instal kaltura on Centos but after installing it i found "install.php and other files but didn’t find “Package” folder.

Is there a direct link to download the “Package” folder which containts /app and /bin?

Thanks in advance.

Hello @JohnMalcom,

You didn’t mention which installation instructions document you are following but please make sure you follow the doc relevant to your ENV here:

If you come across issues, upon reporting, please specify your exact ENV, the command you ran and the output you got back and I’ll gladly help you further.

Thanks,

Thanks Jess.

The missing folder was related to v5.0.0 - but i was looking for a complete package like the below but for the latest package
http://www.kaltura.org/releases/kalturaCE/29044

ENV : CENTOS 7.3 x86_64

One more thing, i’m trying to basic install here

rpm -ihv http://installrepo.kaltura.org/releases/kaltura-release.noarch.rpm
yum update
yum clean all
yum update "kaltura"
yum install kaltura-server

But i cant find any .sh file to run based on this doc

Would you please advise what to do? and what is the problem why i can’t find any folder related to kaltura after running the below command
rpm -ihv http://installrepo.kaltura.org/releases/kaltura-release.noarch.rpm

This is the error i get.

Hello,

What Linux distro are you using and what repos do you have under /etc/yum.repos.d?
According to your output, you are missing very basic packages such as ‘httpd’ which provides Apache.
This package [and many more in your output] are all part of the ‘base’ repo for RHEL/CentOS.

Hello,

This server has Cpanel installed.

Apache is installed but it will not be installed the traditional way as a server without a control panel would.

Apache is managed by Cpanel, as are many other packages due to the changes Cpanel makes to the base Linux OS.

root@host [~]# which httpd
/usr/sbin/httpd

What Linux distro are you using and what repos do you have under /etc/yum.repos.d?

This is a CentOS 7 server.

root@host [~]# cat /etc/redhat-release
CentOS Linux release 7.3.1611 (Core)

Here are the contents of the repo directory

root@host [~]# ll /etc/yum.repos.d/
total 100
drwxr-xr-x 2 root root 4096 Apr 29 13:18 ./
drwxr-xr-x 80 root root 12288 Apr 30 14:35 …/
-rw-r–r-- 1 root root 12288 Apr 29 13:20 .kaltura.repo.swo
-rw-r–r-- 1 root root 12288 Apr 29 14:54 .kaltura.repo.swp
-rw-r–r-- 1 root root 1664 Nov 29 13:12 CentOS-Base.repo
-rw-r–r-- 1 root root 1309 Nov 29 13:12 CentOS-CR.repo
-rw-r–r-- 1 root root 649 Nov 29 13:12 CentOS-Debuginfo.repo
-rw-r–r-- 1 root root 630 Nov 29 13:12 CentOS-Media.repo
-rw-r–r-- 1 root root 1331 Nov 29 13:12 CentOS-Sources.repo
-rw-r–r-- 1 root root 2893 Nov 29 13:12 CentOS-Vault.repo
-rw-r–r-- 1 root root 314 Nov 29 13:12 CentOS-fasttrack.repo
-rw-r–r-- 1 root root 243 Oct 11 2016 EA4-experimental.repo
-rw-r–r-- 1 root root 204 Aug 7 2015 EA4.repo
-rw-r–r-- 1 root root 1056 Dec 27 12:37 epel-testing.repo
-rw-r–r-- 1 root root 957 Dec 27 12:37 epel.repo
-rw-r–r-- 1 root root 996 Apr 29 13:53 kaltura.repo
-rw-r–r-- 1 root root 996 Apr 29 11:00 kaltura.repo.rpmorig
-rw-r–r-- 1 root root 996 Apr 29 11:24 kaltura.repo.rpmsave
-rw-r–r-- 1 root root 219 Jul 21 2014 vz.repo

Hello,

I’d advise against installing on a server that is meant to be used for additional functions.
Even though we take care to create a dedicated Apache virtual host and dedicated MySQL DB and users, it may still potentially break other applications running on this machine. Better use a dedicated server [it can be a VM or a Docker container, does not have to be a physical machine, of course].

At any rate, any machine [virtual or physical] you choose to install on must have the official distro repos enabled. I see you do have /etc/yum.repos.d/CentOS-Base.repo but my guess is the repo is disabled [enabled=0] and thus, the packages from the CentOS base repo are not found by YUM.

For CentOS/RHEL, the Kaltura Server is shipped as a group of RPMs. Each such RPM spec declares the needed packages as dependencies in its spec. Therefore, these packages must be available for YUM to fetch and RPM to install, otherwise, the installation of the Kaltura RPMs will fail to complete.