|
Home > Archive > MySQL ODBC Connector > February 2006 > Problem installing mysql on Debian linux
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem installing mysql on Debian linux
|
|
| Tselemegkos Grigorios 2006-02-28, 8:28 pm |
| ------ =_NextPart_000_0029_
01C63A4C.F680F5D0
Content-Type: text/plain;
charset="iso-8859-7"
Content-Transfer-Encoding: quoted-printable
Hi,
I'm trying to install mysql 4.0.25 from source on Debian linux without =
root privileges.
The problem comes when i execute the configure command.
I typed:
configure --prefix /home/grtsel/mysql
and the output error was:
checking for FIONREAD in sys/ioctl.h... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking if struct dirent has a d_ino member... yes
checking whether signal handlers are of type void... yes
checking for tgetent in -lncurses... no
checking for tgetent in -lcurses... no
checking for tgetent in -ltermcap... no
checking for termcap functions library... configure: error: No =
curses/termcap library found
I installed ncurses package from source in order to bypass this problem =
but nothing happend...
Does anyone know what's going wrong..?
Please help me...
Gregory
------ =_NextPart_000_0029_
01C63A4C.F680F5D0--
____________________
____________________
__________
Χρησιμοποιείτε Yahoo!;
Βαρεθήκατε τα ενοχλητικά μηνύματα (spam); Το Yahoo! Mail διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών μηνυμάτων
http://mail.yahoo.gr
| |
| Sam Tran 2006-02-28, 8:28 pm |
| On 2/25/06, Tselemegkos Grigorios <tselegr@yahoo.gr> wrote:
> Hi,
>
> I'm trying to install mysql 4.0.25 from source on Debian linux without ro=
ot privileges.
> The problem comes when i execute the configure command.
> I typed:
> configure --prefix /home/grtsel/mysql
>
> and the output error was:
>
> checking for FIONREAD in sys/ioctl.h... yes
> checking for TIOCSTAT in sys/ioctl.h... no
> checking if struct dirent has a d_ino member... yes
> checking whether signal handlers are of type void... yes
> checking for tgetent in -lncurses... no
> checking for tgetent in -lcurses... no
> checking for tgetent in -ltermcap... no
> checking for termcap functions library... configure: error: No curses/ter=
mcap library found
>
> I installed ncurses package from source in order to bypass this problem b=
ut nothing happend...
>
> Does anyone know what's going wrong..?
> Please help me...
>
Gregory,
You need to install the termcap libraries.
What version of Debian are you using? Why don't you install MySQL 5.0.18?
Sam
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
| |
| Tselemegkos Grigorios 2006-02-28, 8:28 pm |
| Thanks for the reply Sam, :-)
I'm using Debian 3.1
I thought that termcap libraries where into ndevel package, which i
installed.
Where can i find the termcap libraries.
Do i have to do something special in the configure of termcap or mysql?
I need a version of mysql < 4.1.0 because i need to install CDSware (it has
problems with earlier versions)
Does mysql 5.0.18 compile without termcap libraries installed?
Gregory
----- Original Message -----
From: "Sam Tran" <stlist@gmail.com>
To: "Tselemegkos Grigorios" <tselegr@yahoo.gr>
Cc: <mysql@lists.mysql.com>
Sent: Saturday, February 25, 2006 9:34 PM
Subject: Re: Problem installing mysql on Debian linux
On 2/25/06, Tselemegkos Grigorios <tselegr@yahoo.gr> wrote:
> Hi,
>
> I'm trying to install mysql 4.0.25 from source on Debian linux without
> root privileges.
> The problem comes when i execute the configure command.
> I typed:
> configure --prefix /home/grtsel/mysql
>
> and the output error was:
>
> checking for FIONREAD in sys/ioctl.h... yes
> checking for TIOCSTAT in sys/ioctl.h... no
> checking if struct dirent has a d_ino member... yes
> checking whether signal handlers are of type void... yes
> checking for tgetent in -lncurses... no
> checking for tgetent in -lcurses... no
> checking for tgetent in -ltermcap... no
> checking for termcap functions library... configure: error: No
> curses/termcap library found
>
> I installed ncurses package from source in order to bypass this problem
> but nothing happend...
>
> Does anyone know what's going wrong..?
> Please help me...
>
Gregory,
You need to install the termcap libraries.
What version of Debian are you using? Why don't you install MySQL 5.0.18?
Sam
____________________
____________________
__________
Χρησιμοποιείτε Yahoo!;
Βαρεθήκατε τα ενοχλητικά μηνύματα (spam); Το Yahoo! Mail διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών μηνυμάτων
http://mail.yahoo.gr
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
|
|
|
|
|