From: Scott Gerhardt <scott_(_at_)_g-it_(_dot_)_ca> Date: October 26, 2004 10:45:40 AM GMT-06:00 To: misc_(_at_)_openbsd_(_dot_)_org Subject: Fwd: MySQL install from ports
I did find this documentation: http://www.openbsddiary.org/mysql.html Is this the best way to start mysql?
pkg_info -a shows: mysql-client-4.0.20p1 multithreaded SQL database (client) mysql-server-4.0.20p1 multithreaded SQL database (server) p5-DBD-mysql-2.9004 MySQL drivers for the Perl DBI p5-DBI-1.43 unified perl interface for database acces
Thanks,
-- Scott A. Gerhardt, P.Geo. Gerhardt Information Technologies
That worked! I never would have figured that out without your help. Is the Makefile for the port is incorrect?
On Mon, Oct 25, 2004 at 11:02:48PM -0600, Scott Gerhardt wrote:
This could be my problem, but why the dependency problem? Shouldn't p5-DBD-mysql-2.9004 been taken care of by the port install?
p5-DBD-mysql is only a runtime dependency for the server package
cd /usr/ports/databases/mysql && env SUBPACKAGE=-server make install will take care of the runtime dependencies for the -server package
-- <jakemsr_(_at_)_jakemsr_(_dot_)_com>