hi, i want to use an udf function that lives in a library A that is dynamically linked against another library B. when running `create function...' i get error 1126, an undefined symbol in lib A that lives in lib B. when checking A with ldd, all seems ok (lib B is shown and no unresolved symbols are reported). i have copied both libraries into /usr/lib an run ldconfig. without the functions from B all is ok.
what did i do wrong?
ciao, konrad
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]