RE: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-06 Thread Kirti S. Bajwa
Hello:

Yesterday, I posted this message & many people responded. I was following
document "http://www.pipeline.com.au/staff/isp/webmail-server.htm";. 


When I tried to add a domain I will get an error:

>>/home/vpopmail/bin/vadddomain: error while loading shared libraries:
>>libmysqlclient.so.12: cannot open shared object file: no such file or
>>directory

Several people on this list responded. That made me thinking. Finally, I
figured it out:

During the build of vpopmail, include full path to the directory, as
follows:

./configure \
(several options)
--enable-incdir=/usr/local/mysql/include/mysql 
--enable-libdir=/usr/local/mysql/lib/mysql 


This did the trick. This post is for future information.

Kirti


Re: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-05 Thread JB
I'm clueless about this error but you can probably find clues to the 
answer by searching the list archives.

Best,
Kirti S. Bajwa wrote:
JB:
I think you performed the magic. After I run "ldconfig", the old library
error is gone.
Now the error is "MYSQL server has gone away". I can connect to the mysql
server data. So why is this error? Is it possible that I may have done some
mistake in installing mysql?
Thanks.
Kirti
-Original Message-
From: JB [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 05, 2004 11:00 AM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vpopmail installation on a Client MySQL Server
Make sure the directory where libmysqlclient.so.12 is located in listed 
in ld.so.conf. Don't forget to run ldconfig if you add a new path to 
ld.so.conf

Kirti S. Bajwa wrote:
Rick:
I do have the file libmysqlclient.so.12 in /usr/local/mysql/lib/mysql &
/usr/local/mysql-4.0.20/libmysql/.lib. I have installed the mysql-client
package. I am going to install full mysql package & see if the problem
goes
away.
Kirti
-Original Message-
From: Rick Widmer [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 8:01 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vpopmail installation on a Client MySQL Server
Kirti S. Bajwa wrote:

/home/vpopmail/bin/vadddomain: error while loading sharred libraries:
libmysqlclient.so.12: cannot open shared object file: no such file or
directory
What is this error & how to fix it?

The mysql-client and/or mysql-devel packages (what ever RedHat calls 
them) are not installed, or for some reason vpopmail can not find them. 
  If you already have a file libmysqlclient.so.12 on the slave server, 
let us know and we'll look at something different, but I bet you don't...

Make sure the client library and include files are installed on the 
slave machine.  I don't do Red Hat, so I can't help with specifics.

or
Just install all of the mysql packages on the slave and don't sweat the 
extra couple of MB disk space they require.  You don't have to actually 
start MySQL on the slave server.

or
If you have one box it works on, and another it does not and both are on 
the same version of RH, just find the files vpopmail complains about on 
the machine that has them, and copy them to the same directory on the 
other machine.  There may be several files and vpopmail only reports one 
at a time, so you may have to run - copy - run - copy several times.

Rick




RE: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-05 Thread Kirti S. Bajwa
JB:

I think you performed the magic. After I run "ldconfig", the old library
error is gone.

Now the error is "MYSQL server has gone away". I can connect to the mysql
server data. So why is this error? Is it possible that I may have done some
mistake in installing mysql?

Thanks.

Kirti

-Original Message-
From: JB [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 05, 2004 11:00 AM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vpopmail installation on a Client MySQL Server


Make sure the directory where libmysqlclient.so.12 is located in listed 
in ld.so.conf. Don't forget to run ldconfig if you add a new path to 
ld.so.conf


Kirti S. Bajwa wrote:
> Rick:
> 
> I do have the file libmysqlclient.so.12 in /usr/local/mysql/lib/mysql &
> /usr/local/mysql-4.0.20/libmysql/.lib. I have installed the mysql-client
> package. I am going to install full mysql package & see if the problem
goes
> away.
> 
> Kirti
> 
> -Original Message-
> From: Rick Widmer [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 04, 2004 8:01 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [vchkpw] vpopmail installation on a Client MySQL Server
> 
> 
> Kirti S. Bajwa wrote:
> 
>>/home/vpopmail/bin/vadddomain: error while loading sharred libraries:
>>libmysqlclient.so.12: cannot open shared object file: no such file or
>>directory
>>
>>What is this error & how to fix it?
> 
> 
> The mysql-client and/or mysql-devel packages (what ever RedHat calls 
> them) are not installed, or for some reason vpopmail can not find them. 
>If you already have a file libmysqlclient.so.12 on the slave server, 
> let us know and we'll look at something different, but I bet you don't...
> 
> 
> Make sure the client library and include files are installed on the 
> slave machine.  I don't do Red Hat, so I can't help with specifics.
> 
> or
> 
> Just install all of the mysql packages on the slave and don't sweat the 
> extra couple of MB disk space they require.  You don't have to actually 
> start MySQL on the slave server.
> 
> or
> 
> If you have one box it works on, and another it does not and both are on 
> the same version of RH, just find the files vpopmail complains about on 
> the machine that has them, and copy them to the same directory on the 
> other machine.  There may be several files and vpopmail only reports one 
> at a time, so you may have to run - copy - run - copy several times.
> 
> 
> Rick
> 


Re: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-05 Thread JB
Make sure the directory where libmysqlclient.so.12 is located in listed 
in ld.so.conf. Don't forget to run ldconfig if you add a new path to 
ld.so.conf

Kirti S. Bajwa wrote:
Rick:
I do have the file libmysqlclient.so.12 in /usr/local/mysql/lib/mysql &
/usr/local/mysql-4.0.20/libmysql/.lib. I have installed the mysql-client
package. I am going to install full mysql package & see if the problem goes
away.
Kirti
-Original Message-
From: Rick Widmer [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 8:01 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vpopmail installation on a Client MySQL Server
Kirti S. Bajwa wrote:
/home/vpopmail/bin/vadddomain: error while loading sharred libraries:
libmysqlclient.so.12: cannot open shared object file: no such file or
directory
What is this error & how to fix it?

The mysql-client and/or mysql-devel packages (what ever RedHat calls 
them) are not installed, or for some reason vpopmail can not find them. 
   If you already have a file libmysqlclient.so.12 on the slave server, 
let us know and we'll look at something different, but I bet you don't...

Make sure the client library and include files are installed on the 
slave machine.  I don't do Red Hat, so I can't help with specifics.

or
Just install all of the mysql packages on the slave and don't sweat the 
extra couple of MB disk space they require.  You don't have to actually 
start MySQL on the slave server.

or
If you have one box it works on, and another it does not and both are on 
the same version of RH, just find the files vpopmail complains about on 
the machine that has them, and copy them to the same directory on the 
other machine.  There may be several files and vpopmail only reports one 
at a time, so you may have to run - copy - run - copy several times.

Rick



RE: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-05 Thread Kirti S. Bajwa
Rick:

I do have the file libmysqlclient.so.12 in /usr/local/mysql/lib/mysql &
/usr/local/mysql-4.0.20/libmysql/.lib. I have installed the mysql-client
package. I am going to install full mysql package & see if the problem goes
away.

Kirti

-Original Message-
From: Rick Widmer [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 8:01 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vpopmail installation on a Client MySQL Server


Kirti S. Bajwa wrote:
> /home/vpopmail/bin/vadddomain: error while loading sharred libraries:
> libmysqlclient.so.12: cannot open shared object file: no such file or
> directory
> 
> What is this error & how to fix it?

The mysql-client and/or mysql-devel packages (what ever RedHat calls 
them) are not installed, or for some reason vpopmail can not find them. 
   If you already have a file libmysqlclient.so.12 on the slave server, 
let us know and we'll look at something different, but I bet you don't...


Make sure the client library and include files are installed on the 
slave machine.  I don't do Red Hat, so I can't help with specifics.

or

Just install all of the mysql packages on the slave and don't sweat the 
extra couple of MB disk space they require.  You don't have to actually 
start MySQL on the slave server.

or

If you have one box it works on, and another it does not and both are on 
the same version of RH, just find the files vpopmail complains about on 
the machine that has them, and copy them to the same directory on the 
other machine.  There may be several files and vpopmail only reports one 
at a time, so you may have to run - copy - run - copy several times.


Rick


RE: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-05 Thread Kirti S. Bajwa
Eduardo:

/usr/local/mysql/lib/mysql does have libmysqlclient.so.12. I followed your
advice. Added path to the library in etc/ld.so.conf and created the PATH to
/usr/local/mysql/lib/mysql. Still the same error.

I am going to take advice of Rick & install MySQL full package.

Kirti

-Original Message-
From: Eduardo M. Bragatto [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 8:11 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vpopmail installation on a Client MySQL Server


Kirti S. Bajwa wrote:

> /home/vpopmail/bin/vadddomain: error while loading sharred libraries:
> libmysqlclient.so.12: cannot open shared object file: no such file or
> directory

I've never used vpopmail with Mysql, but I've been following the
thread 
and I think that I know what's going on.
Your vpopmail is trying to use shared libraries that can't be found
on 
the system. Search for the path of the files libmysqlclient.* (find / | 
grep libmysqlclient) and check if it's listed at /etc/ld.so.conf. It 
must be listed at your $PATH environment variable as well.
You must find the file "libmysqlclient.so.12". If you don't find it,

you may try to create a symbolic link to other libmysqlclient.so.XX.

Best regards,
Eduardo M. Bragatto.


RE: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-05 Thread Kirti S. Bajwa
Rick:

I like your idea of installing complete MySQL package and then use the data
from the master server. I will try it.

Thanks. 

Kirt

-Original Message-
From: Rick Widmer [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 8:01 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vpopmail installation on a Client MySQL Server




Kirti S. Bajwa wrote:
> /home/vpopmail/bin/vadddomain: error while loading sharred libraries:
> libmysqlclient.so.12: cannot open shared object file: no such file or
> directory
> 
> What is this error & how to fix it?

The mysql-client and/or mysql-devel packages (what ever RedHat calls 
them) are not installed, or for some reason vpopmail can not find them. 
   If you already have a file libmysqlclient.so.12 on the slave server, 
let us know and we'll look at something different, but I bet you don't...


Make sure the client library and include files are installed on the 
slave machine.  I don't do Red Hat, so I can't help with specifics.

or

Just install all of the mysql packages on the slave and don't sweat the 
extra couple of MB disk space they require.  You don't have to actually 
start MySQL on the slave server.

or

If you have one box it works on, and another it does not and both are on 
the same version of RH, just find the files vpopmail complains about on 
the machine that has them, and copy them to the same directory on the 
other machine.  There may be several files and vpopmail only reports one 
at a time, so you may have to run - copy - run - copy several times.


Rick


Re: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-04 Thread Eduardo M. Bragatto
Kirti S. Bajwa wrote:
/home/vpopmail/bin/vadddomain: error while loading sharred libraries:
libmysqlclient.so.12: cannot open shared object file: no such file or
directory
	I've never used vpopmail with Mysql, but I've been following the thread 
and I think that I know what's going on.
	Your vpopmail is trying to use shared libraries that can't be found on 
the system. Search for the path of the files libmysqlclient.* (find / | 
grep libmysqlclient) and check if it's listed at /etc/ld.so.conf. It 
must be listed at your $PATH environment variable as well.
	You must find the file "libmysqlclient.so.12". If you don't find it, 
you may try to create a symbolic link to other libmysqlclient.so.XX.

Best regards,
Eduardo M. Bragatto.


Re: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-04 Thread Rick Widmer

Kirti S. Bajwa wrote:
/home/vpopmail/bin/vadddomain: error while loading sharred libraries:
libmysqlclient.so.12: cannot open shared object file: no such file or
directory
What is this error & how to fix it?
The mysql-client and/or mysql-devel packages (what ever RedHat calls 
them) are not installed, or for some reason vpopmail can not find them. 
  If you already have a file libmysqlclient.so.12 on the slave server, 
let us know and we'll look at something different, but I bet you don't...

Make sure the client library and include files are installed on the 
slave machine.  I don't do Red Hat, so I can't help with specifics.

or
Just install all of the mysql packages on the slave and don't sweat the 
extra couple of MB disk space they require.  You don't have to actually 
start MySQL on the slave server.

or
If you have one box it works on, and another it does not and both are on 
the same version of RH, just find the files vpopmail complains about on 
the machine that has them, and copy them to the same directory on the 
other machine.  There may be several files and vpopmail only reports one 
at a time, so you may have to run - copy - run - copy several times.

Rick


RE: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-04 Thread Remo Mattei
You are missing the lib check and make sure you have it installed on your
machine. I would guess some devel lib from mysql.

My 2 cents, 

Remo

-Original Message-
From: Kirti S. Bajwa [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 04, 2004 5:40 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [vchkpw] vpopmail installation on a Client MySQL Server

For those who are following this thread:

I changed the port in /home/vpopmail/etc/vpopmail.mysql to 3306. Same error.

I went ahead and deleted all the vpopmail related folder & re-installed
vpopmail-5.4.4. Same place & same error (the error is listed below).

Back to square ONE.

OK folks, give some suggestions. I am sure that someone out these has
installed vpopmail on a mysql client server!!

Kirti




-Original Message-
From: Kirti S. Bajwa [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 4:50 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [vchkpw] vpopmail installation on a Client MySQL Server


Jeremy:

One other thought came to my mind & when you respond, you can include this
information also (unless someone else also responds);

In /home/vpopmail/etc/vpopmail.mysql, the follwoing information is
contained:

192.168.237.11|0|vpopmailuser|vpopmailpw|vpopmal

It is my understanding that "|0|" is the port number for the mysql server.
Is it possible that this port number is different in this/my design?

Kirti

-




Jeremy:

I knew someone has done it. I did follow your instructions; 

I updated /home/vpopmail/etc/vpopmail.mysql with the ip address & now the
file vpopmail.mysql has the following entry:

  192.168.237.11|0|vpopmailuser|vpopmailpw|vpopmal

NOTE: Each server has 2 NICs. One NIC uses public IP addresses (12.21.237.x)
to access the Internet. The second NIC uses 192.168.237.X. All networking is
over 192.168.237.0/255.255.255.0. MySQL server can only be accesses over the
internal network.

Then I tried to add a domain:

%/home/vpopmail/bin/vadddomain tibinternet.com vpopmailpw

I get the following (the same) error:

/home/vpopmail/bin/vadddomain: error while loading sharred libraries:
libmysqlclient.so.12: cannot open shared object file: no such file or
directory

What is this error & how to fix it? Thats in advance. You are saving my
life. You are a swell of a person.

Kirti




-Original Message-
From: Jeremy Kitchen [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 3:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vpopmail installation on a Client MySQL Server


On Friday 04 June 2004 12:57 pm, Kirti S. Bajwa wrote:
> 
> The problem is that all the instruction to install vpopmail is for a MySQL
> to be installed on the localhost. Therefore, my question is:
>
> Has anyone installed vpopmail & client mysql where all the data resides on
> a master mysql server?
>
> Is it even possible? If it is not possible, then what are the
alternatives?

yes, you put the ip address of the mysql server into the 
~vpopmail/etc/vpopmail.mysql file in place of localhost.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies,
Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail


RE: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-04 Thread Kirti S. Bajwa
For those who are following this thread:

I changed the port in /home/vpopmail/etc/vpopmail.mysql to 3306. Same error.

I went ahead and deleted all the vpopmail related folder & re-installed
vpopmail-5.4.4. Same place & same error (the error is listed below).

Back to square ONE.

OK folks, give some suggestions. I am sure that someone out these has
installed vpopmail on a mysql client server!!

Kirti




-Original Message-
From: Kirti S. Bajwa [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 4:50 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [vchkpw] vpopmail installation on a Client MySQL Server


Jeremy:

One other thought came to my mind & when you respond, you can include this
information also (unless someone else also responds);

In /home/vpopmail/etc/vpopmail.mysql, the follwoing information is
contained:

192.168.237.11|0|vpopmailuser|vpopmailpw|vpopmal

It is my understanding that "|0|" is the port number for the mysql server.
Is it possible that this port number is different in this/my design?

Kirti

-




Jeremy:

I knew someone has done it. I did follow your instructions; 

I updated /home/vpopmail/etc/vpopmail.mysql with the ip address & now the
file vpopmail.mysql has the following entry:

  192.168.237.11|0|vpopmailuser|vpopmailpw|vpopmal

NOTE: Each server has 2 NICs. One NIC uses public IP addresses (12.21.237.x)
to access the Internet. The second NIC uses 192.168.237.X. All networking is
over 192.168.237.0/255.255.255.0. MySQL server can only be accesses over the
internal network.

Then I tried to add a domain:

%/home/vpopmail/bin/vadddomain tibinternet.com vpopmailpw

I get the following (the same) error:

/home/vpopmail/bin/vadddomain: error while loading sharred libraries:
libmysqlclient.so.12: cannot open shared object file: no such file or
directory

What is this error & how to fix it? Thats in advance. You are saving my
life. You are a swell of a person.

Kirti




-Original Message-
From: Jeremy Kitchen [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 3:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vpopmail installation on a Client MySQL Server


On Friday 04 June 2004 12:57 pm, Kirti S. Bajwa wrote:
> 
> The problem is that all the instruction to install vpopmail is for a MySQL
> to be installed on the localhost. Therefore, my question is:
>
> Has anyone installed vpopmail & client mysql where all the data resides on
> a master mysql server?
>
> Is it even possible? If it is not possible, then what are the
alternatives?

yes, you put the ip address of the mysql server into the 
~vpopmail/etc/vpopmail.mysql file in place of localhost.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies,
Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail


RE: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-04 Thread Kirti S. Bajwa
Jeremy:

One other thought came to my mind & when you respond, you can include this
information also (unless someone else also responds);

In /home/vpopmail/etc/vpopmail.mysql, the follwoing information is
contained:

192.168.237.11|0|vpopmailuser|vpopmailpw|vpopmal

It is my understanding that "|0|" is the port number for the mysql server.
Is it possible that this port number is different in this/my design?

Kirti

-




Jeremy:

I knew someone has done it. I did follow your instructions; 

I updated /home/vpopmail/etc/vpopmail.mysql with the ip address & now the
file vpopmail.mysql has the following entry:

  192.168.237.11|0|vpopmailuser|vpopmailpw|vpopmal

NOTE: Each server has 2 NICs. One NIC uses public IP addresses (12.21.237.x)
to access the Internet. The second NIC uses 192.168.237.X. All networking is
over 192.168.237.0/255.255.255.0. MySQL server can only be accesses over the
internal network.

Then I tried to add a domain:

%/home/vpopmail/bin/vadddomain tibinternet.com vpopmailpw

I get the following (the same) error:

/home/vpopmail/bin/vadddomain: error while loading sharred libraries:
libmysqlclient.so.12: cannot open shared object file: no such file or
directory

What is this error & how to fix it? Thats in advance. You are saving my
life. You are a swell of a person.

Kirti




-Original Message-
From: Jeremy Kitchen [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 3:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vpopmail installation on a Client MySQL Server


On Friday 04 June 2004 12:57 pm, Kirti S. Bajwa wrote:
> 
> The problem is that all the instruction to install vpopmail is for a MySQL
> to be installed on the localhost. Therefore, my question is:
>
> Has anyone installed vpopmail & client mysql where all the data resides on
> a master mysql server?
>
> Is it even possible? If it is not possible, then what are the
alternatives?

yes, you put the ip address of the mysql server into the 
~vpopmail/etc/vpopmail.mysql file in place of localhost.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies,
Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail


RE: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-04 Thread Kirti S. Bajwa
Rainer:

Thank for your response. Our design is such (see my post in response to
Jeremy) that we use an internal network to access the data server. At this
point, I have no idea if latency is going to be a problem.

I may get back to you later on.

Thanks again.

Kirti



-Original Message-
From: Rainer Duffner [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 3:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vpopmail installation on a Client MySQL Server


Am Fr, 2004-06-04 um 19.57 schrieb Kirti S. Bajwa:
> Hello List:
> 
> This is my first message on this list. Please consider me a newbie in the
> area of LINUX, vpopmail, etc.
> 
> I have setup two servers as follows:

[snip]

I haven't done this either, but I think I've heard that one uses a
master-slave model because the lookups in the mysql-tables need to be as
fast as possible. And a connection to a local mysql-db is much faster
than making a remote tcp/ip-connection - the latency envolved may be
just too much.



Rainer


RE: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-04 Thread Kirti S. Bajwa
Jeremy:

I knew someone has done it. I did follow your instructions; 

I updated /home/vpopmail/etc/vpopmail.mysql with the ip address & now the
file vpopmail.mysql has the following entry:

  192.168.237.11|0|vpopmailuser|vpopmailpw|vpopmal

NOTE: Each server has 2 NICs. One NIC uses public IP addresses (12.21.237.x)
to access the Internet. The second NIC uses 192.168.237.X. All networking is
over 192.168.237.0/255.255.255.0. MySQL server can only be accesses over the
internal network.

Then I tried to add a domain:

%/home/vpopmail/bin/vadddomain tibinternet.com vpopmailpw

I get the following (the same) error:

/home/vpopmail/bin/vadddomain: error while loading sharred libraries:
libmysqlclient.so.12: cannot open shared object file: no such file or
directory

What is this error & how to fix it? Thats in advance. You are saving my
life. You are a swell of a person.

Kirti




-Original Message-
From: Jeremy Kitchen [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 3:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vpopmail installation on a Client MySQL Server


On Friday 04 June 2004 12:57 pm, Kirti S. Bajwa wrote:
> 
> The problem is that all the instruction to install vpopmail is for a MySQL
> to be installed on the localhost. Therefore, my question is:
>
> Has anyone installed vpopmail & client mysql where all the data resides on
> a master mysql server?
>
> Is it even possible? If it is not possible, then what are the
alternatives?

yes, you put the ip address of the mysql server into the 
~vpopmail/etc/vpopmail.mysql file in place of localhost.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies,
Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail


Re: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-04 Thread Jeremy Kitchen
On Friday 04 June 2004 12:57 pm, Kirti S. Bajwa wrote:
> 
> The problem is that all the instruction to install vpopmail is for a MySQL
> to be installed on the localhost. Therefore, my question is:
>
> Has anyone installed vpopmail & client mysql where all the data resides on
> a master mysql server?
>
> Is it even possible? If it is not possible, then what are the alternatives?

yes, you put the ip address of the mysql server into the 
~vpopmail/etc/vpopmail.mysql file in place of localhost.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail



Re: [vchkpw] vpopmail installation on a Client MySQL Server

2004-06-04 Thread Rainer Duffner
Am Fr, 2004-06-04 um 19.57 schrieb Kirti S. Bajwa:
> Hello List:
> 
> This is my first message on this list. Please consider me a newbie in the
> area of LINUX, vpopmail, etc.
> 
> I have setup two servers as follows:

[snip]

I haven't done this either, but I think I've heard that one uses a
master-slave model because the lookups in the mysql-tables need to be as
fast as possible. And a connection to a local mysql-db is much faster
than making a remote tcp/ip-connection - the latency envolved may be
just too much.



Rainer



[vchkpw] vpopmail installation on a Client MySQL Server

2004-06-04 Thread Kirti S. Bajwa
Hello List:

This is my first message on this list. Please consider me a newbie in the
area of LINUX, vpopmail, etc.

I have setup two servers as follows:

(1) A master mysql server: data.tib.com
Master MySQL server has RH9 & MySQL 4.0.20 installed.

(2) A mail server: mail.tib.com
For the mail server, I want to install RH9, Apache, qmail, vpopmail, etc.,
by following the toaster:

http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm

There is only one exception: I have installed Client MySQL on the MAIL
server. I have tested the MySQL connection from the MAIL (Client MySQL) to
the DATA (Master MySQL) server & it connects.

The problem is that all the instruction to install vpopmail is for a MySQL
to be installed on the localhost. Therefore, my question is:

Has anyone installed vpopmail & client mysql where all the data resides on a
master mysql server?

Is it even possible? If it is not possible, then what are the alternatives?

FYI, I have looked in vpopmail archives & GOOGLE, without success.

HELP, I have spent over 10 days reading, researching & pulling my hair.

Kirti
TIB
P. O. Box 49
Mountain City, TN 37683

Tel: (423) 727-30001
Fax: (423) 727-3002

email:  [EMAIL PROTECTED]