Page 1 of 1

mySQL make Problem

Posted: 2003-02-07 19:53
by matthiasm
Hallo!

libmysql.c: In function `mysql_real_connect':
libmysql.c:1349: warning: passing arg 5 of `gethostbyname_r' from incompatible pointer type
libmysql.c:1349: too few arguments to function `gethostbyname_r'
libmysql.c:1349: warning: assignment makes pointer from integer without a cast
make[2]: *** [libmysql.lo] Error 1
make[2]: Leaving directory `/downloads/mysql-3.23.55/libmysql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/downloads/mysql-3.23.55'
make: *** [all] Error 2

Kennt jemand das Problem bzw. hat jemand hierfür eine Lösung?

Danke, Matthias.

Re: mySQL make Problem

Posted: 2003-02-08 10:52
by Anonymous
To fix that Problem just install: gcc-c++-3.2-7 on your RedHat8.0 and i will work fine! dependencie rpm is libstdc++-devel

von mysql.org

Karlo

Re: mySQL make Problem

Posted: 2003-02-11 16:22
by matthiasm
Hallo!

Danke, ich habe es jetzt hinbekommen!

Matthias.