Tag: compile
Compile and Install LAMP Server from Source – PHP5, Apache2, MySQL5
April 19, 2007
MySQL ./configure –prefix=/usr/local/mysql –localstatedir=/var/lib/mysql –with-mysqld-user=mysql –with-unix-socket-path=/tmp/mysql.sock –without-comment –without-debug –without-bench make make install cp support-files/my-medium.cnf /etc/my.cnf chown root:sys /etc/my.cnf chmod 644…
Compiling a 2.6 Linux kernel
April 10, 2007
Get the latest Kernel from kernel.org Get a default .config file cp /boot/config-`uname -r` ./.config OR make defconfig Then configure…
Recent Comments