[Cooker] MySQL-4.0.10+apache2-mod_mya

2003-02-21 Thread Oden Eriksson
Hi. I'm trying to build apache2-mod_mya, but I'm getting this error (with mysql-4.0.10): apxs2 -DHAVE_STDDEF_H -I/usr/include/mysql -L/usr/lib -Wl,-lmysqlclient -c mod_mya.c /usr/lib/apache2-2.0.44/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -fomit-frame-pointer -pipe

Re: [Cooker] MySQL-4.0.10+apache2-mod_mya

2003-02-21 Thread Jean-Michel Dault
Le ven 21/02/2003 à 12:59, Oden Eriksson a écrit : I'm trying to build apache2-mod_mya, but I'm getting this error (with mysql-4.0.10): apxs2 -DHAVE_STDDEF_H -I/usr/include/mysql -L/usr/lib -Wl,-lmysqlclient -c mod_mya.c /usr/lib/apache2-2.0.44/build/libtool --silent --mode=compile gcc

Re: [Cooker] MySQL-4.0.10+apache2-mod_mya

2003-02-21 Thread Oden Eriksson
fredagen den 21 februari 2003 17.41 skrev Jean-Michel Dault: Le ven 21/02/2003 à 12:59, Oden Eriksson a écrit : I'm trying to build apache2-mod_mya, but I'm getting this error (with mysql-4.0.10): apxs2 -DHAVE_STDDEF_H -I/usr/include/mysql -L/usr/lib -Wl,-lmysqlclient -c mod_mya.c

Re: [Cooker] MySQL-4.0.10+apache2-mod_mya

2003-02-21 Thread Jean-Michel Dault
Le ven 21/02/2003 à 14:21, Oden Eriksson a écrit : perl -pi -e s/my_connect/mya_connect/g; mod_mya.c Thank you J-M, I tried this earlier and it built fine, but I didn't test it. You mean that's it? It's a go? I didn't test it, but after checking the source, that seemed like it was the