Install Error - Failed to create dynamic enums

8 replies [Last post]
Joined: 07/27/2011
Points: 7

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!

Joined: 05/26/2010
Points: 31

I am receiving an identical error

OpenSUSE 11.1 32bit
Apache 2.2.14
PHP 5.2.14
MySQL 5.1.33

Creating Dynamic Enums
Installation failed.
Failed to create dynamic enums
Do you want to cleanup? (Y/n)
> Y
12.08.2011 14:35:14 USER Creating Dynamic Enums
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

Joined: 05/26/2010
Points: 31

This problem blocks my install and I haven't found any information about it. I can't continue without fixing this.
Any ideas?

Joined: 05/26/2010
Points: 31

Bump. This issue is still a roadblock for me.

Joined: 09/15/2011
Points: 5

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!

Joined: 09/15/2011
Points: 5

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!

Joined: 09/07/2011
Points: 18

Hi Guys did you find any solution to this problem? Please update me as I am also stuck with it :(

Thanks

Joined: 07/19/2009
Points: 179
Joined: 09/07/2011
Points: 18

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.