This forum is no longer active. Please post your questions to our new community site
Problem installing under Linux
|
|
I’m running into a weird problem with a Linux install. $ uname -a $ ./bitnami-rubystack-1.2-1-linux-installer.bin—mode text That’s it … Instant return, no log files locally or in /tmp, no installation of the stack. Any idea what might be up? For what it’s worth, same thing happens with 1.4-beta-1. Any guidance is appreciated! |
|
|
Hi, Currently the installers only supports x86 platforms (not x86_64). If you want to run the installer in this platform you should install the compatibility libraries. On Red Hat systems (CentOS, Fedora, ...) you can install using “yum install compat-libstdc++”. On Debian systems (Ubuntu and others) you should run “sudo apt-get install” for several libraries:
Cheers. |
|
|
Does the ‘32 bit only’ restriction also apply to Windows? If I would like to install Bitnami on Windows Vista / 64 do you have suggestions as to what to do? |
|
|
Hi Julian, On Windows is different, you can install 32-bits application without any problem. Let me a suggestion, a bitnami user have installed Redmine recently on Windows Server 8 64 bits and he has got an error starting MySQL database. Take a look this post So I suggest you to use a installation directory without white spaces, for example C:\my_stack. We are working to reproduce and fix the issue. Cheers |
|
|
Hi, I could not install the RubyStack 1.5-2 on Linux (x86) nor with the default ports given by the wizard nor with custom ports… It always ends up giving the following error in a popup window: 090713 20:39:08 [Note] /opt/rubystack/mysql/bin/mysqld.bin: Shutdown complete ERROR 1045 (28000): Access denied for user ’root’@’localhost’ (using password: NO) though you can see I gave ‘4ub75tack’ as password… When clicking on the only “OK” button in that window it runs a bit further up to the next popup: where the same password shows up again in the command line. I did not notice any trouble when installing on Windows Vista at my work. What am I missing? |
|
|
Hi, This is a known error of MySQL 5.0.51 version. Take a look this bug We have updated the MySQL version but we have not released yet. The workaround is to modify the machine hostname. Could you modify the machine hostname and reinstall it? Cheers. |

