UDF problems

2002-06-06 Thread Elteto Zoltan
Hi all, I have tried several times to integrate the lookup functiction into mysql but with no luck. :( I have REDHAT 7.3 with gcc 2.96 and with mysql-3.23.49 I compiled udf_example.so and copied into /usr/lib folder. When I try to do CREATE FUNCTION lookup RETURNS STRING SONAME "udf_exampl

Re: AW: User Define Function

2002-04-18 Thread Elteto Zoltan
shes and not always restarts. :( And I still don't know what is the problemm :((( zoli ---Original Message--- From: Christian Rabe Date: Thursday, April 18, 2002 14:07:56 To: Elteto Zoltan; [EMAIL PROTECTED] Subject: AW: User Define Function I'm having the same problem (In

Re: Installing....

2002-04-18 Thread Elteto Zoltan
Hi again, Th for the answer, but I still don't understand why do I get this error message. :( EZ> mkdir .libs EZ> gcc -O3 -DDBUG_OFF -O3 -mpentiumpro -felide-constructors -fno-exceptions EZ> -fno-rtti -fno-implicit-templates -fno-exceptions -fno-rtti -rdynamic -o EZ> libs/mysql mysql.o readli

Installing....

2002-04-16 Thread Elteto Zoltan
Hi all, I tried to install mysql version 3.23.46 but when I do the make part I get an error message. On this server I have another mysql installed (version 3.23.46) and I thought that I will install one more because this worked fine before. The same error popped out:( Step one: CFLAGS="-O3 -

User Define Function

2002-04-16 Thread Elteto Zoltan
Hi all, I need to create 2 user defined functions. lookup end reverse_lookup These functiouns are included in the udf_example2.cc source file. I have gcc version 2.96 2731 (Red Hat Linux 7.0) and mysql-3.23.49-pc-linux-gnu-i686 (Binary distribution) 1)step: Compiling the udf_example2.cc