Forums SAMPStack

install issue

Subscribe to install issue 6 post(s), 2 voice(s)

 
Avatar cliff 2 post(s)

Sorry, I’m new to BitNami and all, but I’m getting a strange error during install:

I’d appreciate any and all feedback even if its to say: Cliff you’re being obtuse this is all your own knuckleheaded fault!


Web Server Port

Please enter the port that the bundled Apache Server will listen to by default.

Apache Web Server Port [80]: 8000

----------------------------------------------------------------------------
MySQL Information

Please enter your MySQL database information:

MySQL Server port [3306]: 8306

----------------------------------------------------------------------------
Setup is now ready to begin installing BitNami SAMPStack on your computer.

Do you want to continue? [Y/n]: Y

----------------------------------------------------------------------------
Please wait while Setup installs BitNami SAMPStack on your computer.

 Installing
 0% ______________ 50% ______________ 100%
 ########################################

Error: Error running /opt/sampstack-1.0-beta-4/ctlscript.sh restart apache : 
/opt/sampstack-1.0-beta-4/ctlscript.sh: 
MAGICK_HOME=/opt/sampstack-1.0-beta-4/common: is not an identifier
Press [Enter] to continue : 

#

----------------------------------------------------------------------------
Setup has finished installing BitNami SAMPStack on your computer.

Launch BitNami SAMPStack [Y/n]:

later, I ran the ctlscript.sh on my own, and got the same error.
Looked at the properties.ini file, and found this line:

/>imagemagick_root_directory=/opt/sampstack-1.0-beta-4/common

looked in the scripts directory, found setenv.sh with the following entries:

  1. IMAGEMAGICK ENV #####
    export MAGICK_HOME=”/opt/sampstack-1.0-beta-4/common”
    export MAGICK_CONFIGURE_PATH=”/opt/sampstack-1.0-beta-4/common/lib/ImageMagick-6.4.7/config:/opt/sampstack-1.0-beta-4/common/share/ImageMagick-6.4.7/config”
    export MAGICK_CODER_MODULE_PATH=”/opt/sampstack-1.0-beta-4/common/lib/ImageMagick-6.4.7/modules-Q16/coders”

but I see no ImageMagick-6.4.7 in /opt/sampstack-1.0-beta-4 , was it forgotten or ?

 
Avatar beltran Administrator 1,873 post(s)

Hi,

We are trying to reproduce the issue, it seems a bug in the Solaris Stack, we will try to release a new version soon.

 
Avatar beltran Administrator 1,873 post(s)

We have fixed the issue. Thanks for reporting it. Currently ImageMagick is not supported on Solaris platforms. We will release tomorrow a new version if the release candidate stack pass all our tests.

Cheers.

 
Avatar beltran Administrator 1,873 post(s)

Hi,

The issue has been fixed in 1.0-beta-5. Enjoy!

 
Avatar cliff 2 post(s)

Thanks for you speedy fix. One issue yet remains. I read in the documentation:

Finally, the installer will ask you for the initial password to access the your
phpMyAdmin installation through the web. This password cannot be empty.

Yet it never asks me for the password. When the installation completes, I cannot login to phpmyadmin using any known password.

TIA for your response.

 
Avatar beltran Administrator 1,873 post(s)

phpMyAdmin is only available in the same machine that you have installed the Stack. It is only accessible at http://127.0.0.1/phpmyadmin for security reasons. Try to access using this URL, the user is “administrator” and the password is the same that you configured during the installation.

Forums SAMPStack