When trying to generate a new Rails application (to test email posting) I receive the message: Installing sqlite3 (1.3.7) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /home/*/.rbenv/versions/1.9.3-p286/bin/ruby extconf.rb checking for sqlite3.h... no sqlite3.h is missing. Try ''port install sqlite3 +universal'' or ''yum install sqlite-devel'' Neither of these work. Where should the library sqlite3 be located? Where is the library search path set up? How do I get the file sqlite3.h and where should I store it? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/-9FqSSDS9hMJ. For more options, visit https://groups.google.com/groups/opt_out.
On 23 March 2013 15:59, Tommy Pollák <kassor-hQAhlroVPTjped5Vm0LI4NXl3P/j4wiQ@public.gmane.org> wrote:> When trying to generate a new Rails application (to test email posting) I > receive the message: > > Installing sqlite3 (1.3.7) with native extensions > Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native > extension. > > /home/*/.rbenv/versions/1.9.3-p286/bin/ruby extconf.rb > checking for sqlite3.h... no > sqlite3.h is missing. > > Try ''port install sqlite3 +universal'' > or ''yum install sqlite-devel''What operating system are you using? Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Sorry, forget to mention this, Ubuntu 12.04. On Saturday, 23 March 2013 17:04:29 UTC+1, Colin Law wrote:> > On 23 March 2013 15:59, Tommy Pollák <kas...-hQAhlroVPTjped5Vm0LI4NXl3P/j4wiQ@public.gmane.org<javascript:>> > wrote: > > When trying to generate a new Rails application (to test email posting) > I > > receive the message: > > > > Installing sqlite3 (1.3.7) with native extensions > > Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native > > extension. > > > > /home/*/.rbenv/versions/1.9.3-p286/bin/ruby extconf.rb > > checking for sqlite3.h... no > > sqlite3.h is missing. > > > > Try ''port install sqlite3 +universal'' > > or ''yum install sqlite-devel'' > > What operating system are you using? > > Colin >On Saturday, 23 March 2013 17:04:29 UTC+1, Colin Law wrote:> > On 23 March 2013 15:59, Tommy Pollák <kas...-hQAhlroVPTjped5Vm0LI4NXl3P/j4wiQ@public.gmane.org<javascript:>> > wrote: > > When trying to generate a new Rails application (to test email posting) > I > > receive the message: > > > > Installing sqlite3 (1.3.7) with native extensions > > Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native > > extension. > > > > /home/*/.rbenv/versions/1.9.3-p286/bin/ruby extconf.rb > > checking for sqlite3.h... no > > sqlite3.h is missing. > > > > Try ''port install sqlite3 +universal'' > > or ''yum install sqlite-devel'' > > What operating system are you using? > > Colin >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/MNn_9GmDrTMJ. For more options, visit https://groups.google.com/groups/opt_out.
On 23 March 2013 16:10, Tommy Pollák <kassor-hQAhlroVPTjped5Vm0LI4NXl3P/j4wiQ@public.gmane.org> wrote:> Sorry, forget to mention this, Ubuntu 12.04.sudo apt-get install libsqlite3-dev sqlite3 Colin> > On Saturday, 23 March 2013 17:04:29 UTC+1, Colin Law wrote: >> >> On 23 March 2013 15:59, Tommy Pollák <kas...-hQAhlroVPTjped5Vm0LI4NXl3P/j4wiQ@public.gmane.org> wrote: >> > When trying to generate a new Rails application (to test email posting) >> > I >> > receive the message: >> > >> > Installing sqlite3 (1.3.7) with native extensions >> > Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native >> > extension. >> > >> > /home/*/.rbenv/versions/1.9.3-p286/bin/ruby extconf.rb >> > checking for sqlite3.h... no >> > sqlite3.h is missing. >> > >> > Try ''port install sqlite3 +universal'' >> > or ''yum install sqlite-devel'' >> >> What operating system are you using? >> >> Colin > > > On Saturday, 23 March 2013 17:04:29 UTC+1, Colin Law wrote: >> >> On 23 March 2013 15:59, Tommy Pollák <kas...-hQAhlroVPTjped5Vm0LI4NXl3P/j4wiQ@public.gmane.org> wrote: >> > When trying to generate a new Rails application (to test email posting) >> > I >> > receive the message: >> > >> > Installing sqlite3 (1.3.7) with native extensions >> > Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native >> > extension. >> > >> > /home/*/.rbenv/versions/1.9.3-p286/bin/ruby extconf.rb >> > checking for sqlite3.h... no >> > sqlite3.h is missing. >> > >> > Try ''port install sqlite3 +universal'' >> > or ''yum install sqlite-devel'' >> >> What operating system are you using? >> >> Colin-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Thanks! Worked perfectly. Really astonishing fast help! On Saturday, 23 March 2013 16:59:36 UTC+1, Tommy Pollák wrote:> > When trying to generate a new Rails application (to test email posting) I > receive the message: > > Installing sqlite3 (1.3.7) with native extensions > Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native > extension. > > /home/*/.rbenv/versions/1.9.3-p286/bin/ruby extconf.rb > checking for sqlite3.h... no > sqlite3.h is missing. > > Try ''port install sqlite3 +universal'' > or ''yum install sqlite-devel'' > > Neither of these work. > > Where should the library sqlite3 be located? Where is the library search > path set up? > > How do I get the file sqlite3.h and where should I store it? >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/4sS_C6h21wAJ. For more options, visit https://groups.google.com/groups/opt_out.
On 23 March 2013 17:19, Tommy Pollák <kassor-hQAhlroVPTjped5Vm0LI4NXl3P/j4wiQ@public.gmane.org> wrote:> Thanks! Worked perfectly. Really astonishing fast help!Glad to be of help Colin> > > On Saturday, 23 March 2013 16:59:36 UTC+1, Tommy Pollák wrote: >> >> When trying to generate a new Rails application (to test email posting) I >> receive the message: >> >> Installing sqlite3 (1.3.7) with native extensions >> Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native >> extension. >> >> /home/*/.rbenv/versions/1.9.3-p286/bin/ruby extconf.rb >> checking for sqlite3.h... no >> sqlite3.h is missing. >> >> Try ''port install sqlite3 +universal'' >> or ''yum install sqlite-devel'' >> >> Neither of these work. >> >> Where should the library sqlite3 be located? Where is the library search >> path set up? >> >> How do I get the file sqlite3.h and where should I store it? > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/4sS_C6h21wAJ. > > For more options, visit https://groups.google.com/groups/opt_out. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.