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,