|
Posted by flamer die.spam@hotmail.com on 12/17/18 11:52
Thomas Boelskifte wrote:
> Hi all,
>
> I'm in the process of setting up a PowerMac G4 Dual 1.25 as an
> Expression Engine (http://www.pmachine.com) development server.
>
> All is going well, except GD/GD 2 support. OS X Server does not come
> with GD 2 support out of the box. So I did some digging around, and
> found others with the same problem.
>
> The common advice from almost everybody, has been to run Marc Linyage's
> PHP 5 installer from http://www.entropy.ch/software/macosx/php/
> This however, resulted in Apache not working, so I had to uninstall it
> again, and restore the httpd.conf file from backup.
>
> I then turned to Fink, at http://fink.sourceforge.net/
>
> Fink downloaded and installed GD 2 plus all of the GD libraries fine,
> but now I have no idea how to tell PHP and/or Apache, that the GD 2
> libraries are installed.
>
> Can anyone help me do that?
>
> If anyone needs to see the PHP configuration of my server - the result
> you get when you run this code:
> [code]
> phpinfo();
> [code]
> Please mail me, and I'll send you the link.
>
> Tboelskifte AT mac DOT com
>
> Links:
> My test server is located at:
> http://www.thefastlane.dk/
>
> The Expression Engine server-test-wizard's result can be seen at:
> http://www.thefastlane.dk/wizard.php
>
>
> Thanks in advance,
> Thomas
There is no GD for PHP5 (not officially) I use Debian and same deal.. I
have it compiled now however, its just a case of finding a unofficial
package that has it supported. So either install php4 with php-gd (or
is it php4-gd..) or google yourself a php5-gd package for your OS.
Flamer.
Navigation:
[Reply to this message]
|