RE: create function: fails with error 1126

2001-12-20 Thread Tim Wuyts
Milivojevic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 17:03 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: create function: fails with error 1126 Tim Wuyts writes: All, I'm trying to use the UDF functionality, but I keep getting the same error when I issue

RE: create function: fails with error 1126

2001-12-20 Thread Sinisa Milivojevic
Tim Wuyts writes: Hello, I tried ldd on the .so file: no output! this is very strange. I tried to compile this on several other machines, but ldd never gives any output. If i replace gcc with c++, ldd does show me the shared libraries, but none are missing. If i try to use the .so file

RE: create function: fails with error 1126

2001-12-20 Thread Tim Wuyts
. -Original Message- From: Sinisa Milivojevic [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 17:14 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: create function: fails with error 1126 [snip] I must be overlooking something. Where is default-charset_info defined

Re: create function: fails with error 1126

2001-12-18 Thread Sinisa Milivojevic
Tim Wuyts writes: All, I'm trying to use the UDF functionality, but I keep getting the same error when I issue the CREATE FUNCTION command. This is the error: mysql CREATE FUNCTION myfunc_int RETURNS INTEGER SONAME udf_example.so; ERROR 1126: Can't open shared library 'udf_example.so'