Hi!
When installing mysql-ruby-2.5.4 on Mandrake 9.2.
ruby extconf.rb
brings up the following messages:
···
checking for mysql_query() in -lmysqlclient… no
checking for main() in -lm… yes
checking for mysql_query() in -lmysqlclient… no
checking for main() in -lz… yes
checking for mysql_query() in -lmysqlclient… no
checking for main() in -lsocket… no
checking for mysql_query() in -lmysqlclient… no
checking for main() in -lnsl… yes
checking for mysql_query() in -lmysqlclient… no
and no makefile is created.
Installed versions (RPM packages):
Ruby-1.6.8
Mysql-4.0.11a
Can anyone tell me, what’s the problem here and what I can do?
Thanks a lot.
Armin