| Re: [Ascent][Linux]Tutorial - How To Create a Server
checking for mysql_init in -lmysqlclient... no
checking for mysql_init in -lmysql... no
configure: error: Missing mysql
cs:/usr/wow/trunk# mysql --version
mysql Ver 14.12 Distrib 5.0.*** for pc-linux-gnu (i486) using readline 5.2
cs:/usr/wow/trunk# uname -a
Linux cs.fastinternet.ro 2.6.8-3-686 #1 Tue Dec 5 21:26:38 UTC 2006 i686 GNU/Linux
cs:/usr/wow/trunk# cat /etc/issue
Debian GNU/Linux 4.0 \n \l
cs:/usr/wow/trunk# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1154
Server version: 5.0.32-Debian_7etch3-log Debian etch distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> quit;
Bye
|