Date: Thu, 16 Nov 2000 12:36:05 +0200 From: Alexey Zelkin <phantom@ark.cris.net> To: Dirk Froemberg <dirk@FreeBSD.org> Cc: ports@FreeBSD.org Subject: Re: cvs commit: ports/databases/mysql322-server Makefile ports/databases/mysql323-server Makefile ports/databases/mysql322-server/files mysql-client.sh ports/databases/mysql323-server/files mysql-client.sh Message-ID: <20001116123605.B20159@ark.cris.net> In-Reply-To: <200011161029.CAA33821@freefall.freebsd.org>; from dirk@FreeBSD.org on Thu, Nov 16, 2000 at 02:29:06AM -0800 References: <200011161029.CAA33821@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
hi, I have experienced bad thing with cooperation of mod_php4 (with mysql support) and mysql-client port. On boot apache.sh attempts to load DSO for mod_php (linked against mysql shared libraries), but fails because mysql-client.sh which contains ldconfig call on /usr/local/lib/mysql was not called before (it will be called after apache.sh). I have fixed this problem just by renaming mysql-client.sh to _mysql-client.sh, but it's a hack and needs to be fixed in port. On Thu, Nov 16, 2000 at 02:29:06AM -0800, Dirk Froemberg wrote: > dirk 2000/11/16 02:29:06 PST > > Modified files: > databases/mysql322-server Makefile > databases/mysql323-server Makefile > Added files: > databases/mysql322-server/files mysql-client.sh > databases/mysql323-server/files mysql-client.sh > Log: > Move mysql-client.sh from Makefile to files/mysql-client.sh > and add a start/stop parameter to satisfy rc.shutdown. > > Revision Changes Path > 1.83 +2 -4 ports/databases/mysql322-server/Makefile > 1.86 +2 -4 ports/databases/mysql323-server/Makefile > -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@FreeBSD.org */ /* Sysadmin/Developer && phantom@sms.umc.com.ua */ 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?20001116123605.B20159>