RE: create function: fails with error 1126

2001-12-20 Thread Tim Wuyts
Thx a 10e6 Tim. > -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 o

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 .

RE: create function: fails with error 1126

2001-12-20 Thread Tim Wuyts
Sinisa 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

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_exa

create function: fails with error 1126

2001-12-18 Thread Tim Wuyts
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' (errno: 0 ld.so.1: /usr/l