Skip to content

Debian compiling adjustment #1

@GoogleCodeExporter

Description

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions