MySQL Forums
Forum List  »  General

ERROR 1126 (HY000) on windows Machine
Posted by: Olivier Olivier
Date: December 22, 2009 12:32PM

Hi,

I encounter a problem that seems to be known but without finding a solution. I try to install a phonex function as described here http://www.maje.biz/2007maje/node/32

When I try to register the function as root with
mysql> CREATE FUNCTION phonex RETURNS REAL SONAME "phonex.so"; I get the error :

ERROR 1126 (HY000) can't open shared library 'phonex.so'.

I tried to set different plugin_dir in my.ini, restarted services, (like defined there http://forums.mysql.com/read.php?118,271818,271818)
, with slash, backslah, double backslash... even to C: to avoid slashes, copied phonex.so in lib, Mysql and sub folders, but get always the same message.

I would appreciate help as this function is important to me and I'm getting mad...

Olivier

Windows XP SP3
Mysql 5.1.41-community

Options: ReplyQuote


Subject
Written By
Posted
ERROR 1126 (HY000) on windows Machine
December 22, 2009 12:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.