On Fri, Nov 12, 2010 at 8:22 PM, Ian Haywood <ihayw...@iinet.net.au> wrote:
> On Thu, Nov 11, 2010 at 5:42 PM, Dr. Martin Senftleben
> <li...@drmartinus.de> wrote:
>
>> I want to install gambas3 on my LinuxMint machine (64bit), but it
>> doesn't work, the gambas3-gb-db-mysql package cannot be installed,
>> because it requires libmysqlclient15off, which is not available. I have
>> libmysqlclient16 on the system, and libmysqlclient15off is not on the
>> list of installable packages.
>>
>> Any ideas?
> Where are you getting these packages from?
> if they are mine, then the issue is they are compiled against an older
> version of
> Ubuntu than what you are using
I have updated the packages to the latest svn (3301), and now they are compiled
for karmic, lucid, and maverick, the three most recent Ubuntu releases.

For Linux Mint, I'd try with the Ubuntu Maverick release, so add the
following to /etc/apt/sources.list

deb http://ppa.launchpad.net/ihaywood3/gambas3/ubuntu maverick main
deb-src http://ppa.launchpad.net/ihaywood3/gambas3/ubuntu maverick main

then enter

 sudo apt-get update
 sudo apt-get install gambas3

and hopefully gambas should be installed!

Ian

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to