[Lazarus] mysql

2015-07-28 Thread Larry Dalton
Is anyone using Mysql with Lazarus 1.4.2, and if so, what version?

Sent from my iPhone

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] mysql

2015-07-28 Thread Aradeonas
SQLConnector can connect to many versions as 4 to 5.6 but I used it for
5.5.

Regards,
Ara


-- 
http://www.fastmail.com - Or how I learned to stop worrying and
  love email again


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Linux mint install

2015-07-28 Thread Mattias Gaertner
On Fri, 24 Jul 2015 16:10:28 -0500
Larry Dalton  wrote:

> I have tried to remove the default lazarus install with the following
> commands:  sudo apt-get purge fpc lazarus

After 'apt-get remove|purge' do 'apt-get autoremove' to uninstall
formerly required packages like fp-compiler.


> sudo rm -Rf /usr/lib/fpc sudo rm -Rf /usr/lib/lazarussudo rm -Rf
> /usr/share/fpcsr sudo rm -f ~/.fpcsudo rm -Rf ~/.lazarus, then downloaded
> lazarus_1.4.2-0amd64.deb. Then I get the following output:
> dpkg: regarding fpc_2.6.2-0_i386.deb containing fpc, pre-dependency
> problem: fpc pre-depends on binutils dpkg: error processing archive
> fpc_2.6.2-0_i386.deb (--install): pre-dependency problem - not installing
> fpc (Reading database ... 220087 files and directories currently
> installed.)

You are missing some dependencies. Use 'apt-get -f install' to fix them.


>[...]

Mattias

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus