Re: [PATCH] RE: Error compiling MySQL support on RedHat 9 - SOLVED!

2004-10-05 Thread James Coleman
On Tue, Oct 05, 2004 at 05:31:41PM +0200, Alexander Malysh wrote: > James Coleman wrote: > > > After (and before) applying patch I got: > > > > ~/src/kannel/gateway-cvshead/$ autoconf > > configure.in:195: error: do not use LIBOBJS directly, use AC_LIBOBJ (see > > section `AC_LIBOBJ vs LIBOBJS' >

Re: [PATCH] RE: Error compiling MySQL support on RedHat 9 - SOLVED!

2004-10-05 Thread Alexander Malysh
James Coleman wrote: > After (and before) applying patch I got: > > ~/src/kannel/gateway-cvshead/$ autoconf > configure.in:195: error: do not use LIBOBJS directly, use AC_LIBOBJ (see > section `AC_LIBOBJ vs LIBOBJS' > If this token and others are legitimate, please use > m4_pattern_al

Re: [PATCH] RE: Error compiling MySQL support on RedHat 9 - SOLVED!

2004-10-05 Thread James Coleman
After (and before) applying patch I got: ~/src/kannel/gateway-cvshead/$ autoconf configure.in:195: error: do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS' If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation

[PATCH] RE: Error compiling MySQL support on RedHat 9 - SOLVED!

2004-10-04 Thread Rene Kluwen
support on RedHat 9 - SOLVED! Yep, I agree it would be good if it's fixed. The "sed" method I've tried worked for me, it's just a little mod on one line of the script and it shouldn't break anything in other platforms. BTW, 1.3.2 and MySQL DLR are working like a ch

Re: Error compiling MySQL support on RedHat 9 - SOLVED!

2004-08-31 Thread Alejandro Guerrieri
Yep, I agree it would be good if it's fixed. The "sed" method I've tried worked for me, it's just a little mod on one line of the script and it shouldn't break anything in other platforms. BTW, 1.3.2 and MySQL DLR are working like a charm on RH9. Regards, On Tue, 31 Aug 2004 10:14:12 +0100, Jam

Re: Error compiling MySQL support on RedHat 9 - SOLVED!

2004-08-31 Thread James Coleman
Brilliant Alejandro! You and Stipe did all the work. Not me. mysql_config Usage: /usr/bin/mysql_config [OPTIONS] Options: --cflags[-I'/usr/include/mysql'] --libs [-L'/usr/lib/mysql' -lmysqlclient -lz -lcrypt -lnsl -lm] --socket[/var/lib/mysql/mysql.

Error compiling MySQL support on RedHat 9 - SOLVED!

2004-08-26 Thread Alejandro Guerrieri
Hi list, I've finally managed to find the problem compiling MySQL support on RedHat 9. The error comes from the single quotes around the library path on mysql_config output. James, you were right on the nail!: >SO ... ??? could it be the -L'/usr/lib/mysql' those single quotes? >I've looked but