Forums MAMPStack

1.0-beta-4 broken

Subscribe to 1.0-beta-4 broken 3 post(s), 2 voice(s)

 
Avatar Leesbian 1 post

I’ve just installed 1.0-beta-4 and it’s broken in several ways.

During the install process, I can’t specify the default port (80) for Apache, it says I don’t have sufficient permissions (I don’t, I’m not installing as an admin, but why not prompt me for the admin password as part of the installer? most other apps do).

Once it’s installed, I can’t stop or restart Apache, due to errors with dynamic libraries, this is a typical error message :

/Applications/mampstack-1.0-beta-4/apache2/bin/apachectl: line 70: ulimit: open files: cannot modify limit: Invalid argument
httpd: Syntax error on line 106 of /Applications/mampstack-1.0-beta-4/apache2/conf/httpd.conf: Cannot load /Applications/mampstack-1.0-beta-4/apache2/modules/libphp5.so into server: Library not loaded: /usr/local/mysql/lib/libmysqlclient.15.dylib\n Referenced from: /Applications/mampstack-1.0-beta-4/apache2/modules/libphp5.so\n Reason: image not found

How can I fix this?

Or, is there somewhere I can download beta 0.9.4? that worked fine…

 
Avatar beltran Administrator 417 post(s)

Hi,

About the Apache port issue, you can select the 80 port if you start the MAMPStack as administrator. Thanks for the suggestion, we can implement this feature in the future.

The second bug seems that the environment variables are not loaded. Could you try to start using the main script?

cd /Applications/mampstack*
./ctlscript.sh start

You can also start a new Graphical Interface to manage the servers. Try to double-click on /Applications/mampstack*/control.

Cheers

 
Avatar beltran Administrator 417 post(s)

Hi,

You can also download the old stack at http://bitnami.org/files/stacks/mampstack/bitnami-mampstack-0.9.4-osx-x86-installer.app.zip

Regards.

Forums MAMPStack