nascopper.blogg.se

Mamp pro not responding high sierra
Mamp pro not responding high sierra












  1. MAMP PRO NOT RESPONDING HIGH SIERRA HOW TO
  2. MAMP PRO NOT RESPONDING HIGH SIERRA MAC OSX
  3. MAMP PRO NOT RESPONDING HIGH SIERRA INSTALL
  4. MAMP PRO NOT RESPONDING HIGH SIERRA DOWNLOAD

Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/xdebug.so: mach-o, but wrong architecture

MAMP PRO NOT RESPONDING HIGH SIERRA INSTALL

pecl install xdebugīut apache failed to start with error Failed loading /Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/xdebug.so: dlopen(/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/xdebug.so, 9): no suitable image found.

mamp pro not responding high sierra

Installing the Development Package also fixed pecl so I tried using pecl to install xdebug. I had to install the 'Development Package' which adds /Applications/XAMPP/xamppfiles/include and other files to your XAMPP install.

mamp pro not responding high sierra

MAMP PRO NOT RESPONDING HIGH SIERRA DOWNLOAD

I got no version Numbers when running phpize in the xdebug download directory.

MAMP PRO NOT RESPONDING HIGH SIERRA MAC OSX

I had a similar problem with XAMPP on Mac OSX 10.6. You can now run phpize in the xDebug source dir. Mv php-5.3.2/ /Applications/MAMP/bin/php5.3/include/php Mkdir -p /Applications/MAMP/bin/php5.3/include Unpack MAMP_src/php-5.3.2.tar.gz and move it into the include path present in php-config -includes which should include /Applications/MAMP/bin/php5.3/include/php. Unpack MAMP Components and copy MAMP_src to your Desktop. These are available on the MAMP website in a DMG, and called "MAMP Components": To get xDebug to compile, you need the header files from when PHP was compiled. Use echo $PATH in Terminal to make sure /Applications/MAMP/bin/php5.3/bin is in the $PATH. If not, the path to phpize in your MAMP directory is not being loaded in your $PATH. Run the command which phpize and it should display /Applications/MAMP/bin/php5.3/bin/phpize. Restart your Terminal session for the new $PATH to be loaded. You may also need to chmod the binaries inside /Applications/MAMP/bin/php5.3/bin to be executable: chmod 755 /Applications/MAMP/bin/php5.3/bin/pearĬhmod 755 /Applications/MAMP/bin/php5.3/bin/peardevĬhmod 755 /Applications/MAMP/bin/php5.3/bin/peclĬhmod 755 /Applications/MAMP/bin/php5.3/bin/pharĬhmod 755 /Applications/MAMP/bin/php5.3/bin/phar.pharĬhmod 755 /Applications/MAMP/bin/php5.3/bin/phpĬhmod 755 /Applications/MAMP/bin/php5.3/bin/php-configĬhmod 755 /Applications/MAMP/bin/php5.3/bin/phpcovĬhmod 755 /Applications/MAMP/bin/php5.3/bin/phpize Open or create ~/.bash_profile and put the following contents: #Add MAMP binaries to pathĮxport PATH="/Applications/MAMP/Library/bin:/Applications/MAMP/bin/php5.3/bin:$PATH" We'll assume you're compiling for PHP 5.3. Below I'm using MAMP 1.9.1, which offers PHP 5.2 and PHP 5.3. To use phpize in the MAMP directory instead of your system path, you should add MAMP's directory for PHP binaries to your $PATH.

MAMP PRO NOT RESPONDING HIGH SIERRA HOW TO

I have absolutely no idea how to proceed at this point. I throw myself on the mercy of the experts because I obviously am not one of them. So, I don't know which pieces are valid or not. It's a mish-mash of many different attempts to get xdebug to work. Xdebug.remote_log="/Applications/MAMP/logs/xdebug_log.log" Xdebug.profiler_output_name=xdebug.cachegrind-out.%s.%p Zend_extension="/Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20060613/xdebug.so" I cannot believe how insanely frustrating it is to get this thing working!įor the record, my xdebug section in my php.ini looks like this: I need to use the php installed with MAMP. That's the default php pre-loaded with the OS. If I do a whereis php, I find it in /usr/bin. ini tweaking I do beyond this point is useless. Grep: /Applications/MAMP/bin/php5/include/php/Zend/zend_extensions.h: No such file or directoryĪ big fat nothing! The referenced directories don't even exist. Grep: /Applications/MAMP/bin/php5/include/php/Zend/zend_modules.h: No such file or directory Grep: /Applications/MAMP/bin/php5/include/php/main/php.h: No such file or directory I switched to the xdebug directory and then ran phpize on the source sudo /Applications/MAMP/bin/php5/bin/phpize

mamp pro not responding high sierra

I downloaded the source through SVN using this call svn co svn:///svn/xdebug/xdebug/trunk xdebug After much reading, most folks are able to get phpinfo() to display that it loaded the xdebug module. I get the dreaded "Waiting for Connection" message in NetBeans 6.9 when I start a debug session. I've been scouring every resource I could find, but came up empty.














Mamp pro not responding high sierra