<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aanyu Deborah Oduman</title>
    <description>The latest articles on DEV Community by Aanyu Deborah Oduman (@deborahtrez).</description>
    <link>https://dev.to/deborahtrez</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F454513%2F62c6eb92-9812-43b0-9d92-77f230b62cbe.jpeg</url>
      <title>DEV Community: Aanyu Deborah Oduman</title>
      <link>https://dev.to/deborahtrez</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/deborahtrez"/>
    <language>en</language>
    <item>
      <title>How to get Xampp working on your M1 chip Macbook pro</title>
      <dc:creator>Aanyu Deborah Oduman</dc:creator>
      <pubDate>Mon, 30 Aug 2021 18:03:31 +0000</pubDate>
      <link>https://dev.to/deborahtrez/how-to-get-xampp-to-work-on-m1-macbook-pro-47gi</link>
      <guid>https://dev.to/deborahtrez/how-to-get-xampp-to-work-on-m1-macbook-pro-47gi</guid>
      <description>&lt;p&gt;So... a while ago, my Macbook M1 pro was just a brand new machine with very little software installed. As a dev, obviously, I needed to install Xampp and a bunch of other applications that I always had on my Windows computer. I remember my installation was successful, but when i went back to use it this one time, I got one of the most annoying errors that I have received since I started using the M1. I don't know what happened! Suddenly, Xampp was incompatible with the M1?? &lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjgsumqwnk6uz2c6pcw7p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjgsumqwnk6uz2c6pcw7p.png" alt="INFO:Starting " width="800" height="476"&gt;&lt;/a&gt;&lt;br&gt;
Clicking on the "Show details" will show you an error that looks like...&lt;br&gt;
&lt;br&gt;
&lt;code&gt;INFO: Starting "XAMPP" stack ERROR: Error starting "XAMPP" stack: cannot calculate MAC address: hv_vm_create unknown error -85377023&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;Another thing i noticed is that my opening screen looked like this...&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fud1w2w2xfxq006gg0ff3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fud1w2w2xfxq006gg0ff3.png" alt="Wrong Xampp starting screen" width="800" height="739"&gt;&lt;/a&gt;&lt;br&gt;
...instead of this....&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8t7zkn20vt7o3yo53w36.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8t7zkn20vt7o3yo53w36.png" alt="Correct Xampp starting screen" width="800" height="591"&gt;&lt;/a&gt;&lt;br&gt;
So my next course of action, of course, was to search for solutions from StackOverflow, and I tried out a couple, but they weren't exactly working for me. I kept getting the same error when I launched the application.&lt;br&gt;
It is possible that i might have been too frustrated to read through all the solutions properly and find the right one 🤷🏽‍♀️&lt;/p&gt;

&lt;p&gt;Anyway, I concluded that Xampp was probably not compatible with the M1 (like many software) and moved on to other options. Alas! Today, I found myself in a similar position. I needed to self host a Learning Management System using &lt;a href="https://www.drupal.org/" rel="noopener noreferrer"&gt;Drupal&lt;/a&gt;, and I needed Xampp (to be my server) for that. Damn, I was back here again. So I tried starting Xampp again(the one that i had unsuccessfully tried to set up the last time) hoping that by some magic, it would work this time. LOL!&lt;br&gt;
You guessed right, it didn't work.&lt;/p&gt;

&lt;p&gt;Anyway, I did some Googling (with a lot more patience this time) and I came across this &lt;a href="https://www.robotem.net/xampp-not-working/#:%7E:text=Xampp%20not%20working%20Solved%2C%20some,XAMPP%207.4.&amp;amp;text=Although%20the%20problem%20seems%20to,the%20problem%20is%20getting%20worse" rel="noopener noreferrer"&gt;post&lt;/a&gt; by somebody who seemed to have a found a solution that worked.&lt;br&gt;
Basically, what the author of the post did was this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Go to your

&lt;code&gt;Applications&lt;/code&gt;

folder and make a copy of the Xampp application that you already have installed. Do not uninstall it! Make a copy!
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi1khk535sy6m6uj5gwc9.png" alt="Make copy of Xampp in Applications folder" width="800" height="497"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;After you've done that, delete the original "Xampp" application. (Right click on it, and select "Move to bin")&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open your browser, and enter this url. (You could also simply open this url in a new tab) &lt;a href="https://www.apachefriends.org/tr/download.html" rel="noopener noreferrer"&gt;https://www.apachefriends.org/tr/download.html&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Download the version 7.2.34/PHP 7.2.34 of the Xampp application. This is the exact link to the download page, if you don't want to have to look for it. Click the link where the arrow is pointed. &lt;a href="https://sourceforge.net/projects/xampp/files/XAMPP%20Mac%20OS%20X/7.2.34/" rel="noopener noreferrer"&gt;https://sourceforge.net/projects/xampp/files/XAMPP%20Mac%20OS%20X/7.2.34/&lt;/a&gt; &lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp8las6wjk5k13qrcf8rl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp8las6wjk5k13qrcf8rl.png" alt="Alt Text" width="800" height="573"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Once the download is finished, click on the .dmg file to install Xampp (for real this time 😂). Launch your application.&lt;br&gt;&lt;br&gt;
I hope you got this beautiful window!&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffa53fk5ufnpzqra9lgyv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffa53fk5ufnpzqra9lgyv.png" alt="Welcome to Xampp!" width="800" height="538"&gt;&lt;/a&gt;&lt;br&gt;
Good luck! I hope it worked for you!&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Kindly share this blogpost with somebody who might be having some trouble with Xampp on the M1 Macbook Pro! Leave a comment if this blogpost helped you :). &lt;/p&gt;

</description>
      <category>macbookpro</category>
      <category>xampp</category>
      <category>drupal</category>
      <category>m1chip</category>
    </item>
  </channel>
</rss>
