Click to See Complete Forum and Search --> : MySQL install help, curses/termcaps??
DJKAOS
11-24-2001, 04:53 PM
I'm on day 4 now of trying to get Apache, PHP and MySQL installed.
I unistalled my RPM version of MySQL and got the source version, becacuse PHP wouldnt configure without having MySQL header files.
So now I can't get MySQL to configure it says "cant find libray curses/termcaps"
WTF is that?
does anyone on this board know what I'm talking about? (havn't got any answers at all yet)
bdg1983
11-24-2001, 04:57 PM
There doesn't seem to be very much traffic here over the past couple of days.
Have you tried the MySQL website? The faq's and whatever else they may have.
Try Google ( www.google.com/linux (http://www.google.com/linux) ).
Sorry as I have MySQL installed (did so with during the install), but I have yet to have time to play around with it or even learn anything about it.
DJKAOS
11-24-2001, 05:40 PM
Yea I tried all that, i'm totally stuck.
thanks anyway.
dvdnut
11-24-2001, 06:49 PM
theres an nhf on lno on this
DJKAOS
11-24-2001, 07:34 PM
Yea I know I have been following it the whole time...just that I run into 5 problems..
fix those 5 and I get another one...so I try a diffrent way..
right now I'm just suck on getting PHP's ./configure thing to recognise the path to mysql.
./configure --with-apache=../apache_1.3.22
--with-mysql=/usr/include/mysql
--enable-track-vars
for some reason it gives a fit about that path, cant find the header files..(i'm 100% positive they are in that path though, I think the configure script is not smart enough to look outside the current directcory??? when locating a path??)