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 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #13 from Mamoru Tasaka <[email protected]>  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:
------------------------------------------------------------------
[r...@localhost ~]# service mysqld start
MySQL を起動中:                                            [  OK  ]
[r...@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
[r...@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)
[r...@localhost ~]# mv /usr/lib/mysql/lib_mysqludf_xql.so
/usr/lib/mysql/plugin/
[r...@localhost ~]# mysql mysql -e 'CREATE FUNCTION lib_mysqludf_xql_info
RETURNS STRING SONAME "lib_mysqludf_xql.so";'
[r...@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.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to