By binary menas.. I have downloaded the mysqlmax binary version 3.23.52 on solaris 2.8.
I have created a user defined function and when I try to create that function in the mysql databse I get the following error ERROR 1126: Can't open shared library 'PosMax4SubsDll.so' (errno: 0 ld.so.1: /us r/local/mysql-max-3.23.51-sun-solaris2.8-sparc/bin/m) does that mean that I will not be allowed to create the my own UDF in the database, as I have the installed the binary distribution of mysql and as the libraries are linked statically in this ??? Do I need to install the mysql again from the source distributed version and configure mysqld with -rdynamic ?? > -----Original Message----- > From: Lenz Grimmer [SMTP:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 12:11 PM > To: Chugh Shalini > Cc: [EMAIL PROTECTED] > Subject: Re: User defined functions > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Friday 06 September 2002 06:22, Chugh Shalini wrote: > > > Can my user defined functions work well if I have installed mysql from > the > > binary source?? > > It depends on which binary you mean. We try to link our binaries > statically on > platforms that support it to have a minimum of external library > dependencies. > > At least on Linux this unfortunately means that UDFs are not supported, > since > static binaries do not have a dynamic symbol table and therefore do not > export the required symbols for using UDFs via dlopen()... > > Bye, > LenZ > > (sql, query, mysql) > > - -- > For technical support contracts, visit https://order.mysql.com/?ref=mlgr > __ ___ ___ ____ __ > / |/ /_ __/ __/ __ \/ / Mr. Lenz Grimmer <[EMAIL PROTECTED]> > / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Production Engineer > /_/ /_/\_, /___/\___\_\___/ Hamburg, Germany > <___/ www.mysql.com > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.7 (GNU/Linux) > > iD8DBQE9eE3tSVDhKrJykfIRAkG6AJ0W5YK4Hu3lE5LEJQ937SGgMP2rkgCfTkDs > ZX1bK0n02V6fsPoFu1FKvkw= > =kzHT > -----END PGP SIGNATURE----- --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php