mhearse has asked for the wisdom of the Perl Monks concerning the following question:
And I recieve the error:CREATE FUNCTION myperl RETURNS STRING SONAME "my_perl.so";
I guess I'm missing a step, and I'm not sure where to go. How does mysql know where to look for UDF obj ects? Will I have to recompile the mysqld? This is rather new territory, and I would realy appreciate any help. Has anyone else had experience with UDFs? Not necessarily this one.... Thanks much.ERROR 1126: Can't open shared library 'my_perl.so' (errno: 22 my_perl. +so: cannot open shared object file: No such file or dire)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MySQL UDF for Perl
by polettix (Vicar) on Sep 27, 2006 at 10:24 UTC |