php instal
- Started
- Last post
- 15 Responses
- pixelman
How can I instal php on my mac?
OSX??
Help.
- chl0
I just compiled it from source, and I've never tried any other approaches. I would
1) google around for an answer and
2) see if Fink can do it for you
Good luck!
- __j__0
php is allready there. you have to tell apache to make use of it:
1. find the httpd.conf file and open it.
2. uncomment the following line
# LoadModule php4_module3.uncomment the following line
# AddModule mod_php4.c4.add the following
AddType application/x-httpd-php .phprestart apache or your machine.
test with phpinfo();
cheers , j
- pushme0
http://www.entropy.ch/software/m…
that is where you need to go for all you unix/macosx needs.
- pixelman0
I downloaded PHP 4.3.3 (entropy.ch Release 2)
But I get a error I'm in osx 10.2??
Damn..'Entropy-PHP-4.3.3-2-4.dmg' kan niet worden geactiveerd als gevolg van fout 95. (geen activeerbare bestandssystemen)
??
Help
??
- pushme0
whats the error?
- pixelman0
the error is:
'Entropy-PHP-4.3.3.dmg' can not be activated as consequence of fault 95. (non-activatable file systems).thx
- pixelman0
anyone?
- pushme0
which version of Mac OS X are you using and at what point in the process (what did you do just before) did this error occur?
- ********0
i installed from here with no problem. you read the directiobs ?:O)
http://www.entropy.ch/software/m…
also im rockin MySQL with PHP Admin.. runs smooth
- pixelman0
I use OSX10.2
When I double-click the .dmg file it starts doing something but it ends up in the error.
- pushme0
trying reinstalling apache
- pixelman0
one step closer!
the instalation worked!I put the info.php file in my site map.
Now witch adres do i have to type to test it?
http://127.0.0.1/dries/test.php
is it corect?
- pixelman0
I mean
http://127.0.0.1/dries/info.phpI get a
Server Error
The following error occurred:
Bad URLWhat the hell went wrong?
Help! I am desperate!
- pixelman0
OOh help me.
Please.