[Flask] Connecting to 2 servers

Larry Martell larry.martell at gmail.com
Tue Aug 13 07:36:08 EDT 2019


On Mon, Aug 12, 2019 at 11:28 PM Dennis Lee Bieber
<wlfraed at ix.netcom.com> wrote:
>
> On Mon, 12 Aug 2019 15:13:15 -0400, Larry Martell
> <larry.martell at gmail.com> declaimed the
> following:
>
> >If I run ldconfig -v I can see it search in
> >
> >/lib:
> >/lib64:
> >/usr/lib:
> >/usr/lib64:
> >
> >I tried symlinking /usr/local/lib/libmsodbcsql.17.dylib to /usr/lib
> >but it still did not pick it up.
>
>         What if you provide             /usr/local/lib          as an argument to ldconfig
> ?
>
I was finally able to get past this issue by doing this:

sudo yum remove unixODBC
curl http://mirror.centos.org/centos/7/os/x86_64/Packages/unixODBC-2.3.1-11.el7.x86_64.rpm
>/tmp/unixODBC231.rpm
sudo rpm -i /tmp/unixODBC231.rpm
sudo ACCEPT_EULA=Y yum install msodbcsql17

However now my login to the DB is timing out.


More information about the Flask mailing list