5月 14
$ ./configure \ > --prefix=/usr/local/bind \ > --with-openssl=/usr/local/openssl \ > --with-libtool $ make $ su - # make install
$ ./configure \ > --prefix=/usr/local/bind \ > --with-openssl=/usr/local/openssl \ > --with-libtool $ make $ su - # make install
$ ./configure \ > --prefix=/usr/local/pgsql $ make $ su - # make install
$ ./configure \ > --prefix=/usr/local/mysql \ > --with-charset=utf8 \ > --with-mysqld-user=mysql \ > --with-readline $ make $ su - # make install
$ ./config \ > --prefix=/usr/local/openssl \ > --openssldir=/usr/local/openssl \ > -fPIC $ make $ su - # make install
Recent Comments