Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Take A QuizChallenge yourself and boost your learning! Start the quiz now to earn credits.
Take A QuizUnlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
Take A QuizGeneral Tech Bugs & Fixes 2 years ago
Posted on 16 Aug 2022, this text provides information on Bugs & Fixes related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
Managed to find the problem.
Remove the previous installation and then:
--with-mysqli
: I used the native MySql driver ( omitted the folder path )
So when you forget to add a module to your initial compilation and you are stuck with some kind a freaky error delete the old instance that successfully installed and do the ./configure ; make clean ; make ; make install
just to be sure:)
Thanks goes to David Parker for helping me with the problem.
Thanks David.
No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
General Tech 10 Answers
General Tech 7 Answers
General Tech 3 Answers
General Tech 9 Answers
Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.
manpreet
Best Answer
2 years ago
I'm trying to compile PHP 5.6.1 on my MacBook Pro but I can't seem to get pass all the problems.
I get stuck with the error message at make:
I compiled the Apache v. 2.4.10 from source with configure options:
Apache is working normally.
My configure options for PHP:
I can't get pass the make process. I've tried everything:
sudo make clean
doesn't help. I've reinstalled Xcode and CommandLineTools. And tried everything that I could find searching the web but to no prevail.Does anyone know why it doesn't work?
My last resort would be reinstall mavericks (if anything was overwritten or broken) but that is the last resort I want to take and start over again on a fresh copy.
Thanks for all your help.
Pending my research: PHP only throws the error when trying to configure it with mysqli.
What am I missing?