results of compiling with -lmysqlclient

2003-11-27 Thread Lee Mx
I just realized that when I compile with -lmysqlclient I am adding the current version to my program or in my specific case libmysqlclient.so.10. When I upgrade, as I just did, to libmysqlclient.so.12, I have to recompile. Is there not a way to use libmysqlclient.so that is a link to the

Re: results of compiling with -lmysqlclient

2003-11-27 Thread Matthew Seaman
On Thu, Nov 27, 2003 at 03:39:05AM -0800, Lee Mx wrote: I just realized that when I compile with -lmysqlclient I am adding the current version to my program or in my specific case libmysqlclient.so.10. When I upgrade, as I just did, to libmysqlclient.so.12, I have to recompile. Is there

Re: results of compiling with -lmysqlclient

2003-11-27 Thread Lee Mx
From: Matthew Seaman [EMAIL PROTECTED] To: Lee Mx [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: results of compiling with -lmysqlclient Date: Thu, 27 Nov 2003 12:32:47 + On Thu, Nov 27, 2003 at 03:39:05AM -0800, Lee Mx wrote: I just realized that when I compile with -lmysqlclient I

Re: results of compiling with -lmysqlclient

2003-11-27 Thread Matthew Seaman
On Thu, Nov 27, 2003 at 09:39:28AM -0800, Lee Mx wrote: THanks a lot, Matthew. I assumed as much. I think I am going to start backing up some of my more frequent libs to a compat directory. That seems to be the least bad solution. Note that portupgrade(1) and pkg_deinstall(1) do this

Re: results of compiling with -lmysqlclient

2003-11-27 Thread Lee Mx
From: Matthew Seaman [EMAIL PROTECTED] To: Lee Mx [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: results of compiling with -lmysqlclient Date: Thu, 27 Nov 2003 18:27:23 + On Thu, Nov 27, 2003 at 09:39:28AM -0800, Lee Mx wrote: THanks a lot, Matthew. I assumed as much. I think I am