Installing phalcon dev tools on El Capitan - phalcon

I have phalcon 2.0 and I used to use the phalcon dev tools with it. In my mac I had Yosemite and this weekend I updated to El Capitan to be able to work with some swift projects. The problem is that after the SO update my phalcon dev tools stopped working and I can't run this command anymore to install phalcon dev tools:
ln -s ~/phalcon-devtools/phalcon.php /usr/bin/phalcon
I get this error message in terminal: ln: /usr/bin/phalcon: Operation not permitted
It has to do with that in El Capitan now you have some read only folders, even for the admin.
Have anyone figured out a way to install the phalcon dev tools in El Capitan already?
Thanks

This is the command that made the phalcon tools work again :
ln -s ~/phalcon-devtools/phalcon.php /usr/local/bin/phalcon

Related

Redis Source Code Compile Failed on macOS Mojave

The Redis 5.0 source code has failed to compile on macOS Mojave.
The MAKE log can be found here: https://gist.github.com/eliu/c56bffc0f3dc5f6a826949af5b4483b2
I know Redis can be installed via brew, but I need to know the way to compile the source code on macOS. Please help.
I solved it myself. Fix it when removing the following packages installed via Homebrew:
brew uninstall binutils openvpn bash gcc rocker

How to install Glade in Mac OSX El capitan

I am trying to install Glade on mac OSX el capitan. I downloaded sources on https://glade.gnome.org/sources.html
I followed instructions with the text "Install" in the sources. Then when I am trying to configure "build", I received following messages:
Configuration:
Source code location: .
Compiler: gcc
GTK+ UNIX Print Widgets: yes
PYTHON Widgets support: no
Introspection Data: yes
Build Reference Manual: no
Build User Manual:
I am trying to find out on google how to download the program PYTHON Widgets support but without success.
So I am wondering if you know anything which can help me?
Best
Mia
I managed to figure out the problem on my own.
So it is very simple, use macports to install glade.
Step 1 : install X11 on your mac or update it
Step 2 : install Xcode
Step 3: install macports
- macOS Sierra : https://github.com/macports/macports-base/releases/download/v2.3.5/MacPorts-2.3.5-10.12-Sierra.pkg
OS X El Captain : https://github.com/macports/macports-base/releases/download/v2.3.5/MacPorts-2.3.5-10.11-ElCapitan.pkg
for other versions of os x, you can use this link: https://guide.macports.org/#installing.macports.source
Step 4:
In terminal do:
sudo port install glade#3.20.0
or just
sudo port install glade
Easiest solution could be to install it via homebrew (https://brew.sh/):
$ brew install glade

Install Apache Mac El Capitan

I have been trying to set up apache on my mac. I am currently running OSX El Capitan version 10.11.5. I am quite confused because I have read mac comes shipped with Apache.
When I run
sudo apachetl start
I get the following
-bash: apachetl: command not found

How to install raphf on PHP 5.5.31 on MAC OS X el capitan?

I am trying to install raphf extension by following command.
sudo pecl install raphf-1.1.2
But its showing error as follows:
Installing '/usr/include/php/ext/raphf/php_raphf.h'
ERROR: failed to mkdir /usr/include/php/ext/raphf
Has anyone had a similar experience? Please suggest me the steps I need to follow to install raphf on MAC OS X el capitan with PHP 5.5.31.
Thanks in advance.

MFP CLI 7.1 and El Capitan

So i upgraded to El Capitan, this version of OSX no longer ships with jdk 1.6.0 in the in the /System/Library/Java/JavaVirtualMachines folder, and installs new java versions in /Library/java/JavaVirtualMachines
I get this error when I try to mfp status
/Users/hannade/.ibm/mobilefirst/7.1.0.00.20151130-1648/server/wlp/bin/server: line 777: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java: No such file or directory
What is set as your JAVA_HOME environment variable? Run echo $JAVA_HOME in Terminal to verify. Make sure it is set to the Java version that you have installed.
You can probably set it either in ~/.bash_profile or by using a tool such as EnvPne.