Date: Tue, 4 Dec 2001 07:51:51 +0100 From: Dirk Froemberg <dirk@FreeBSD.org> To: Martin Nilsson <martin@svenskabutiker.se> Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: mysql-server-3.23.46 Message-ID: <20011204075151.A77937@physik.TU-Berlin.DE> In-Reply-To: <3C0B53F5.9E8C4D1A@svenskabutiker.se>; from martin@svenskabutiker.se on Mon, Dec 03, 2001 at 11:29:09AM %2B0100 References: <3C0B53F5.9E8C4D1A@svenskabutiker.se>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Martin! On Mon, Dec 03, 2001 at 11:29:09AM +0100, Martin Nilsson wrote: > With the new p5-DBD-mysql port maybe it is time to make mysql323 depend on it > instead of p5-Mysql, The files installed by the two DBD ports are the same so > this does not make that much a difference but since the p5-Mysql port is going > away this is probaly the time to make the switch. There were problems with p5-DBD-mysql on -CURRENT. I don't know if they have been resolved, yet. And p5-DBD-mysql needs mysql_config which is in mysql323-server only at the moment. > Also can you add a WITH_INNODB switch, I always change the line > --with-berkeley-db to --with-innodb since I use innodb instead of bdb tables. > Maybe all extra table handlers (incl. bdb) should be turned on with WITH_XXXX > switches. I tried to include support for innodb once. But with innodb enabled mysqld doesn't run out of the box. You have to put some lines in your my.cnf first. A simple WITH_INNODB switch is ok for me but working on a solution to include it generally would be better... > Another thing I found is that mysqld & friends looks for the my.cnf file in > /etc not in /usr/local/etc this is not the expected behavior of a FreeBSD > port, I don't know how to compile in some other default path. Yes, I discussed this with another user of mysql. mysql should look in ${PREFIX}/etc _after_ /etc. So it doesn't break any existing installions. There is a char *default_directories[] in mysys/defaults.c which lists where to look for my.cnf. > Do you want me to make diffs for these things or are they so small that you > can make them yourself in no time? Diffs are always appreciated (especially for the my.cnf stuff). 8-) Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011204075151.A77937>