On Tue, Jul 27, 2004 at 11:44:50AM -0600, Reid Johnson wrote: > I am running FreeBSD 4.10 and flow-tools .67.
i'll add a WITH_MYSQL option to the port to make this easier. > ./configure --with-mysql=/usr/local/bin/mysql that's the location of the binary, flow-tools is looking for the library. > Here is the only thing I see, "checking for my_init in -lmysqlclient... no " you could look at the config.log and can see it trying to link with "-L/usr/local/bin/mysql/lib/mysql -lmysqlclient" which won't work.. try --with-mysql=/usr/local -- - bill fumerola / [EMAIL PROTECTED] _______________________________________________ Flow-tools mailing list [EMAIL PROTECTED] http://mailman.splintered.net/mailman/listinfo/flow-tools
