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
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
Recomme
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
apt-get install
Finally: RPM's are for Red Hat installations (or RedHat-based/inspired).
Installing an rpm on a Debian mac
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 pro
hello
I have installed apache2 and now I need to install mysql and php. Can someone please provide instructions from where to download a stable source and 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 instru
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 probl
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
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 rev
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...
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 available,
--- 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 ??
>
Simply type "mysql -u your_username -pyour_password" in the console
window (command line) and you will find yourself in MySQL
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
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 i
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
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) ...
S
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) ...
> 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 C
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
> 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
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: n
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:
'.
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
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
24 matches
Mail list logo