Changes between Initial Version and Version 1 of Ticket #70987, comment 15
- Timestamp:
- Oct 13, 2024, 3:57:13 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70987, comment 15
initial v1 2 2 3 3 First I started PhpWebStudy, it said there was an update so I updated it. 4 Then, I tried installing php7.4 from MacPorts and it said during the installation that macports was out of date so after it finished and failed that installation, I did sudo port clean php74 then after that, I did sudo port selfupdate command as requested by the installation process... then sudo port upgrade outdatedas I had 2 components that were out of date...4 Then, I tried installing php7.4 from MacPorts and it said during the installation that macports was out of date so after it finished and failed that installation, I did `sudo port clean php74` then after that, I did `sudo port selfupdate` command as requested by the installation process... then `sudo port upgrade outdated` as I had 2 components that were out of date... 5 5 6 6 but still... 7 7 8 {{{ 8 9 ld: warning: ignoring duplicate libraries: '-largon2', '-lxml2', '-lz' 9 10 Undefined symbols for architecture x86_64: … … 66 67 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. 67 68 Error: Processing of port php74 failed 69 }}} 68 70 69 71 Any thoughts ;(