[Bug 494986] Review Request: mysqludf_xql - MySQL UDF library for XML output

bugzilla at redhat.com bugzilla at redhat.com
Sat May 9 13:03:38 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=494986


Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtasaka at ioa.s.u-tokyo.ac.jp




--- Comment #13 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>  2009-05-09 09:03:37 EDT ---
Well, I still don't understand why ldconfig is needed
here because lib_mysqludf_xql.so does not seem to be
a library.

On F-11, without ldconfig:
------------------------------------------------------------------
[root at localhost ~]# service mysqld start
MySQL を起動中:                                            [  OK  ]
[root at localhost ~]# ls -al /usr/lib/mysql/lib_mysqludf_xql.so 
-rwxr-xr-x 1 root root 20764 2009-05-09 21:38
/usr/lib/mysql/lib_mysqludf_xql.so
[root at localhost ~]# mysql mysql -e 'CREATE FUNCTION lib_mysqludf_xql_info
RETURNS STRING SONAME "lib_mysqludf_xql.so";'
ERROR 1126 (HY000) at line 1: Can't open shared library 'lib_mysqludf_xql.so'
(errno: 22 /usr/lib/mysql/plugin/lib_mysqludf_xql.so: cannot open shared object
file: No such file or directory)
[root at localhost ~]# mv /usr/lib/mysql/lib_mysqludf_xql.so
/usr/lib/mysql/plugin/
[root at localhost ~]# mysql mysql -e 'CREATE FUNCTION lib_mysqludf_xql_info
RETURNS STRING SONAME "lib_mysqludf_xql.so";'
[root at localhost ~]#
------------------------------------------------------------------

So on F-11, installing lib_mysqludf_xql.so under %_libdir/mysql/plugin
work without ldconfig. Are there any possibility that installing
lib_mysqludf_xql.so should be installed under somewhere else
even on F-10?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list