maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #00106
Re: MariaDB + PBXT
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
Follow ups
References
-
bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2689)
From: knielsen, 2009-03-31
-
XtraDB commit
From: Vadim Tkachenko, 2009-03-31
-
Re: XtraDB commit
From: Kristian Nielsen, 2009-04-01
-
Re: XtraDB commit
From: Vadim Tkachenko, 2009-04-01
-
Re: XtraDB commit
From: Kristian Nielsen, 2009-04-02
-
MariaDB + PBXT
From: Paul McCullagh, 2009-04-03
-
Re: MariaDB + PBXT
From: Kristian Nielsen, 2009-04-06
-
Re: MariaDB + PBXT
From: Paul McCullagh, 2009-04-06
-
Re: MariaDB + PBXT
From: Kristian Nielsen, 2009-04-07
-
Re: MariaDB + PBXT
From: Paul McCullagh, 2009-04-07
-
Re: MariaDB + PBXT
From: Vladimir Kolesnikov, 2009-04-07