Thanks for the reply.
I added path for /usr/sbin and it did find gen_ha1. But I got another error
saying "cannot connect to local mysql server through sockedt ...."
Should I start mysql first and then run ser_mysql.sh.
If so what is the command to start mysql.
p.s. I downloaded all the rpm from
iptel.org under redhat 9 folder:
ser-0.8.12-0.i386.rpm
ser-mysql-0.8.12-0.i386.rpm
I first installed ser-0.8.12-0.i386.rpm
then I installed ser-mysql-0.8.12-0.i386.rpm
Is this correct packege and steps?
Gary
----- Original Message -----
From: "Zeus Ng" <zeus.ng(a)isquare.com.au>
To: "'gc'" <garych(a)unidial.com>
Cc: <serusers(a)lists.iptel.org>
Sent: Friday, May 28, 2004 10:05 AM
Subject: RE: [Serusers] Need help to install mysql.
I hope you are not mixing rpm and cvs version of ser and the ser-mysql.
See whether you have gen_ha1 under /usr/sbin directory. The file should come
with rpm installation. Then, make sure your PATH contains /usr/sbin.
The other possible directory to look for is /usr/local/sbin. If gen_ha1 is
there, then you should not use the rpm version of ser-mysql. Instead, you
should compile it from source.
Zeus
-----Original Message-----
From: serusers-bounces(a)lists.iptel.org
[mailto:serusers-bounces@lists.iptel.org] On Behalf Of gc
Sent: Friday, 28 May 2004 11:52 PM
To: serusers(a)lists.iptel.org
Subject: [Serusers] Need help to install mysql.
I am new to ser.
After installing the ser, I tried to install mysql by
following quick start steps but I got error saying
"ser_mysql.sh: line 1:hen_ha1: command not found"
Here is what I did to install mysql:
mysh> rpm -i ser-mysql-0.8.12-0.i386.rpm
mysh> /usr/local/sbin/sh ser_mysql.sh create
MySql password for root: dud1234 (I put in my own password)
ser_mysql.sh line1: gen_ha1:command not found
HA1 calculation failed
Before I install mysql, ser works fine without
Authentication. I can use my ip phone to make call.
Gary