Chris Bunnell wrote:
>
> Hello list,
>
> I have gone through the archives and while I did find lots of info that will
> surley help me during compilation, I didn't see the following issue
> addressed yet...
>
> I want to run mysql on a different server than my vpopmail server(s). Do I
> have to install/compile mysql on each of the vpopmail boxes first to be able
> to have the libs available during the vpopmail compile?
Yes, you will need the mysql development files.
> I'd assume some
> level of compilation of mysql on the vpopmail boxes will HAVE to happen but
> I doubt that I need to do a full install of mysql... Suggestions?
If you are running an OS/Distro that handles rpm's. You can install:
rpm -Uvh MySQL-client-3.23.37-1.i386.rpm
rpm -Uvh MySQL-devel-3.23.37-1.i386.rpm
I like to install the client rpm so I can run mysql from the command
line to test things.
Ken Jones
>
> Thanks in advance!
>
> Chris Bunnell