Go language installation Go OCI

Source: Internet
Author: User
This is a creation in Article, where the information may have evolved or changed. 1. Installing Pkg-config

2. Install the OCI and OCI SDK

In HTTP://WWW.O Racle.com/te Chnetwork/to pics/linuxx8 6-64soft-092 277.html

In HTTP://WWW.O Racle.com/te Chnetwork/to pics/linuxx8 6-64soft-092 277.html
Need to download:
oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64.rpm
oracle-instantclient11.2-basiclite-11.2.0.3.0-1.x86_64.rpm
oracle-instantclient11.2-devel-11.2.0.3.0-1.x86_64.rpm

3. Use go get github.com/wendal/go-oci8 to download the OCI go-oci8 Download the oci8.pc file below the window directory in the src file to/usr/lib/pkgconfig/
Modify the oci8.pc file to:
# Information for Pkg-config
prefix=/usr/lib/oracle/11.2/client64/
exec_prefix=/usr/lib/oracle/11.2/client64/
libdir=${exec_prefix}/lib/
includedir=/usr/include/oracle/11.2/client64/
Name:oci
Description:oracle Database Engine
version:11.2
Libs:-l${libdir}-lclntsh
Libs.private:
Cflags:-i${includedir}
Then do go get github.com/wendal/go-oci8 and go install github.com/wendal/go-oci8 installation just fine
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.