Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Embedded PowerPC accesses SQL Server database through unixODBC/freetds (1)

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Access the SQL SERVER database through embedded PowerPC devices, using ODBC mode.

First, cross-compile UnixODBC, the compilation process is relatively smooth

1. Download unixODBC, download path is http://www.unixodbc.org/, version number is 2.3.42, extract, tar-xvf unixODBC-2.3.4.tar.gz 3, configure compilation,. / configure-- prefix=/usr/local/unixODBC-2.3.4-- host=ppc-linux 4, compile, make 5, install, make install

Second, cross-compile freetds and encounter strange things.

1. Download freetds, ftp://ftp.freetds.org/pub/freetds/current/, version number 0.912, decompress, use 7-zip 3, configure and compile,. / configure-- host=ppc-linux-- prefix=/usr/local/freetds-0.91-- with-tdsver=7.0-- enable-msdblib-- disable-libiconv-- with-unixodbc=/usr/local/unixODBC-2.3.4 4, compile make (Note Change the name of the odbc_config under the unixODBC generation folder to solve the problem that freetds failed to compile the test file.) at first, copy the freetds to the virtual machine for compilation, and the compilation failed, prompting: / bin/sh:. / txt2man: No such file or directory error. Try to compile freetds directly from the Windows shared folder, through, Khan. 5. Install make install*** environment configuration and test to be continued! ***

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report