-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The general description doesn't work on debian /ubuntu system. here is some
adjustment:
1, depandencies:
mysql-server
libmysqlclient-dev (mysql_config is in this package)
make sure you are root and run
apt-get install mysql-server
apt-get install libmysqlclient-dev
then go with following step author specified
echo "/var/lib/mysql" > /etc/ld.so.conf.d/mysql.conf
/sbin/ldconfig
wget http://mysql-udf-http.googlecode.com/files/mysql-udf-http-1.0.tar.gz
tar zxvf mysql-udf-http-1.0.tar.gz
cd mysql-udf-http-1.0/
./configure --prefix=/var/lib/mysql --with-mysql=/usr/bin/mysql_config
make && make install
Original issue reported on code.google.com by [email protected] on 16 Dec 2011 at 10:24