PDA

Bekijk de volledige versie : Mysql



back2basic
16-01-2007, 16:19
since the packages that's available for ipkg is corrupt or missing some files
because install_db isn't in it...:mad:

I tried to install mysql from source ,But...

Got an error while doing "bash configure --prefix=/opt" :confused:


checking for bind... yes
checking for library containing crypt... -lcrypt
checking for sem_init... no
checking for sem_init in -lposix4... no
checking for zlib compression library... ok
checking for atomic operations... no
checking if we should use pstack... no
checking for int8... no
checking "Linux threads"... "starting"
checking "getconf GNU_LIBPTHREAD_VERSION"... ./configure: line 24828: getconf: command not found
"unknown"
checking "LinuxThreads in header file comment"... "Not found"
configure: error: This is a Linux system without a working getconf,
and Linuxthreads was not found. Please install it (or a new glibc) and try again.
See the Installation chapter in the Reference Manual for more information.
[root@(none) mysql-4.1.20]$


Seems like there's a problem with "getconf" that is part of "glibc"
has anyone a idea how I can fix this ?? :eek:


Grtzz

Ronnie

sollie
16-01-2007, 17:24
http://wl700g.info/showthread.php?t=7619

back2basic
16-01-2007, 18:02
http://wl700g.info/showthread.php?t=7619


install mysql.
1. ipkg install mysql then will show error messages

the ipkg package has an error during install thats why I dont want to use it but compile it from source