Aws debian 8 64 installation - dwg error

Dears,

I have an error when installing kaltura on debian 8 64x on aws

Processing triggers for libc-bin (2.19-18+deb8u7) …
Errors were encountered while processing:
kaltura-dwh
kaltura-nginx

Please advise.

Hi @JohnMalcom,

I’m a bit confused… didn’t we cover this on the other thread? Kaltura Installed but can NOT access admin console

Yes, and I’ve applied all the steps we did together on Debian 8 but with digital ocean, now i’m trying do the same for the live environment on Amazon EC2.

Hi @JohnMalcom,

Rather than make manual fixes, you can change line 4 in install_kaltura_all_in_1.sh from :

echo "deb [arch=amd64] http://installrepo.kaltura.org/repo/apt/debian lynx main" > /etc/apt/sources.list.d/kaltura.list 

to read:

echo "deb [arch=amd64] http://installrepo.origin.kaltura.org/repo/apt/debian-nightly lynx main" > /etc/apt/sources.list.d/kaltura.list

and then install as normal. All needed fixes exist in the nightly repo so it will simply work with no need for manual intervention.

Otherwise, the fix the current issues, you can edit /opt/kaltura/bin/kaltura-functions.rc as explained in the other thread.
For kaltura-nginx, what distro are you currently installing on? Regardless of the answer, the way to debug it is to run:

# aptitude install -f

and paste the full output here.

Thanks Jess, i guess the AWS EC2 OSs has a problem, i will continue developing on DO (the other thread).

Kindly Close this thread since this issue is not related to our dev environment anymore.