Thank you. After the steps you suggested and some tweaking of the odbcinst.ini all is working now. I have a SQLite3 file on a 64 bit machine.
Graham On 9 August 2011 02:26, Simon Cropper (The foss Workflow Guides) [via Document Foundation Mail Archive] < [email protected]> wrote: > On 09/08/11 06:27, gsward wrote: > > > Simon, > > > > Thanks for this it did get me a good way further on but I am having > problems > > installing the driver. > > > > ./configure > > > > runs OK > > but > > > > sudo make install > > > > returns an error > > > > make: *** No rule to make target `install'. Stop. > > > > I have a .odbc.ini file and have made the necessary edit to point at my > > database. I can loacte it in LibreOffice now but it also tells me the > > driver is not installed: > > [unixODBC][Driver Manager]Data source name not found, and no default > driver > > specified > > > > Can you help? > > > > Thanks, > > > > Graham > > > > > > -- > > View this message in context: > http://nabble.documentfoundation.org/Base-and-SQLite-in-Ubuntu-11-04-tp3233705p3236671.html > > > Sent from the Users mailing list archive at Nabble.com. > > > > This problem is more to do with you operating system configuration. Look > carefully at the output from ./configure, you will probably find you are > missing something - just because it runs does not mean that it worked. > > The likely reason 'make install' does not work is that it is not been > created by ./configure. > > If you don't understand the output in the terminal use the mouse to > select the text and copy it using Ctrl-Shift-C and paste it into an > email using Ctrl-V as a reply to this thread or send it directly to me. > > If you are reasonably confident in using linux, if configure asks for a > particular package, look in the synaptic or apt for it and install it. > You may be missing a c-compiler like gcc or something else like the > linux-header source files. > > Keep repeating "./configur"e until no more errors are encountered then > try "sudo make install". Once you can get the two to work then your ODBC > driver should appear. > > -- > Cheers Simon > > Simon Cropper > Website Administrator > http://www.fossworkflowguides.com > The fossWorkflow Guides > (c) Simon Cropper CC-BY-SA 3.0 Australia > http://creativecommons.org/licenses/by-sa/3.0/au/deed.en > > -- > For unsubscribe instructions e-mail to: [hidden > email]<http://user/SendEmail.jtp?type=node&node=3237419&i=0> > Problems? > http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ > Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette > List archive: http://listarchives.libreoffice.org/global/users/ > All messages sent to this list will be publicly archived and cannot be > deleted > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://nabble.documentfoundation.org/Base-and-SQLite-in-Ubuntu-11-04-tp3233705p3237419.html > To unsubscribe from Base and SQLite in Ubuntu 11.04, click > here<http://nabble.documentfoundation.org/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3233705&code=Z3JhaGFtLndhcmRAZ214Lm5ldHwzMjMzNzA1fC0xNTI5MTU5MjE=>. > > -- View this message in context: http://nabble.documentfoundation.org/Base-and-SQLite-in-Ubuntu-11-04-tp3233705p3238428.html Sent from the Users mailing list archive at Nabble.com. -- For unsubscribe instructions e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
