I wanna try to get all the modern web server software running on a G4, but, I don't know if it's worth it.
I use homebrew on my current Intel Mac, so I got excited about Tigerbrew, but they don't have most of that stuff.
Then I found a guide on compiling your own web server from source, and that was looking promising. I got the latest version of apache running! But then even getting php 5.6 was looking like it was going to be a huge pain. It's been a few weeks since the attempt, but I recall needing to compile mysql 8, which had a bunch of dependencies, one of which was a newer version of cmake, and then to compile that I was going to need a newer version of gcc. That's when I gave up!
I still think it would be really cool to do, but I'd have to get the newer gcc on there, and I don't know if I'm that good. Anyone have any tips or thoughts? SSL/TLS and all that also seemed to be a problem I ran into a lot.
I use homebrew on my current Intel Mac, so I got excited about Tigerbrew, but they don't have most of that stuff.
Then I found a guide on compiling your own web server from source, and that was looking promising. I got the latest version of apache running! But then even getting php 5.6 was looking like it was going to be a huge pain. It's been a few weeks since the attempt, but I recall needing to compile mysql 8, which had a bunch of dependencies, one of which was a newer version of cmake, and then to compile that I was going to need a newer version of gcc. That's when I gave up!
I still think it would be really cool to do, but I'd have to get the newer gcc on there, and I don't know if I'm that good. Anyone have any tips or thoughts? SSL/TLS and all that also seemed to be a problem I ran into a lot.