rowland / fb

Firebird Extension Library for Ruby
64 stars 35 forks source link

I can't install fb on Fedora 28 #62

Closed pedrovinicius closed 6 years ago

pedrovinicius commented 6 years ago

Hello!

I'm struggling to install this gem. I have already installed the firebird-devel and firebird-client packages, but despite that, a fatal error: ibase.h: No such file or directory is being thrown during the install process.

Is it possible to point out the absolute path to ibase.h in my host at the gem install moment?

mariuz commented 6 years ago

on fedora path seems to be

/usr/include/firebird/ibase.h

https://fedora.pkgs.org/26/fedora-x86_64/firebird-devel-3.0.1.32609-5.fc26.x86_64.rpm.html

pedrovinicius commented 6 years ago

Thanks @mariuz! But how do I have to provide the ibase.h path? Is there a special option to pass along with the gem install command?

pedrovinicius commented 6 years ago

I created a symbolic link pointing to the location where the ibase.h is located on Ubuntu. After that, the installation could be completed and it's all working now.