Re: Installing mysql-workbench on Debian Sid

2022-05-22 Thread Sven Hartge
Valerio wrote: > I need to install mysql-workbench package on debian sid, but i get > problems about missing dependencies. > The following packages have unmet dependencies: > mysql-workbench : Depends: libgdal29 (>= 3.3.0) but it is not > installable Depends: python3 (< 3.10) but 3.10.4-1+b1 is

Installing mysql-workbench on Debian Sid

2022-05-20 Thread Valerio
Hi, I need to install mysql-workbench package on debian sid, but i get problems about missing dependencies. The following packages have unmet dependencies: mysql-workbench : Depends: libgdal29 (>= 3.3.0) but it is not installable Depends: python3 (< 3.10) but 3.10.4-1+b1 is to be installed

installing mysql and php

2006-10-05 Thread George Adamides
hello I have installed apache2 and now I need to install mysql and php. Can someone please provide instructions from where to downloada stablesourceand how to install `em? I am confusing what is a source and what is an RPM or a distribution...With apache it was really easy. I followed the

Re: installing mysql and php

2006-10-05 Thread Manuele Vaggelli
If you need to install Apache2, PHP5, MySQL5 perhaps you can find useful this article: http://www.debian-administration.org/articles/357 Manuele On 10/5/06, George Adamides [EMAIL PROTECTED] wrote: hello I have installed apache2 and now I need to install mysql and php. Can someone please

Re: installing mysql and php

2006-10-05 Thread Maarten Verwijs
Please also be aware that there is hardly ever a reason to compile from source, when using Debian. What you *should* do is (as root): apt-get update apt-cache search some thing apt-get install packagename Finally: RPM's are for Red Hat installations (or RedHat-based/inspired). Installing

Trouble installing mysql based packages on Etch

2006-06-26 Thread Karl O. Pinc
Hi, I just tried to install cacti and drupal on etch. In both cases I had to create the database, the user, and the database tables/etc. by hand. dpkg-reconfigure didn't give an error message and didn't create the db. Is this a debconf problem? A problem with the individual packages? A

Re: problem installing mysql-doc

2005-12-19 Thread Peter Nuttall
On Sun, Dec 18, 2005 at 02:52:16PM -0800, David Christensen wrote: Peter Nuttall wrote: From a brief peek at the qa site for the package[1], It appears that mysql-doc has been removed from debian. The bug report[2] explains why. Yup, that explains it. So, I guess the Apt database

Re: problem installing mysql-doc

2005-12-18 Thread Peter Nuttall
On Sat, Dec 17, 2005 at 06:19:45PM -0800, David Christensen wrote: debian user: I have installed mysql-server, which recommended mysql-doc. So after mysql-server was done, I tried to install mysql-doc: [EMAIL PROTECTED]:~# apt-get install mysql-doc Reading Package Lists... Done

RE: problem installing mysql-doc

2005-12-18 Thread David Christensen
Peter Nuttall wrote: From a brief peek at the qa site for the package[1], It appears that mysql-doc has been removed from debian. The bug report[2] explains why. Yup, that explains it. So, I guess the Apt database (or whatever) needs to be updated to remove mysql-doc and any forward or

problem installing mysql-doc

2005-12-17 Thread David Christensen
debian user: I have installed mysql-server, which recommended mysql-doc. So after mysql-server was done, I tried to install mysql-doc: [EMAIL PROTECTED]:~# apt-get install mysql-doc Reading Package Lists... Done Building Dependency Tree... Done Package mysql-doc is not

Starting/installing Mysql on debian

2005-05-12 Thread debian
Title: Starting/installing Mysql on debian Hello, I always installed mysql from source, never had a problem. Now i installed mysql via apt-get (mysql-common-4.1.0). I get the message that it is installed but now i wonder where it is installed ?? I don't find anything to start

Re: Starting/installing Mysql on debian

2005-05-12 Thread Ms Linuz
debian wrote: Hello, I always installed mysql from source, never had a problem. Now i installed mysql via apt-get (mysql-common-4.1.0). I get the message that it is installed but now i wonder where it is installed ?? I don't find anything to start it and when i search mysqld i get no

Re: Starting/installing Mysql on debian

2005-05-12 Thread Nebodi Gatreba
Simply type mysql -u your_username -pyour_password in the console window (command line) and you will find yourself in MySQL

Re: Starting/installing Mysql on debian

2005-05-12 Thread Sergio Basurto Juarez
--- Ms Linuz [EMAIL PROTECTED] wrote: debian wrote: Hello, I always installed mysql from source, never had a problem. Now i installed mysql via apt-get (mysql-common-4.1.0). I get the message that it is installed but now i wonder where it is installed ?? I don't find

Installing mySQL..

2004-08-11 Thread Justin Cassidy
Hey, When I install mysql via apt-get I get this error: Selecting previously deselected package mysql-server. (Reading database ... 36754 files and directories currently installed.) Unpacking mysql-server (from .../mysql-server_3.23.49-8.6_i386.deb) ... Setting up mysql-server (3.23.49-8.6) ...

Re: Installing mySQL..

2004-08-11 Thread Rus Foster
tOn Wed, 11 Aug 2004, Justin Cassidy wrote: Hey, When I install mysql via apt-get I get this error: Selecting previously deselected package mysql-server. (Reading database ... 36754 files and directories currently installed.) Unpacking mysql-server (from .../mysql-server_3.23.49-8.6_i386.deb) ...

Re: Installing mySQL..

2004-08-11 Thread Thomas Adam
On Wed, Aug 11, 2004 at 05:38:51PM +0100, Justin Cassidy wrote: I tried /etc/init.d/mysql start as well as many other methods of starting mysql but it fails. Any suggestions? Mail the output of: bash -x /etc/init.d/mysql start Other than that, we cannot be *any* more specific, based on what

library missing when installing MySQL

2001-04-18 Thread Henrik Jensen
Hi all, I followed this guide http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/page3.html so I could get my newly installed debian machine up and running with some mysql, php and apache servers... I downloaded the sources, unpacked the mysql-source cd´ed to the new directory and typed:

Re: library missing when installing MySQL

2001-04-18 Thread Morten Bo Johansen
Henrik Jensen [EMAIL PROTECTED] wrote: Everything seemed to go smoothly until I suddenly got this: checking for tgetent in -lncurses ... no checking for tgetent in -lcurses ... no checking for tgetent in -ltermcap ... no checking for termcap functions library ... error: configure: no

RE: library missing when installing MySQL

2001-04-18 Thread Henrik Jensen
Henrik Jensen [EMAIL PROTECTED] wrote: Everything seemed to go smoothly until I suddenly got this: checking for tgetent in -lncurses ... no checking for tgetent in -lcurses ... no checking for tgetent in -ltermcap ... no checking for termcap functions library ... error: configure: no

Re: library missing when installing MySQL

2001-04-18 Thread Morten Bo Johansen
Henrik Jensen [EMAIL PROTECTED] wrote: I also tried 'apt-get install libncurses5-dev' - this couldn´t be found, and 'apt-get install libncurses-dev' gave me something like package libncurses-dev has no version [...] Am I using the right commands? On my potato CDs libncurses5-dev is on CD

RE: library missing when installing MySQL

2001-04-18 Thread Henrik Jensen
Henrik Jensen [EMAIL PROTECTED] wrote: I also tried 'apt-get install libncurses5-dev' - this couldn´t be found, and 'apt-get install libncurses-dev' gave me something like package libncurses-dev has no version [...] Am I using the right commands? On my potato CDs libncurses5-dev

Installing mysql

1999-03-21 Thread wax_man
Can someone tell me which packages I need to get mysql installed? I looked up the packages, and it listed about 7 mysql packages. However, when I tried to install all of them with apt, I was told that some of the packages conflict, so I'm not sure which ones I need. TIA, chris

Problem installing MySQL

1997-05-12 Thread Dirk Herr-Hoyman
I'm still trying to install MySQL on Debian 1.2. I've got it all built, including the Linuxthreads part. This is the source code version. But when mysqld fires up, I get a message: /usr/local/libexec/mysqld: Can't find file: './mysqld/host.frm' (Errocode: 2) after some scrounging around, I did