Ticket #17844 (closed defect: fixed)
php5 fails with libtool2
| Reported by: | Dormilich@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.0 |
| Keywords: | Cc: | jwa@… | |
| Port: | php4, php5, php5-devel |
Description (last modified by ryandesign@…) (diff)
when upgrading libtool to version 2.2.6a_0 apache (with php5) fails to start due to failed libtool loading.
libphp5.so: cannot load libltdl.3.dylib (this is libltdl.7.dylib in libtool2)
Change History
comment:2 in reply to: ↑ 1 Changed 4 years ago by Dormilich@…
Replying to alakazam@…:
Did you try recompiling php5 (port upgrade php5).
I'm waiting for a php5 upgrade to show up. until then I won't try (since it was a pain to get it working again).
comment:3 Changed 4 years ago by alakazam@…
Sorry, maybe I wasn't clear and should have said so :) I encountered this same problem, recompiled php5, and everything works fine now.
comment:4 Changed 4 years ago by jmr@…
- Cc jwa@… added
- Owner changed from macports-tickets@… to ryandesign@…
- Port set to php5
comment:5 Changed 4 years ago by Dormilich@…
recompiling php5 did the trick (used -f flag, don't know if it works without it too)
thanks for the tip
comment:6 Changed 4 years ago by ryandesign@…
- Status changed from new to closed
- Resolution set to fixed
- Port changed from php5 to php4, php5, php5-devel
- Description modified (diff)
r44882: I increased the revision of the php4, php5 and php5-devel ports to force a rebuild. If you have already forced a rebuild as suggested above, you do not need to rebuild again.
Note: See
TracTickets for help on using
tickets.


Did you try recompiling php5 (port upgrade php5). You may need to use the -f flag, I'm not really sure what's best here.