Skip to content

Instantly share code, notes, and snippets.

@maasdesigner
Created August 23, 2013 22:42
Show Gist options
  • Save maasdesigner/6324700 to your computer and use it in GitHub Desktop.
Save maasdesigner/6324700 to your computer and use it in GitHub Desktop.
maasdesigner@ubuntu:~/Downloads$ sudo apt-get firebird-dev
E: Invalid operation firebird-dev
maasdesigner@ubuntu:~/Downloads$ sudo apt-get install firebird-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
language-pack-kde-en libgraphicsmagick1-dev language-pack-kde-en-base
kde-l10n-engb firefox-globalmenu libgraphics-magick-perl
libgraphicsmagick++3 libgraphicsmagick++1-dev
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
firebird2.5-common firebird2.5-common-doc libfbclient2 libib-util
Suggested packages:
libfbembed2.5 firebird2.5-examples
The following NEW packages will be installed:
firebird-dev firebird2.5-common firebird2.5-common-doc libfbclient2
libib-util
0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
Need to get 940 kB of archives.
After this operation, 3,470 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe firebird2.5-common-doc all 2.5.1.26351.ds4-2ubuntu0.1 [35.4 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe firebird2.5-common i386 2.5.1.26351.ds4-2ubuntu0.1 [499 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe libfbclient2 i386 2.5.1.26351.ds4-2ubuntu0.1 [336 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe libib-util i386 2.5.1.26351.ds4-2ubuntu0.1 [3,900 B]
Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe firebird-dev i386 2.5.1.26351.ds4-2ubuntu0.1 [64.9 kB]
Fetched 940 kB in 3s (242 kB/s)
Selecting previously unselected package firebird2.5-common-doc.
(Reading database ... 212575 files and directories currently installed.)
Unpacking firebird2.5-common-doc (from .../firebird2.5-common-doc_2.5.1.26351.ds4-2ubuntu0.1_all.deb) ...
Selecting previously unselected package firebird2.5-common.
Unpacking firebird2.5-common (from .../firebird2.5-common_2.5.1.26351.ds4-2ubuntu0.1_i386.deb) ...
Selecting previously unselected package libfbclient2.
Unpacking libfbclient2 (from .../libfbclient2_2.5.1.26351.ds4-2ubuntu0.1_i386.deb) ...
Selecting previously unselected package libib-util.
Unpacking libib-util (from .../libib-util_2.5.1.26351.ds4-2ubuntu0.1_i386.deb) ...
Selecting previously unselected package firebird-dev.
Unpacking firebird-dev (from .../firebird-dev_2.5.1.26351.ds4-2ubuntu0.1_i386.deb) ...
Setting up firebird2.5-common-doc (2.5.1.26351.ds4-2ubuntu0.1) ...
Setting up firebird2.5-common (2.5.1.26351.ds4-2ubuntu0.1) ...
Setting up libfbclient2 (2.5.1.26351.ds4-2ubuntu0.1) ...
Setting up libib-util (2.5.1.26351.ds4-2ubuntu0.1) ...
Setting up firebird-dev (2.5.1.26351.ds4-2ubuntu0.1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
maasdesigner@ubuntu:~/Downloads$ sudo gem install rubyfb
Building native extensions. This could take a while...
ERROR: Error installing rubyfb:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from extconf.rb:5:in `<main>'
Gem files will remain installed in /var/lib/gems/1.9.1/gems/rubyfb-0.6.7 for inspection.
Results logged to /var/lib/gems/1.9.1/gems/rubyfb-0.6.7/ext/gem_make.out
maasdesigner@ubuntu:~/Downloads$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment