Installation of PHP 4.2.2 on OS X

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mojoman
Forum Newbie
Posts: 2
Joined: Wed Jul 24, 2002 3:58 am
Location: Bath, UK

Installation of PHP 4.2.2 on OS X

Post by mojoman »

I hope this is the right place to ask this kind of question. Apologies if not.

I am trying to install PHP on to my Mac. I have updated Apache and am now trying to update PHP. I keep getting half the way through the installation and I get this:

/usr/bin/libtool: internal link edit command failed
make[1]: *** [libphp4.la] Error 1
make: *** [install-recursive] Error 1

Any commands after this don't work. This little fella arrived when I tried to sudo make install and it had looked quite healthy up to here!

Any help would be greatly appreciated as would anyone pointing me in the right direction if I have posted to the wrong place.

Cheers

Dan
daemorhedron
Forum Commoner
Posts: 52
Joined: Tue Jul 23, 2002 11:03 am

Post by daemorhedron »

Sorry, the only advice I could give is to try this site : http://www.phpmac.com and make sure you have looked into the install docs on http://www.php.net . A very remote possibility is to examine the current bugs at http://bugs.php.net .

HTH! =)
User avatar
James Pelow
Site Admin
Posts: 51
Joined: Sat Jun 01, 2002 5:28 am
Location: Killiney, Co. Dublin, Ireland
Contact:

moo

Post by James Pelow »

Currently PHP does not offically support Mac OS X. Support for Mac OS X is planned for 4.3 (sometime in August). Until then you can follow the advice on http://www.phpmac.com/

-James Pelow
mojoman
Forum Newbie
Posts: 2
Joined: Wed Jul 24, 2002 3:58 am
Location: Bath, UK

thanks for the info

Post by mojoman »

Cheers for the information and your time.
Post Reply