nginx-vod-module icon indicating copy to clipboard operation
nginx-vod-module copied to clipboard

Kaltura for Ubuntu 22.04

Open Manfox177 opened this issue 1 year ago • 9 comments

I've tried everything possible including the build scratch and the repo method to install kaltura nginx for ubuntu 22.04 if anyone could help it would really be appreciated.

Manfox177 avatar Aug 27 '22 12:08 Manfox177

what error did you get when building it?

erankor avatar Aug 28 '22 08:08 erankor

It doesn't seem to be added to the nginx modules

Manfox177 avatar Aug 29 '22 16:08 Manfox177

nginx: [emerg] module "/usr/lib/nginx/modules/ngx_http_vod_module.so" is not binary compatible in /etc/nginx/modules-enabled/50-mod-http-vod.conf:1 this is the error i get

Manfox177 avatar Aug 29 '22 19:08 Manfox177

When you build an nginx module dynamically, there's a bunch of compilation flags that have to match the build of the nginx core. For example, if nginx core was built with PCRE, and you build the module without PCRE, it will refuse to load, and you'll get this error. This is not specific to this module - this is the behavior for any nginx module that is not part of the core. Personally, I think it's easier to just compile statically...

erankor avatar Aug 29 '22 19:08 erankor

Thank you i'll get back if i get any error

Manfox177 avatar Aug 29 '22 19:08 Manfox177

How do I know if Kaltura-Nginx has been installed if I link it statically?

Manfox177 avatar Aug 29 '22 20:08 Manfox177

If nginx accepts a config file that uses one of the directives of this module (e.g. vod hls), it means the module is there...

erankor avatar Aug 30 '22 07:08 erankor

Can you please explain how you would install it statically cause maybe I seem to be lost somewhere

Manfox177 avatar Aug 30 '22 14:08 Manfox177