Thread Previous • Date Previous • Date Next • Thread Next |
We will look into this. Vlad: would it be possible to give the Maria buildbot access to dev8? Or will our firewall be a problem...?
We need to investigate this.
this usually happens because udf_example.so is not in the plugin_dir - which might be because it's not built. Another reason, if you "make test" from pbxt root - I simply copy udf_example.so to pbxt .libs directory and set up --plugin_dir to it, but this relies on the proper --with-mysql pbxt config option.pbxt.udf [ fail ] Test ended at 2009-04-07 12:11:59 CURRENT_TEST: pbxt.udfmysqltest: At line 18: query 'CREATE FUNCTION metaphon RETURNS STRING SONAME "$UDF_EXAMPLE_LIB"' failed: 1126: Can't open shared library 'udf_example.so' (errno: 22 (null))The result from queries just before the failure was: drop table if exists t1;Hmmm, not sure what the problem is here. Will investigate....
Best regards, Paul -- Paul McCullagh PrimeBase Technologies www.primebase.org www.blobstreaming.org pbxt.blogspot.com
-- -- Best Regards, Vladimir
Thread Previous • Date Previous • Date Next • Thread Next |