My way to make Arctic-Fox working in Mac OS X Snow Leopard 10.6.8 (x64) #240
chris1111
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Happy to see it working. Wonder what do you strictly need for ArcticFox?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a warning of my observation.
Iam using latest release Assets - arcticfox-45.2.en-US.mac64.10.6.dmg
NO-1
You need install Xcode from the DVD 10.6.7 /Optional Installs/Xcode.mpkg with all option tick
NO-2
You need install the MacPort Package from here MacPorts-2.10.5-10.6-SnowLeopard
Reboot macOS
NO-3
Check in the Home directory if the MacPort .profile is correctly installed, if not use the one attaching here
rename the profile file to .profile and copy and paste into Home directory
profile.zip
If the profile is installed correctly, do not do this step
NO-4
Open Terminal then TYPE:
sudo port -N install php56
More Infos install php56 from MacPort
NO-5
Make the curl command work again
Curl is broken in 10.6.8, If you want to use the curl command you need to install php56-curlOpen Terminal then TYPE:
sudo port -N install php56-curl
More Infos install php56-curl from MacPort
Note: curl has nothing to do with Artic-Fox
Without the steps (1 to 4) mentioned here Arctic-Fox does not open it crashes instantly
After the Steps everything works fine, even Youtube without any crash
NOTE: I Use Bing as search engines
Thank you verry mutch @rmottola for the Artic-Fox browser
Grazie da Montreal, Quebec
If you are wondering why I installed php56-curl because I need using curl in macOS Snow Leopard, I have build an utility to Deploy Mac OS X 10.6 to a SSD without complete Apple Update.
At the end completes in 10.6.8
Curl is broken from original command line; all HTTP requests do not work by the command already installed; probably apple has closed all the servers.
So curl has nothing to do with ArticFox.
Beta Was this translation helpful? Give feedback.
All reactions