Changes between Initial Version and Version 1 of Ticket #42410


Ignore:
Timestamp:
Feb 10, 2014, 1:23:17 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Why do you need to run pecl manually, and why do you think you need the php5 port to do so -- why is the php55 port insufficient for that? If there is a php module you need that does not have a port in MacPorts, please file a port request ticket so that we can add it to MacPorts.

"port contents php55" should not list php-config.1.gz. It should list php-config55.1.gz. Please verify. php5 should not conflict with php55, and does not on my system.

MacPorts says php-config.1.gz already exists and does not belong to a registered port. You're the only one who can explain why that might be so. You can force the activation of php5 if you like, but if you have rogue php5 files on your system already, who knows how many other rogue files you have.

Note that php5 is the "old" MacPorts php world from years ago and is deprecated and will eventually be removed. php53, php54, php55, php56 is the "new" php world which you should be using instead.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42410

    • Property Component changed from base to ports
    • Property Summary changed from php5 conflicts with php55 to php5: php-config.1.gz already exists and does not belong to a registered port
    • Property Priority changed from Not set to Low
    • Property Keywords php55 php5 removed
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Port php5 added
  • Ticket #42410 – Description

    initial v1  
    11I get following if i install php55 and then try to install php5 (to get pecl running as it is somehow not included in php55).
    22
     3{{{
    34Error: org.macports.activate for port php5 returned: Image error: /opt/local/share/man/man1/php-config.1.gz already exists and does not belong to a registered port.  Unable to activate port php5. Use 'port -f activate php5' to force the activation.
     5}}}
    46
    57When I do a 'sudo port contents php55 the file '/opt/local/share/man/man1/php-config.1.gz' is listed. So it should be registered, or not?