Skip to content

Instantly share code, notes, and snippets.

@AquisTech
Last active July 24, 2018 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AquisTech/9715cde9ea5a4fede1890ba7a48b2f3e to your computer and use it in GitHub Desktop.
Save AquisTech/9715cde9ea5a4fede1890ba7a48b2f3e to your computer and use it in GitHub Desktop.
ruby-oci8 installation issue on Ubuntu [solution_link](https://github.com/kubo/ruby-oci8/blob/master/docs/platform-specific-issues.md)

solution_link

If the following error occurs even though libc6-dev is installed,

Do you install glibc-devel(redhat) or libc6-dev(debian)?
You need /usr/include/sys/types.h to compile ruby-oci8.

You need to use ruby-oci8 2.1.0 or upper. Otherwise, run the following command and re-install ruby-oci8.

$ sudo ln -s /usr/include/linux/ /usr/include/sys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment