On Tue, 2006-10-24 at 15:02 -0400, Ray Duncan wrote: > /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: > cannot find -lmysqld
You're missing the mysql embedded library. You'll need to either get that, or (If you're using an external mysql server like I am) go back through the archives of this list and find a patch I posted on August 31 of this year which alters Roadster to use an external mysql server (referenced by a config file that you need to make by hand). -KW _______________________________________________ roadster mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/roadster
