カテゴリー : nss-mysql

このカテゴリーの登録数:1件 表示 : 1 - 1 / 1

Mar 09, 2007

MySQLでアカウント管理(1)コンパイル

ポスト @ 21:25:18 | nss-mysql

MySQL とlibnss-mysqlを組み合わせることでLinuxのアカウント管理ができるようになります

MySQL-5.0.36 libnss-mysql-1.5 の組み合わせで作ってみました

MySQL ./configure --prefix=/usr --exec-prefix=/usr --libexecdir=/usr/sbin --datadi r=/usr/share --sysconfdir=/etc/mysql --localstatedir=/var/lib/mysql --includedir =/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --enable-shared --enable-static --enable-local-infile --with-unix-socket-path=/var/run/mysqld/my sqld.sock --with-mysqld-user=mysql --without-openssl --with-yassl --without-docs --without-bench --with-extra-charsets=all --without-innodb --without-embedded-s erver --without-ndb-sci --without-ndb-test --with-charset=utf8

libnss-mysql ./configure --prefix=/usr --sysconfdir=/etc/libnss --with-mysql=/usr