[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] MySQL 4 with SSL



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
--