Configuring after RPM install on CentOS 6.5

During database initialization I get the following, is this something to be concerned about? thank you

Checking MySQL version…
Ver 5.1.73 found compatible
ERROR 1193 (HY000) at line 1: Unknown system variable ‘innodb_log_file_size’
/opt/kaltura/bin/kaltura-functions.rc: line 73: [: : integer expression expected

CREATE USER kaltura;
CREATE USER etl;
CREATE DATABASE kaltura;
CREATE DATABASE kaltura_sphinx_log;
CREATE DATABASE kalturadw;
CREATE DATABASE kalturadw_ds;
CREATE DATABASE kalturadw_bisources;
CREATE DATABASE kalturalog;
Checking connectivity to needed daemons…
Connectivity test passed:)

Hello,

If everything passed without an error [its quite apparent when that happens as you get a red error and the script exists], you need not be concerned.
You can also run kaltura-sanity.sh to ensure all is well.