cliff
2 post(s)
|
Topic: SAMPStack /
install issue
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.
|
cliff
2 post(s)
|
Topic: SAMPStack /
install issue
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:
- 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 ?
|