Ticket #20492 (assigned defect)
php4, php5, php5-devel: php links with libldap if present
| Reported by: | ryandesign@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | ingo@… | |
| Port: | php4, php5, php5-devel |
Description
php links with libldap if the openldap port is installed, though no dependency is declared. This causes an error if openldap is subsequently uninstalled:
$ php dyld: Library not loaded: /mp/lib/libldap-2.3.0.dylib Referenced from: /mp/bin/php Reason: image not found Trace/BPT trap
php should be changed to not link with unrequested libraries. See if --disable-all fixes this. Check whether php4 is affected as well.
Change History
Note: See
TracTickets for help on using
tickets.

