This module is needed by other modules using SQL databases.
|
Today's Deals Free Tool:
What does VOIP actually cost? Free 90 Page IP Telephony Pocket Guide Free VON Magazine Subscription Search with Google Search this site with Google. Results may not include recent changes.
Last Changes Shoutbox
Server Stats
|
mysql.so module is not loading...?
i am installing ser-0.9.6 with mysql 4.0.26 i am able to itsall mysql and ser but when i am trying to locate mysql.so its not lacating.
i am installing mysql like this
cd /usr/local
wget http://mirror.services.wisc.edu/mysql/Downloads/MySQL-4.0/mysql-4.0.26.tar.gz
gunzip mysql-4.0.26.tar.gz
tar xvf mysql-4.0.26.tar
cd mysql-4.0.26
userdel mysql
groupadd mysql
useradd -g mysql mysql
./configure --prefix=/usr/local/mysql --enable-large-files --enable-shared=yes
make && make install
scripts/mysql_install_db
chown -R root /usr/local/mysql
chown -R mysql /usr/local/mysql/var
chgrp -R mysql /usr/local/mysql
cp support-files/my-medium.cnf /etc/my.cnf
vi /etc/rc.d/rc.local
/usr/local/bin/rtpproxy
export SIP_DOMAIN=" globe7.com"
/usr/local/sbin/ser
/usr/local/mysql/bin/mysqld_safe --user=mysql &
tar -zxvf ser-0.9.6
cd ser-0.9.6
make
make install
but i am not able to install mysql.so module please please can anybody give me the procedure how to install becouse i am new to this ser and mysql
please give breafly notes so tha i can go ahead
thanx
prabhakar