[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MySQL 4 with SSL
- Subject: Re: [cobalt-users] MySQL 4 with SSL
- From: "Ian" <cobalt@xxxxxxxxxxxxx>
- Date: Wed May 14 04:48:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On 14 May 2003 at 13:31, René Mølsted wrote:
> I'm running OpenSSL 0.9.7b so i would be possible.
> Would thiis do it:
> ./configure
> - --prefix=/home/mysql
> - --localstatedir=/home/mysql/data
> - --disable-maintainer-mode
> - --with-mysqld-user=mysql
> - --enable-large-files
> - --without-comment
> - --without-debug
> - --without-bench
> - --with-vio
> - --with-openssl
>
> René Mølsted
Give it a try.
You can run 'configure' and 'make' without affecting your existing
installation.
If there are no errors from the above then run a 'make install'.
As always make sure you back up your existing config before doing
anything !
Ian
--