Bug 91807

Summary: Incorrect pkg-plist for databases/mysql50-(server|client) ports on 4.x system
Product: Ports & Packages Reporter: Dan Lukes <dan>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dan Lukes 2006-01-15 01:30:04 UTC
	MySQL 5.0.18 classify system libz.so.2 as unsuitable (because
it didn't contain zlibCompileFlags symbol) so it use the one bundled
within MySQL sources.

	It's compiled as libz.a and libz.so.3 and properly instaled
to /usr/local/lib/mysql

	Unfortunatelly, they aren't packed to package.

	It's not problem on all FreeBSD version. It apply to those version
where system libz is not version 3 already.

Fix: 

It's necesarry to add

lib/mysql/libz.a
lib/mysql/libz.so
lib/mysql/libz.so.3

	to plist.
How-To-Repeat: 	Compile MySQL 5.0.18 from ports on one machine, make package, mode 
package to another
machine and install from it.

	At least mysql and mysqld refuses to load due missing libz.so.3
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-15 01:35:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2006-01-29 09:37:17 UTC
State Changed
From-To: open->closed

Fixed, thanks!