Compiling PHP on MACOSX

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • axel@white-eagle.invalid.uk

    Compiling PHP on MACOSX

    I am running into problems trying to compile PHP (5.0.3)
    on MACOS X (10.4).

    I am coming across the following error when running make
    after configure:

    /usr/bin/ld: Undefined symbols:
    _gdFreeFontCach e

    I cannot work out how I can disable this feature (or indeed
    what I should install to enable it).

    Any suggestions?

    Axel

  • Carl Vondrick

    #2
    Re: Compiling PHP on MACOSX

    axel@white-eagle.invalid.u k wrote:[color=blue]
    > I am running into problems trying to compile PHP (5.0.3)
    > on MACOS X (10.4).
    >
    > I am coming across the following error when running make
    > after configure:
    >
    > /usr/bin/ld: Undefined symbols:
    > _gdFreeFontCach e
    >
    > I cannot work out how I can disable this feature (or indeed
    > what I should install to enable it).
    >
    > Any suggestions?
    >
    > Axel
    >[/color]
    Try PHP 5.1. I just built PHP 5.1.3 (something like that) on 10.4.5 the
    other day, and it worked fine.

    $ ./configure; make; sudo make install;

    --
    Carl Vondrick
    Professor of Computer Science at Columbia University, researching computer vision, machine learning, and AI applications.

    usenet [at] carlsoft [dot] net

    Comment

    • axel@white-eagle.invalid.uk

      #3
      Re: Compiling PHP on MACOSX

      Carl Vondrick <usenet@carlsof t.net> wrote:[color=blue]
      > axel@white-eagle.invalid.u k wrote:[color=green]
      >> I am running into problems trying to compile PHP (5.0.3)
      >> on MACOS X (10.4).[/color][/color]
      [color=blue][color=green]
      >> I am coming across the following error when running make
      >> after configure:[/color][/color]
      [color=blue][color=green]
      >> /usr/bin/ld: Undefined symbols:
      >> _gdFreeFontCach e[/color][/color]
      [color=blue][color=green]
      >> I cannot work out how I can disable this feature (or indeed
      >> what I should install to enable it).[/color][/color]
      [color=blue]
      > Try PHP 5.1. I just built PHP 5.1.3 (something like that) on 10.4.5 the
      > other day, and it worked fine.[/color]

      I just downloaded PHP 5.1.2, and it compiled without any problems.

      Many thanks,

      Axel


      Comment

      Working...