Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
Hello,
I installed apache(2.2.19) and php(5.3.6) from source and got all the prerequisites working on CentOS 6.0 64 bit. When trying to install kaltura CE 4.0, i get the following error while the installer is running.
Creating Dynamic Enums
Installation failed.
Failed to create dynamic enums
Do you want to cleanup? (Y/n)
The log shows that it is failing on the line:
05.08.2011 14:23:16 ERROR Executing command failed: /wwwroot/php/bin/php /opt/kaltura/app/deployment/base/scripts/installPlugins.php
05.08.2011 14:23:16 USER Installation failed.
05.08.2011 14:23:16 USER Failed to create dynamic enums
05.08.2011 14:23:16 USER Do you want to cleanup? (Y/n)
Can't find anything online or anywhere on how to get around this error. Please help!
This problem blocks my install and I haven't found any information about it. I can't continue without fixing this.
Any ideas?
Bump. This issue is still a roadblock for me.
hello,
I installed apache(2.2.21) and php(5.3.8) from source and got all the prerequisites working on CentOS 5.6 64 bit. When trying to install kaltura CE 4.0, i get the following error while the installer is running.
Creating Dynamic Enums
Installation failed.
Failed to create dynamic enums
Do you want to cleanup? (Y/n)
The log shows that it is failing on the line:
20.09.2011 00:10:58 INFO Executing /usr/local/php/bin/php /usr/local/apache/htdocs/kaltura/app/deployment/base/scripts/installPlugins.php
20.09.2011 00:11:03 ERROR Executing command failed: /usr/local/php/bin/php /usr/local/apache/htdocs/kaltura/app/deployment/base/scripts/installPlugins.php
20.09.2011 00:11:03 USER Installation failed.
20.09.2011 00:11:03 USER Failed to create dynamic enums
20.09.2011 00:11:03 USER Do you want to cleanup? (Y/n)
Please help!
hello,
I installed apache(2.2.21) and php(5.3.8) from source and got all the prerequisites working on CentOS 5.6 64 bit. When trying to install kaltura CE 4.0, i get the following error while the installer is running.
Creating Dynamic Enums
Installation failed.
Failed to create dynamic enums
Do you want to cleanup? (Y/n)
The log shows that it is failing on the line:
20.09.2011 00:10:58 INFO Executing /usr/local/php/bin/php /usr/local/apache/htdocs/kaltura/app/deployment/base/scripts/installPlugins.php
20.09.2011 00:11:03 ERROR Executing command failed: /usr/local/php/bin/php /usr/local/apache/htdocs/kaltura/app/deployment/base/scripts/installPlugins.php
20.09.2011 00:11:03 USER Installation failed.
20.09.2011 00:11:03 USER Failed to create dynamic enums
20.09.2011 00:11:03 USER Do you want to cleanup? (Y/n)
Please help!
Hi Guys did you find any solution to this problem? Please update me as I am also stuck with it :(
Thanks
Try to have a look in this thread :
http://www.kaltura.org/php-fatal-error-class-pdo-not-found
Thanks oferc
For all others, the problem can be solved by installing PDO extension with the PHP build.
I added --with-pdo-mysql to PHP configure line and built PHP again. Installation worked fine after that.
I am receiving an identical error
OpenSUSE 11.1 32bit
Apache 2.2.14
PHP 5.2.14
MySQL 5.1.33
Installation failed.
Failed to create dynamic enums
Do you want to cleanup? (Y/n)
> Y
12.08.2011 14:35:14 INFO Executing /usr/bin/php /var/web/app/deployment/base/scripts/installPlugins.php
12.08.2011 14:35:15 ERROR Executing command failed: /usr/bin/php /var/web/app/deployment/base/scripts/installPlugins.php
12.08.2011 14:35:15 USER Installation failed.
12.08.2011 14:35:15 USER Failed to create dynamic enums
12.08.2011 14:35:15 USER Do you want to cleanup? (Y/n)
12.08.2011 14:35:50 INFO User input is Y
Please help