Hello,
I have problem trying building Pike-v7.2.239 on Linux 2.4.21 / Mandrake 9.1 / gcc 3.2.2 / MySQL-4.0.11a. I don't have the support for mysql. Mysql libraries are in /usr/lib/mysql and headers in /usr/include/mysql. I have tried :
CPPFLAGS="-I/usr/include/mysql" LDFLAGS="-L/usr/lib/mysql -R/usr/lib/mysql" ./configure --without-GTK --without-GL --without-GLUT make make install
and it doesn't work. What I don't understand is that I have this :
/usr/local/pike/7.2.239/lib/modules/Mysql.so
after the install.
Thank you,
What does the configure output for the Mysql module say? What's in modules/Mysql/config.log?
Even when there's no support, you'll get a dummy Mysql.so that does nothing.
/ Martin Stjernholm, Roxen IS
Previous text:
2003-05-28 00:51: Subject: Problem building pike
Hello,
I have problem trying building Pike-v7.2.239 on Linux 2.4.21 / Mandrake 9.1 / gcc 3.2.2 / MySQL-4.0.11a. I don't have the support for mysql. Mysql libraries are in /usr/lib/mysql and headers in /usr/include/mysql. I have tried :
CPPFLAGS="-I/usr/include/mysql" LDFLAGS="-L/usr/lib/mysql -R/usr/lib/mysql" ./configure --without-GTK --without-GL --without-GLUT make make install
and it doesn't work. What I don't understand is that I have this :
/usr/local/pike/7.2.239/lib/modules/Mysql.so
after the install.
Thank you,
-- lrathle@teaser.fr
/ Brevbäraren
pike-devel@lists.lysator.liu.se