i tried the command ser -c -f ser.cfg and this is the result.
bash-2.05# ser -c -f ser.cfg 0(2092) ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal: libmysqlclient.so.10: open failed: No such file or directory 0(2092) parse error (15,13-14): failed to load module ERROR: bad config file (1 errors) bash-2.05#
but, /usr/local/lib/ser/modules/mysql.so is existing, pls advise what could have gone wrong.
Hi,
try to link the missing file "libmysqlclient.so.10" to another file at directory: /usr/lib/mysql
something like: ln -s libmysqlclient.so.10 libmysqlclient.so.10.0.0
depends on what Linux you are using. The file name may different.
Good luck,
Pat
From: "chris" chris@fivestartel.com To: serusers@lists.iptel.org Subject: [Serusers] error starting ser Date: Tue, 9 Aug 2005 15:38:07 +0800
i tried the command ser -c -f ser.cfg and this is the result.
bash-2.05# ser -c -f ser.cfg 0(2092) ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal: libmysqlclient.so.10: open failed: No such file or directory 0(2092) parse error (15,13-14): failed to load module ERROR: bad config file (1 errors) bash-2.05#
but, /usr/local/lib/ser/modules/mysql.so is existing, pls advise what could have gone wrong. _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
hi pat,
i dont have libmysqlclient.so.10 on my /usr/local/mysql directory . im using mysql-standard-4.1.12-sun-solaris2.9-sparc-64bit.pkg
where can i get libmysqlclient.so.10 for solaris 9?
much thnks.
----- Original Message ----- From: "Pat wang" wangyu39@hotmail.com To: chris@fivestartel.com; serusers@lists.iptel.org Sent: Tuesday, August 09, 2005 4:34 PM Subject: RE: [Serusers] error starting ser
Hi,
try to link the missing file "libmysqlclient.so.10" to another file at directory: /usr/lib/mysql
something like: ln -s libmysqlclient.so.10 libmysqlclient.so.10.0.0
depends on what Linux you are using. The file name may different.
Good luck,
Pat
From: "chris" chris@fivestartel.com To: serusers@lists.iptel.org Subject: [Serusers] error starting ser Date: Tue, 9 Aug 2005 15:38:07 +0800
i tried the command ser -c -f ser.cfg and this is the result.
bash-2.05# ser -c -f ser.cfg 0(2092) ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal: libmysqlclient.so.10: open failed: No such file or directory 0(2092) parse error (15,13-14): failed to load module ERROR: bad config file (1 errors) bash-2.05#
but, /usr/local/lib/ser/modules/mysql.so is existing, pls advise what
could
have gone wrong. _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi,
Make sure you have mysql_shared installed. I had this problem before because I found different file name is used so a simple link will solve it. If you couldn't find such a file (not exactly as libmysqlclient.10.0.0, could be some thing a little different) then you need install mysql_shared package (or mysql_devel? not sure). You could use your Linux CD's to find those RPMs or from MySQL web directly.
Good luck,
Pat
----- Original Message ----- From: "chris" chris@fivestartel.com To: "Pat wang" wangyu39@hotmail.com; serusers@lists.iptel.org Sent: Thursday, August 11, 2005 4:49 AM Subject: Re: [Serusers] error starting ser
hi pat,
i dont have libmysqlclient.so.10 on my /usr/local/mysql directory . im using mysql-standard-4.1.12-sun-solaris2.9-sparc-64bit.pkg
where can i get libmysqlclient.so.10 for solaris 9?
much thnks.
----- Original Message ----- From: "Pat wang" wangyu39@hotmail.com To: chris@fivestartel.com; serusers@lists.iptel.org Sent: Tuesday, August 09, 2005 4:34 PM Subject: RE: [Serusers] error starting ser
Hi,
try to link the missing file "libmysqlclient.so.10" to another file at directory: /usr/lib/mysql
something like: ln -s libmysqlclient.so.10 libmysqlclient.so.10.0.0
depends on what Linux you are using. The file name may different.
Good luck,
Pat
From: "chris" chris@fivestartel.com To: serusers@lists.iptel.org Subject: [Serusers] error starting ser Date: Tue, 9 Aug 2005 15:38:07 +0800
i tried the command ser -c -f ser.cfg and this is the result.
bash-2.05# ser -c -f ser.cfg 0(2092) ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal: libmysqlclient.so.10: open failed: No such file or directory 0(2092) parse error (15,13-14): failed to load module ERROR: bad config file (1 errors) bash-2.05#
but, /usr/local/lib/ser/modules/mysql.so is existing, pls advise what
could
have gone wrong. _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
hi pat,
i downlaoded this two files
MySQL-devel-3.23.32-1.i386.rpm MySQL-shared-3.23.32-1.i386.rpm
i dunno how to install this, cant find any documentation on how to install them? and can i use these files on a 64bit sun sparc server running on solaris 9?
pls advise.
much thnks ----- Original Message ----- From: "Pat Wang" wangyu39@hotmail.com To: "chris" chris@fivestartel.com; serusers@lists.iptel.org Sent: Saturday, August 13, 2005 3:33 AM Subject: Re: [Serusers] error starting ser
Hi,
Make sure you have mysql_shared installed. I had this problem before
because
I found different file name is used so a simple link will solve it. If you couldn't find such a file (not exactly as libmysqlclient.10.0.0, could be some thing a little different) then you need install mysql_shared package (or mysql_devel? not sure). You could use your Linux CD's to find those
RPMs
or from MySQL web directly.
Good luck,
Pat
----- Original Message ----- From: "chris" chris@fivestartel.com To: "Pat wang" wangyu39@hotmail.com; serusers@lists.iptel.org Sent: Thursday, August 11, 2005 4:49 AM Subject: Re: [Serusers] error starting ser
hi pat,
i dont have libmysqlclient.so.10 on my /usr/local/mysql directory . im using mysql-standard-4.1.12-sun-solaris2.9-sparc-64bit.pkg
where can i get libmysqlclient.so.10 for solaris 9?
much thnks.
----- Original Message ----- From: "Pat wang" wangyu39@hotmail.com To: chris@fivestartel.com; serusers@lists.iptel.org Sent: Tuesday, August 09, 2005 4:34 PM Subject: RE: [Serusers] error starting ser
Hi,
try to link the missing file "libmysqlclient.so.10" to another file at directory: /usr/lib/mysql
something like: ln -s libmysqlclient.so.10 libmysqlclient.so.10.0.0
depends on what Linux you are using. The file name may different.
Good luck,
Pat
From: "chris" chris@fivestartel.com To: serusers@lists.iptel.org Subject: [Serusers] error starting ser Date: Tue, 9 Aug 2005 15:38:07 +0800
i tried the command ser -c -f ser.cfg and this is the result.
bash-2.05# ser -c -f ser.cfg 0(2092) ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal: libmysqlclient.so.10: open failed: No such file or directory 0(2092) parse error (15,13-14): failed to load module ERROR: bad config file (1 errors) bash-2.05#
but, /usr/local/lib/ser/modules/mysql.so is existing, pls advise what
could
have gone wrong. _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi Chris,
the packages you have downloaded, they are for Redhat.
What I would do If I was you, was to visit www.mysql.org, and download the src's from there.
Then real the mysql readme inside the src packages on how to compile them.
Best Regards
Atle
* chris chris@fivestartel.com [050819 08:49]:
hi pat,
i downlaoded this two files
MySQL-devel-3.23.32-1.i386.rpm MySQL-shared-3.23.32-1.i386.rpm
i dunno how to install this, cant find any documentation on how to install them? and can i use these files on a 64bit sun sparc server running on solaris 9?
pls advise.
much thnks ----- Original Message ----- From: "Pat Wang" wangyu39@hotmail.com To: "chris" chris@fivestartel.com; serusers@lists.iptel.org Sent: Saturday, August 13, 2005 3:33 AM Subject: Re: [Serusers] error starting ser
Hi,
Make sure you have mysql_shared installed. I had this problem before
because
I found different file name is used so a simple link will solve it. If you couldn't find such a file (not exactly as libmysqlclient.10.0.0, could be some thing a little different) then you need install mysql_shared package (or mysql_devel? not sure). You could use your Linux CD's to find those
RPMs
or from MySQL web directly.
Good luck,
Pat
----- Original Message ----- From: "chris" chris@fivestartel.com To: "Pat wang" wangyu39@hotmail.com; serusers@lists.iptel.org Sent: Thursday, August 11, 2005 4:49 AM Subject: Re: [Serusers] error starting ser
hi pat,
i dont have libmysqlclient.so.10 on my /usr/local/mysql directory . im using mysql-standard-4.1.12-sun-solaris2.9-sparc-64bit.pkg
where can i get libmysqlclient.so.10 for solaris 9?
much thnks.
----- Original Message ----- From: "Pat wang" wangyu39@hotmail.com To: chris@fivestartel.com; serusers@lists.iptel.org Sent: Tuesday, August 09, 2005 4:34 PM Subject: RE: [Serusers] error starting ser
Hi,
try to link the missing file "libmysqlclient.so.10" to another file at directory: /usr/lib/mysql
something like: ln -s libmysqlclient.so.10 libmysqlclient.so.10.0.0
depends on what Linux you are using. The file name may different.
Good luck,
Pat
From: "chris" chris@fivestartel.com To: serusers@lists.iptel.org Subject: [Serusers] error starting ser Date: Tue, 9 Aug 2005 15:38:07 +0800
i tried the command ser -c -f ser.cfg and this is the result.
bash-2.05# ser -c -f ser.cfg 0(2092) ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal: libmysqlclient.so.10: open failed: No such file or directory 0(2092) parse error (15,13-14): failed to load module ERROR: bad config file (1 errors) bash-2.05#
but, /usr/local/lib/ser/modules/mysql.so is existing, pls advise what
could
have gone wrong. _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
ok.. thnks for the reply,
the reason i was able to download the file is, i just typed it in google, cause i already spent hours looking for the file on www.mysql.org. download site and i did not find it,. I have no idea what file i'm looking for, if it is included on the package or it is a standalone application or a patch. pls excuse me for being a newbie.
thnks.
chris. ----- Original Message ----- From: "Atle Samuelsen" clona@camaro.no To: "chris" chris@fivestartel.com Cc: serusers@lists.iptel.org Sent: Friday, August 19, 2005 3:55 PM Subject: Re: [Serusers] error starting ser
Hi Chris,
the packages you have downloaded, they are for Redhat.
What I would do If I was you, was to visit www.mysql.org, and download the src's from there.
Then real the mysql readme inside the src packages on how to compile them.
Best Regards
Atle
- chris chris@fivestartel.com [050819 08:49]:
hi pat,
i downlaoded this two files
MySQL-devel-3.23.32-1.i386.rpm MySQL-shared-3.23.32-1.i386.rpm
i dunno how to install this, cant find any documentation on how to
install
them? and can i use these files on a 64bit sun sparc server running on solaris 9?
pls advise.
much thnks ----- Original Message ----- From: "Pat Wang" wangyu39@hotmail.com To: "chris" chris@fivestartel.com; serusers@lists.iptel.org Sent: Saturday, August 13, 2005 3:33 AM Subject: Re: [Serusers] error starting ser
Hi,
Make sure you have mysql_shared installed. I had this problem before
because
I found different file name is used so a simple link will solve it. If
you
couldn't find such a file (not exactly as libmysqlclient.10.0.0, could
be
some thing a little different) then you need install mysql_shared
package
(or mysql_devel? not sure). You could use your Linux CD's to find
those
RPMs
or from MySQL web directly.
Good luck,
Pat
----- Original Message ----- From: "chris" chris@fivestartel.com To: "Pat wang" wangyu39@hotmail.com; serusers@lists.iptel.org Sent: Thursday, August 11, 2005 4:49 AM Subject: Re: [Serusers] error starting ser
hi pat,
i dont have libmysqlclient.so.10 on my /usr/local/mysql directory . im using mysql-standard-4.1.12-sun-solaris2.9-sparc-64bit.pkg
where can i get libmysqlclient.so.10 for solaris 9?
much thnks.
----- Original Message ----- From: "Pat wang" wangyu39@hotmail.com To: chris@fivestartel.com; serusers@lists.iptel.org Sent: Tuesday, August 09, 2005 4:34 PM Subject: RE: [Serusers] error starting ser
Hi,
try to link the missing file "libmysqlclient.so.10" to another file
at
directory: /usr/lib/mysql
something like: ln -s libmysqlclient.so.10 libmysqlclient.so.10.0.0
depends on what Linux you are using. The file name may different.
Good luck,
Pat
From: "chris" chris@fivestartel.com To: serusers@lists.iptel.org Subject: [Serusers] error starting ser Date: Tue, 9 Aug 2005 15:38:07 +0800
i tried the command ser -c -f ser.cfg and this is the result.
bash-2.05# ser -c -f ser.cfg 0(2092) ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal: libmysqlclient.so.10: open failed: No such file or directory 0(2092) parse error (15,13-14): failed to load module ERROR: bad config file (1 errors) bash-2.05#
but, /usr/local/lib/ser/modules/mysql.so is existing, pls advise
what
could
have gone wrong. _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
HI
infact if you goto : http://dev.mysql.com/downloads/mysql/4.1.html
you will find packages for your operatingsystem. Install them, and your home free.
-ATle
* chris chris@fivestartel.com [050819 11:01]:
ok.. thnks for the reply,
the reason i was able to download the file is, i just typed it in google, cause i already spent hours looking for the file on www.mysql.org. download site and i did not find it,. I have no idea what file i'm looking for, if it is included on the package or it is a standalone application or a patch. pls excuse me for being a newbie.
thnks.
chris. ----- Original Message ----- From: "Atle Samuelsen" clona@camaro.no To: "chris" chris@fivestartel.com Cc: serusers@lists.iptel.org Sent: Friday, August 19, 2005 3:55 PM Subject: Re: [Serusers] error starting ser
Hi Chris,
the packages you have downloaded, they are for Redhat.
What I would do If I was you, was to visit www.mysql.org, and download the src's from there.
Then real the mysql readme inside the src packages on how to compile them.
Best Regards
Atle
- chris chris@fivestartel.com [050819 08:49]:
hi pat,
i downlaoded this two files
MySQL-devel-3.23.32-1.i386.rpm MySQL-shared-3.23.32-1.i386.rpm
i dunno how to install this, cant find any documentation on how to
install
them? and can i use these files on a 64bit sun sparc server running on solaris 9?
pls advise.
much thnks ----- Original Message ----- From: "Pat Wang" wangyu39@hotmail.com To: "chris" chris@fivestartel.com; serusers@lists.iptel.org Sent: Saturday, August 13, 2005 3:33 AM Subject: Re: [Serusers] error starting ser
Hi,
Make sure you have mysql_shared installed. I had this problem before
because
I found different file name is used so a simple link will solve it. If
you
couldn't find such a file (not exactly as libmysqlclient.10.0.0, could
be
some thing a little different) then you need install mysql_shared
package
(or mysql_devel? not sure). You could use your Linux CD's to find
those
RPMs
or from MySQL web directly.
Good luck,
Pat
----- Original Message ----- From: "chris" chris@fivestartel.com To: "Pat wang" wangyu39@hotmail.com; serusers@lists.iptel.org Sent: Thursday, August 11, 2005 4:49 AM Subject: Re: [Serusers] error starting ser
hi pat,
i dont have libmysqlclient.so.10 on my /usr/local/mysql directory . im using mysql-standard-4.1.12-sun-solaris2.9-sparc-64bit.pkg
where can i get libmysqlclient.so.10 for solaris 9?
much thnks.
----- Original Message ----- From: "Pat wang" wangyu39@hotmail.com To: chris@fivestartel.com; serusers@lists.iptel.org Sent: Tuesday, August 09, 2005 4:34 PM Subject: RE: [Serusers] error starting ser
Hi,
try to link the missing file "libmysqlclient.so.10" to another file
at
directory: /usr/lib/mysql
something like: ln -s libmysqlclient.so.10 libmysqlclient.so.10.0.0
depends on what Linux you are using. The file name may different.
Good luck,
Pat
>From: "chris" chris@fivestartel.com >To: serusers@lists.iptel.org >Subject: [Serusers] error starting ser >Date: Tue, 9 Aug 2005 15:38:07 +0800 > >i tried the command ser -c -f ser.cfg and this is the result. > >bash-2.05# ser -c -f ser.cfg > 0(2092) ERROR: load_module: could not open module ></usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal: >libmysqlclient.so.10: open failed: No such file or directory > 0(2092) parse error (15,13-14): failed to load module >ERROR: bad config file (1 errors) >bash-2.05# > >but, /usr/local/lib/ser/modules/mysql.so is existing, pls advise
what
could
>have gone wrong. >_______________________________________________ >Serusers mailing list >serusers@lists.iptel.org >http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
yes, this is where i get mysql-standard-4.1.12-sun-solaris2.9-sparc-64bit.pkg and i already installed it, however, as pat said:
Make sure you have mysql_shared installed. I had this problem before because I found different file name is used so a simple link will solve it. If you couldn't find such a file (not exactly as libmysqlclient.10.0.0, could be some thing a little different) then you need install mysql_shared package (or mysql_devel? not sure). You could use your Linux CD's to find those RPMs or from MySQL web directly.
is the mysql_shared package or mysql_devel pkg included on the mysql-standard-4.1.12-sun-solaris2.9-sparc-64bit.pkg?
pls advise,
thnks.
chris;
----- Original Message ----- From: "Atle Samuelsen" clona@camaro.no To: "chris" chris@fivestartel.com Cc: serusers@lists.iptel.org Sent: Friday, August 19, 2005 5:34 PM Subject: Re: [Serusers] error starting ser
HI
infact if you goto : http://dev.mysql.com/downloads/mysql/4.1.html
you will find packages for your operatingsystem. Install them, and your home free.
-ATle
- chris chris@fivestartel.com [050819 11:01]:
ok.. thnks for the reply,
the reason i was able to download the file is, i just typed it in
google,
cause i already spent hours looking for the file on www.mysql.org.
download
site and i did not find it,. I have no idea what file i'm looking for,
if it
is included on the package or it is a standalone application or a patch.
pls
excuse me for being a newbie.
thnks.
chris. ----- Original Message ----- From: "Atle Samuelsen" clona@camaro.no To: "chris" chris@fivestartel.com Cc: serusers@lists.iptel.org Sent: Friday, August 19, 2005 3:55 PM Subject: Re: [Serusers] error starting ser
Hi Chris,
the packages you have downloaded, they are for Redhat.
What I would do If I was you, was to visit www.mysql.org, and download the src's from there.
Then real the mysql readme inside the src packages on how to compile them.
Best Regards
Atle
- chris chris@fivestartel.com [050819 08:49]:
hi pat,
i downlaoded this two files
MySQL-devel-3.23.32-1.i386.rpm MySQL-shared-3.23.32-1.i386.rpm
i dunno how to install this, cant find any documentation on how to
install
them? and can i use these files on a 64bit sun sparc server running
on
solaris 9?
pls advise.
much thnks ----- Original Message ----- From: "Pat Wang" wangyu39@hotmail.com To: "chris" chris@fivestartel.com; serusers@lists.iptel.org Sent: Saturday, August 13, 2005 3:33 AM Subject: Re: [Serusers] error starting ser
Hi,
Make sure you have mysql_shared installed. I had this problem
before
because
I found different file name is used so a simple link will solve
it. If
you
couldn't find such a file (not exactly as libmysqlclient.10.0.0,
could
be
some thing a little different) then you need install mysql_shared
package
(or mysql_devel? not sure). You could use your Linux CD's to find
those
RPMs
or from MySQL web directly.
Good luck,
Pat
----- Original Message ----- From: "chris" chris@fivestartel.com To: "Pat wang" wangyu39@hotmail.com; serusers@lists.iptel.org Sent: Thursday, August 11, 2005 4:49 AM Subject: Re: [Serusers] error starting ser
hi pat,
i dont have libmysqlclient.so.10 on my /usr/local/mysql
directory
. im using mysql-standard-4.1.12-sun-solaris2.9-sparc-64bit.pkg
where can i get libmysqlclient.so.10 for solaris 9?
much thnks.
----- Original Message ----- From: "Pat wang" wangyu39@hotmail.com To: chris@fivestartel.com; serusers@lists.iptel.org Sent: Tuesday, August 09, 2005 4:34 PM Subject: RE: [Serusers] error starting ser
> Hi, > > try to link the missing file "libmysqlclient.so.10" to another
file
at
> directory: /usr/lib/mysql > > something like: ln -s libmysqlclient.so.10
libmysqlclient.so.10.0.0
> > depends on what Linux you are using. The file name may
different.
> > Good luck, > > Pat > > >From: "chris" chris@fivestartel.com > >To: serusers@lists.iptel.org > >Subject: [Serusers] error starting ser > >Date: Tue, 9 Aug 2005 15:38:07 +0800 > > > >i tried the command ser -c -f ser.cfg and this is the result. > > > >bash-2.05# ser -c -f ser.cfg > > 0(2092) ERROR: load_module: could not open module > ></usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal: > >libmysqlclient.so.10: open failed: No such file or directory > > 0(2092) parse error (15,13-14): failed to load module > >ERROR: bad config file (1 errors) > >bash-2.05# > > > >but, /usr/local/lib/ser/modules/mysql.so is existing, pls
advise
what
could > >have gone wrong. > >_______________________________________________ > >Serusers mailing list > >serusers@lists.iptel.org > >http://lists.iptel.org/mailman/listinfo/serusers > >
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
hello,
any updates on the error i encountered?
thnks
----- Original Message ----- From: "chris" chris@fivestartel.com To: "Atle Samuelsen" clona@camaro.no Cc: serusers@lists.iptel.org Sent: Saturday, August 20, 2005 12:37 AM Subject: Re: [Serusers] error starting ser
yes, this is where i get mysql-standard-4.1.12-sun-solaris2.9-sparc-64bit.pkg and i already installed it, however, as pat said:
Make sure you have mysql_shared installed. I had this problem before
because
I found different file name is used so a simple link will solve it. If you couldn't find such a file (not exactly as libmysqlclient.10.0.0, could be some thing a little different) then you need install mysql_shared package (or mysql_devel? not sure). You could use your Linux CD's to find those
RPMs
or from MySQL web directly.
is the mysql_shared package or mysql_devel pkg included on the mysql-standard-4.1.12-sun-solaris2.9-sparc-64bit.pkg?
pls advise,
thnks.
chris;
----- Original Message ----- From: "Atle Samuelsen" clona@camaro.no To: "chris" chris@fivestartel.com Cc: serusers@lists.iptel.org Sent: Friday, August 19, 2005 5:34 PM Subject: Re: [Serusers] error starting ser
HI
infact if you goto : http://dev.mysql.com/downloads/mysql/4.1.html
you will find packages for your operatingsystem. Install them, and your home free.
-ATle
- chris chris@fivestartel.com [050819 11:01]:
ok.. thnks for the reply,
the reason i was able to download the file is, i just typed it in
google,
cause i already spent hours looking for the file on www.mysql.org.
download
site and i did not find it,. I have no idea what file i'm looking for,
if it
is included on the package or it is a standalone application or a
patch.
pls
excuse me for being a newbie.
thnks.
chris. ----- Original Message ----- From: "Atle Samuelsen" clona@camaro.no To: "chris" chris@fivestartel.com Cc: serusers@lists.iptel.org Sent: Friday, August 19, 2005 3:55 PM Subject: Re: [Serusers] error starting ser
Hi Chris,
the packages you have downloaded, they are for Redhat.
What I would do If I was you, was to visit www.mysql.org, and
download
the src's from there.
Then real the mysql readme inside the src packages on how to compile them.
Best Regards
Atle
- chris chris@fivestartel.com [050819 08:49]:
hi pat,
i downlaoded this two files
MySQL-devel-3.23.32-1.i386.rpm MySQL-shared-3.23.32-1.i386.rpm
i dunno how to install this, cant find any documentation on how to
install
them? and can i use these files on a 64bit sun sparc server
running
on
solaris 9?
pls advise.
much thnks ----- Original Message ----- From: "Pat Wang" wangyu39@hotmail.com To: "chris" chris@fivestartel.com; serusers@lists.iptel.org Sent: Saturday, August 13, 2005 3:33 AM Subject: Re: [Serusers] error starting ser
Hi,
Make sure you have mysql_shared installed. I had this problem
before
because
I found different file name is used so a simple link will solve
it. If
you
couldn't find such a file (not exactly as libmysqlclient.10.0.0,
could
be
some thing a little different) then you need install
mysql_shared
package
(or mysql_devel? not sure). You could use your Linux CD's to
find
those
RPMs
or from MySQL web directly.
Good luck,
Pat
----- Original Message ----- From: "chris" chris@fivestartel.com To: "Pat wang" wangyu39@hotmail.com; serusers@lists.iptel.org Sent: Thursday, August 11, 2005 4:49 AM Subject: Re: [Serusers] error starting ser
> hi pat, > > i dont have libmysqlclient.so.10 on my /usr/local/mysql
directory
> . > im using mysql-standard-4.1.12-sun-solaris2.9-sparc-64bit.pkg > > where can i get libmysqlclient.so.10 for solaris 9? > > much thnks. > > > > ----- Original Message ----- > From: "Pat wang" wangyu39@hotmail.com > To: chris@fivestartel.com; serusers@lists.iptel.org > Sent: Tuesday, August 09, 2005 4:34 PM > Subject: RE: [Serusers] error starting ser > > >> Hi, >> >> try to link the missing file "libmysqlclient.so.10" to
another
file
at
>> directory: /usr/lib/mysql >> >> something like: ln -s libmysqlclient.so.10
libmysqlclient.so.10.0.0
>> >> depends on what Linux you are using. The file name may
different.
>> >> Good luck, >> >> Pat >> >> >From: "chris" chris@fivestartel.com >> >To: serusers@lists.iptel.org >> >Subject: [Serusers] error starting ser >> >Date: Tue, 9 Aug 2005 15:38:07 +0800 >> > >> >i tried the command ser -c -f ser.cfg and this is the
result.
>> > >> >bash-2.05# ser -c -f ser.cfg >> > 0(2092) ERROR: load_module: could not open module >> ></usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal: >> >libmysqlclient.so.10: open failed: No such file or directory >> > 0(2092) parse error (15,13-14): failed to load module >> >ERROR: bad config file (1 errors) >> >bash-2.05# >> > >> >but, /usr/local/lib/ser/modules/mysql.so is existing, pls
advise
what
> could >> >have gone wrong. >> >_______________________________________________ >> >Serusers mailing list >> >serusers@lists.iptel.org >> >http://lists.iptel.org/mailman/listinfo/serusers >> >> > >
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers