Opened 11 years ago

Last modified 11 years ago

#37172 closed defect

mysql55 should link against MacPorts libwrap instead of host version — at Version 1

Reported by: jeremyhu (Jeremy Huddleston Sequoia) Owned by: pixilla (Bradley Giesbrecht)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: ryandesign (Ryan Carsten Schmidt), jeremyhu (Jeremy Huddleston Sequoia)
Port: mysql5 mysql51 mysql55

Description (last modified by jeremyhu (Jeremy Huddleston Sequoia))

mysql55-5.5.28_1.darwin_11.x86_64.tbz2 from http://packages.macports.org/mysql55

/opt/local/bin $ otool -L /opt/local/lib/mysql55/bin/mysqld
/opt/local/lib/mysql55/bin/mysqld:
	/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 53.0.0)
	/opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.7)
	/usr/lib/libwrap.7.dylib (compatibility version 7.0.0, current version 7.6.0)
	/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 52.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0)

It should be using /opt/local/lib/libwrap.7.dylib from port:tcp_wrappers

Change History (2)

comment:1 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Description: modified (diff)

Deleted my proposed changes since they were insufficient. Even with the package installed, the build picks it up from /usr instead of $prefix

Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Attachment: main.log added

mail.log

Note: See TracTickets for help on using tickets.