This forum is no longer active. Please post your questions to our new community site
Liferay install failed on Amazon EC2 instance(Ubuntu 10.04, x64 edition)
|
|
Hi, I had a question, please help me. I set up an instance of amazon EC2, the error is “error while loading shared but I confirmed that lib libncursesw has installed.
ubuntu@ip-10-166-207-187:~$ sudo ./bitnami-liferay-6.0.5-0-linux-installer.bin Installation folder Please, choose a folder to install BitNami Liferay Stack Select a folder [/opt/liferay-6.0.5-0]: MySQL Information Please enter your MySQL database information: MySQL Server port 3306: 8401 Warning: It seems you do not have enough permissions to bind to the port or the Please enter your MySQL database information: MySQL Server port 8401: 8402 MySQL Credentials Please enter your database root user password MySQL Server root password : Do you want to continue? [Y/n]: Y Please wait while Setup installs BitNami Liferay Stack on your computer. Installing 0% ______________ 50% ______________ 100% ########################################Error: Error running /opt/liferay-6.0.5-0/mysql/scripts/myscript.sh
ubuntu@ip-10-166-207-187:~$ sudo apt-get install libncurses5 ubuntu@ip-10-166-207-187:~$ sudo apt-get install libncursesw5 ubuntu@ip-10-166-207-187:~$ whereis libncursesw.so.5 |
|
|
Hi, Try to install the 32 bits version of libncursesw in the machine: “$ sudo apt-get install lib32ncurses5” |
|
|
Thank U very much, I have resolved my problem after i executed the command below: sudo apt-get install lib32ncurses5 lib32ncursesw5 Thank U! |
|
|
I’m glad to hear that. We will fix this issue for next releases so it is not necessary to install any dependency before installing the Liferay Stack. |

