7 Apr
2009
7 Apr
'09
1:54 p.m.
On Apr 7, 2009, at 1:19 PM, Vladimir Kolesnikov wrote: >>> >>> pbxt.udf [ fail ] >>> Test ended at 2009-04-07 12:11:59 >>> >>> CURRENT_TEST: pbxt.udf >>> mysqltest: 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.... > 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 is part of the MariaDB tree, and does not have its own config. The problem is occurring when running the PBXT test suite from the Maria mysql-test directory. So maybe the problem is that udf_example.so was not built. -- Paul McCullagh PrimeBase Technologies www.primebase.org www.blobstreaming.org pbxt.blogspot.com