Changes between Initial Version and Version 1 of Ticket #24945


Ignore:
Timestamp:
May 18, 2010, 11:18:15 PM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to tc2161@…:

I first had the issues on ticket #24934. I followed the fix of going back with Gettext to 17. Now it seems that everything works till the end and GD

configure: error: GD build test failed. Please check the config.log for details

An error message earlier in your output may be relevant:

dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
  Referenced from: /opt/local/bin/gsed
  Reason: Incompatible library version: gsed requires version 10.0.0 or later, but libintl.8.dylib provides version 9.0.0

php's configure script uses gsed and other programs, but your gsed was built against the libintl that came with gettext 0.18 and cannot be used with the libintl from gettext 0.17 unless you rebuild gsed, which you could do as follows:

sudo port -n upgrade --force gsed

Then clean php and try again

sudo port clean php52

If you run into similar error messages with other programs (I ran into it with gawk on my system), rebuild those ports as well.

I'm just trying to put php 5.2 on a Snow Leopard Server. Using the Mac OS Apache. I have uninstalled ports and reinstalled them as well. This is from a new clean port installation after I updated the server.

We never added the options to make it possible to use php with the Apache that comes with Leopard or Snow Leopard (#14001), and we never supported the Apache that comes with Mac OS X Server either. Your best bet is to use the apache2 that comes with MacPorts.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24945

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Status changed from new to assigned
    • Property Port php52 added
  • Ticket #24945 – Description

    initial v1  
    1 I first had the issues on ticket 24934. I followed the fix of going back with Gettext to 17.  Now it seems that everything works till the end and GD
     1I first had the issues on ticket #24934. I followed the fix of going back with Gettext to 17.  Now it seems that everything works till the end and GD
    22
    33{{{