#17844 closed defect (fixed)
php5 fails with libtool2
Reported by: | Dormilich@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | jyrkiwahlstedt | |
Port: | php4, php5, php5-devel |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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 (7)
comment:1 follow-up: 2 Changed 16 years ago by alakazam@…
comment:2 Changed 16 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 16 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 16 years ago by jmroot (Joshua Root)
Cc: | jwa@… added |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | php5 added |
comment:5 Changed 16 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 16 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | php4 php5-devel added |
Resolution: | → fixed |
Status: | new → closed |
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.