We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfda9d6 + 2cf6f2c commit bf079ceCopy full SHA for bf079ce
ext/sqlite3/extconf.rb
@@ -24,8 +24,9 @@ def asplode missing
24
"http://www.sqlite.org/ first."
25
else
26
abort <<-error
27
-#{missing} is missing. Try 'port install sqlite3 +universal'
28
-or 'yum install sqlite-devel' and check your shared library search path (the
+#{missing} is missing. Try 'port install sqlite3 +universal',
+'yum install sqlite-devel' or 'apt-get install libsqlite3-dev'
29
+and check your shared library search path (the
30
location where your sqlite3 shared library is located).
31
error
32
end
0 commit comments