Bug 145417

Summary: [PATCH] databases/mysql50-server: fix error : Shared object "libmysqlclient.so.15" not found.
Product: Ports & Packages Reporter: phil
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mysql50_server.patch none

Description phil 2010-04-05 21:00:19 UTC
	$PREFIX/libdata/ldconfig/mysql is missing in pkg-plist.client, when mysql50-client is used as a
	package some server daemon cannot be launched at boot. Causing this error : Shared object "libmysqlclient.so.15" not found.

How-To-Repeat: 	$ make -C /usr/ports/database/mysql50-client package
	$ cat /usr/local/libdata/ldconfig/mysql
	/usr/local/lib/mysql
	# On another machine
	$ pkg_add -r ./mysql-client-5.0.90.tbz
	$ cat /usr/local/libdata/ldconfig/mysql
	cat: /usr/local/libdata/ldconfig/mysql: No such file or directory
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-04-05 22:05:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Fix synopsis and assign.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2010-04-06 11:48:12 UTC
State Changed
From-To: open->closed

Bogus. That file should be in the package, if correctly created.