Re: Let mysql calculate levenshtein-distance

2005-11-14 Thread Jason Pyeron
Virus Database: 267.13.0/167 - Release Date: 11/11/2005 -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - -

Re: Let mysql calculate levenshtein-distance

2005-11-14 Thread Jason Pyeron
nks Horst -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443) 269-1555 Baltimore,

Re: trouble understanding why query is not using the index.

2005-09-07 Thread Jason Pyeron
Hello. so why does 'explain select * from files where (pathref,version)=(129286,0);' scan the whole table? It is documented that this syntax can't be optimized yet. See: http://dev.mysql.com/doc/mysql/en/row-subqueries.html Jason Pyeron <[EMAIL PROTECTED]> wrote: On

Re: trouble understanding why query is not using the index.

2005-09-06 Thread Jason Pyeron
On Tue, 6 Sep 2005, Dan Nelson wrote: In the last episode (Sep 06), Jason Pyeron said: there is an unique key index 'pathref_2 (pathref,version)' on this table. so why does 'explain select * from files where (pathref,version)=(129286,0);' scan the whole table? I have t

trouble understanding why query is not using the index.

2005-09-06 Thread Jason Pyeron
+-+--+---+ 1 row in set (0.00 sec) -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100

Re: mysqladmin question

2005-09-06 Thread Jason Pyeron
:24 PM, Jason Pyeron wrote: mysqladmin is truncating the output, how can i disable this? or is there a better way to examine what the serer is executing at that moment in time? [EMAIL PROTECTED] root]# mysqladmin p

mysqladmin question

2005-09-06 Thread Jason Pyeron
| +-+---++---+-+--+--+--+ [EMAIL PROTECTED] root]# -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

Re: renaming indexes

2005-09-06 Thread Jason Pyeron
primary key field... Once you do that, you can rename the field, and then reinitiate it as a primary keyfield. M i l e s. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

renaming indexes

2005-09-06 Thread Jason Pyeron
Is there a way to rename an index without droping it? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager

Re: switching from varchar to tinytext

2005-09-05 Thread Jason Pyeron
i<10; ++i) { for (int ii=0; ii<10; ++ii) { String val=cnumbers[i]+cnumbers[ii]; stmt.setString(1,val); stmt.setString(2,val); stmt.executeUpdate(); } } System.err.println("Now fail on 100"); String val=cnumbers[1]+cnumbers[0]+cnumbers[0]; stmt.setStri

Re: switching from varchar to tinytext

2005-09-04 Thread Jason Pyeron
l 4.x -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443) 921-0381 Baltimore, Maryl

switching from varchar to tinytext

2005-09-03 Thread Jason Pyeron
ents is interpreted as number of characters. Take this into account when specifying a prefix length for a column that uses a multi-byte character set. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason

Re: Emergency! How do I debug this?

2005-09-03 Thread Jason Pyeron
all the parent dirs +x ? what is the ouput is the show databases? On Sat, 3 Sep 2005, Brian Dunning wrote: On Sep 3, 2005, at 1:43 PM, Jason Pyeron wrote: it could be that the permissions are wrong, too. The permissions for all the files in there are -rwxrwxr-x ...I don't know if t

Re: Emergency! How do I debug this?

2005-09-03 Thread Jason Pyeron
could be that the permissions are wrong, too. On Sat, 3 Sep 2005, Jason Pyeron wrote: are there backups of this machine? do you have administrator access? does kessler/products.frm still exist? [likely: /var/lib/mysql/kessler/products.frm] On Sat, 3 Sep 2005, Brian Dunning wrote: My web site

Re: Emergency! How do I debug this?

2005-09-03 Thread Jason Pyeron
Can someone please suggest a next step? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443) 921-03

varchar and trailing spaces...

2005-09-03 Thread Jason Pyeron
athtypes (id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - -

Re: 2 query questions

2005-09-02 Thread Jason Pyeron
subIndex_gb.template; }; }; }; |--- --- --- --- --- --+ -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

delete, where, and subselects...

2005-09-02 Thread Jason Pyeron
rkarounds? Any ideas? TIA -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443) 921-0381

Re: why is this not an error?

2005-08-28 Thread Jason Pyeron
g 2005, Chris wrote: Because you're asking how many rows are in those tables and it has a reply? Jason Pyeron wrote: mysql> select count(*) paths; +---+ | paths | +---+ | 0 | +---+ 1 row in set (0.00 sec) mysql> select count(*) files; +---+ | files | +---+ |

why is this not an error?

2005-08-28 Thread Jason Pyeron
00 sec) -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443) 921-0381 Baltimore, Mary

Re: RAID/MySQL configuration question

2005-08-25 Thread Jason Pyeron
resize later without taking the system down. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24

Re: create "serial number" by select

2005-08-25 Thread Jason Pyeron
TECTED] AS `count`, `value` FROM `table`; I can't execute more select in my system. (Delphi software) :( Only 1 select allowed! Because it is the reporting system... 1 output is 1 select! Best Regards! Zoli - Original Message ----- From: "Jason Pyeron" <[EMAIL PROTECTED]>

Re: create "serial number" by select

2005-08-25 Thread Jason Pyeron
able, pick any reason. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443) 921-0381

Re: Birthday strategy

2005-08-24 Thread Jason Pyeron
? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443) 921-0381 Baltimore, Maryland 2

Re: LATEST N RECORDS from a table without date field

2005-08-24 Thread Jason Pyeron
depending on your db config you might be able to do this outside of sql by parsing the binary log. It is a history of updates to the database, in chronological order. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

Re: Data sync offline

2005-08-24 Thread Jason Pyeron
you start the daily process. http://dev.mysql.com/doc/mysql/en/backup.html you can rsync the bin logs. our server flushes 4 times a day for the backup script. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

Re: why libmysqlclient.so.10?

2005-08-23 Thread Jason Pyeron
e may have to make up some for MySQL 5.x -Jason Pyeron On Tue, 23 Aug 2005, Bing Du wrote: Hi, When I run a Perl script that uses DBI and DBD::mysql on a RHEL 3 machine, I got this error: == Can't load '/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/DBD/mysql/mys

mysql-4.1.13 and RHEL and rpm was Re: mysql-4.1.13 and openssl-0.9.8 configuration issue

2005-08-23 Thread Jason Pyeron
f the necessary libraries and includes? I have never ventured into the rpm realm so I am not sure if they give me the same flexibility that compiling does. Jason Pyeron wrote: Just curious, why not use the rpm to install? We use RHEL3 and RHEL4 here, every thing is done by rpm. Is something mi

Re: mysql-4.1.13 and openssl-0.9.8 configuration issue

2005-08-23 Thread Jason Pyeron
Just curious, why not use the rpm to install? We use RHEL3 and RHEL4 here, every thing is done by rpm. Is something missing? If so could you let us know, I would like to get the rpms patched. -Jason Pyeron

Re: Migration from MySQL 4.0 to 4.1

2005-08-23 Thread Jason Pyeron
st Regards, Rafal -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1

Re: [sorta off topic] Re: rcs udf for MySQL

2005-08-16 Thread Jason Pyeron
t something to think about. Using Innodb, for transactions. -jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Mana

[sorta off topic] Re: rcs udf for MySQL

2005-08-16 Thread Jason Pyeron
ed something vital to the question? It's been one of those days for me. Jason Pyeron <[EMAIL PROTECTED]> wrote on 08/16/2005 02:15:34 PM: http://www.cs.purdue.edu/homes/trinkle/RCS/ RCS does not use MySQL or any other SQL engine. I am looking to use a SQL backend for RCS. RCS is a

Re: rcs udf for MySQL

2005-08-16 Thread Jason Pyeron
sorry, RCS= Revision Control Sytems it is what backends things like cvs. and yes user defined functions http://www.cs.purdue.edu/homes/trinkle/RCS/ On Tue, 16 Aug 2005 [EMAIL PROTECTED] wrote: Jason Pyeron <[EMAIL PROTECTED]> wrote on 08/16/2005 01:01:03 PM: Anyone out there hear

rcs udf for MySQL

2005-08-16 Thread Jason Pyeron
Anyone out there heard of a rcs udf (or similar) for MySQL? Google is not being nice to me, too much noise in the results. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

Re: French Characters, Still no answer

2005-08-16 Thread Jason Pyeron
ideas how to change this? Which version of the Conenctor J are you using?, is it the latest? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us

Re: Clever dump using Java

2005-08-16 Thread Jason Pyeron
How would you handle such a task? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #

RE: Linux vs. Windows?

2005-08-12 Thread Jason Pyeron
On Fri, 12 Aug 2005, Jay Blanchard wrote: Yes. Linux will consistently outperform Windows in many areas. Except Dilbert's boss's approval queue. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

Re: auditing mysql logins

2005-08-11 Thread Jason Pyeron
r even better: have this information sent to syslog? (using mysql 4.1) -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Stree

Re: explain not explaining long running query?

2005-08-05 Thread Jason Pyeron
lso explain why so slow? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1

Re: 4.1 and unions

2005-08-04 Thread Jason Pyeron
o other mention, and I can't recall seeing anything on the list about it. Can anyone perform a quick test or verify one way or the other? I'd be much obliged. Thanks! -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

Re: MySQL in CentOS? try before?

2005-08-04 Thread Jason Pyeron
OS before for production ? Success story? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th St

reply to header?

2005-08-02 Thread Jason Pyeron
why does this list not have the reply to header set? -jason pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Man

Re: Question about BLOB

2005-08-02 Thread Jason Pyeron
e, http://dev.mysql.com/doc/mysql/en/blob.html -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443)

Re: Question about BLOB

2005-08-02 Thread Jason Pyeron
not images - so I am hoping that MySQL can indeed deal with BLOBs ok ? Andy -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner &

Re: is there an active mysql developers list?

2005-08-01 Thread Jason Pyeron
is no need to pass the -h -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 -

is there an active mysql developers list?

2005-08-01 Thread Jason Pyeron
kets altogether -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443) 921-0381

RE: query unexpectedly took too long.

2005-08-01 Thread Jason Pyeron
date,level) ? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443) 921-0381 Baltimore,

Re: mysql command line execution

2005-07-29 Thread Jason Pyeron
an storing it in an option file? Storing in an option file didn't work, so I use this option. Could you please explain storing in an option file did not work? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

cygwin build of client

2005-07-27 Thread Jason Pyeron
I have make going right now, but does anyone have any suggestions? google was not much help for 4.1.x -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http

Re: Hour counts

2005-07-27 Thread Jason Pyeron
t a function for this situation?) Tnx! -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th St

Re: Mysql-shared-compat for 4.13

2005-07-26 Thread Jason Pyeron
you can find what you need here: http://public.pdinc.us/rpms/mysql please email the list with questions and comments -Jason Pyeron On Tue, 26 Jul 2005, Jeff wrote: I've got a brand new dell server with RedHat ES3 on it. As usuall it came pre-installed with mysql 3.23. Trying to up

Re: temp table cannot be created?

2005-07-21 Thread Jason Pyeron
isfield`.`bvolset` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 1 row in set (0.00 sec) mysql> but the FK is not enforced, another day to tacle that. Jason Pyeron <[EMAIL PROTECTED]> wrote: any ideas on this? google has not helped. can temp tables be innodb? can they have fk? mysq

temp table cannot be created?

2005-07-20 Thread Jason Pyeron
rences bvolset(id) -> ) engine=innodb; ERROR 1005: Can't create table 'c:\docume~1\admini~1\locals~1\temp\#sql640_41_1.frm' (errno: 150) mysql> create temporary table bvolsetparents -> (id int); Query OK, 0 rows affected (0.48 sec) -- -=-=-=-=-=-=-=-=-=-=-=-=-=

Re: beginner needs help servin up a lan

2005-07-11 Thread Jason Pyeron
<>< -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443) 921-0381 Baltimore, M

Re: do frm files have the schema for the table?

2005-07-05 Thread Jason Pyeron
les.ibd' (errno: 1) | +-++--+-+ files.ibd does not exist on the system. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us -

do frm files have the schema for the table?

2005-07-05 Thread Jason Pyeron
I am willing to give up on my data recovery efforts if I can just get the schema from the dead tables, any suggestions? Sincerely, Jason Pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason

Re: missing ibd files on upgrade of mysql from 4.1.9 to 4.1.12a

2005-07-05 Thread Jason Pyeron
07:04 10,485,760 ibdata1 07/05/2005 07:04 18,874,368 ib_logfile0 07/05/2005 06:54 18,874,368 ib_logfile1 any ideas? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason P

Re: missing ibd files on upgrade of mysql from 4.1.9 to 4.1.12a

2005-07-05 Thread Jason Pyeron
e of MySQL. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443) 921-0381 Baltimore,

Re: missing ibd files on upgrade of mysql from 4.1.9 to 4.1.12a

2005-07-04 Thread Jason Pyeron
No the user is still the same, there are just no innodb files. ?anymore? On Mon, 4 Jul 2005, Gleb Paharenko wrote: Hello. [EMAIL PROTECTED] gleb]$ perror 1 OS error code 1: Operation not permitted Do you run new MySQL service under different user account? Jason Pyeron <[EMAIL PROTEC

missing ibd files on upgrade of mysql from 4.1.9 to 4.1.12a

2005-07-04 Thread Jason Pyeron
ata location. DOH!!! TIA -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Partner & Sr. Manager 7 West 24th Street #100 - - +1 (443) 921-0381

Re: RedHat 9, MySQL RPM 4.0.16-0 and UDF...

2003-11-23 Thread Jason Pyeron
rpm -i MySQL-Max.rpm solved it On Sun, 23 Nov 2003, Jason Pyeron wrote: > Our old lcs.MYSQL.so from MySQL 3.23 give the same garbage out. > This has worked on many RedHat 7.3 / MySQL 3.23.xx boxes. > > On Sun, 23 Nov 2003, Jason Pyeron wrote: > > > > > I have never

Re: RedHat 9, MySQL RPM 4.0.16-0 and UDF...

2003-11-22 Thread Jason Pyeron
Our old lcs.MYSQL.so from MySQL 3.23 give the same garbage out. This has worked on many RedHat 7.3 / MySQL 3.23.xx boxes. On Sun, 23 Nov 2003, Jason Pyeron wrote: > > I have never seen an error like this one, are the RPMs setup for dynamic > libraries? > > ERROR 1126: Ca

RedHat 9, MySQL RPM 4.0.16-0 and UDF...

2003-11-22 Thread Jason Pyeron
I have never seen an error like this one, are the RPMs setup for dynamic libraries? ERROR 1126: Can't open shared library 'diff.so' (errno: 0 /lib/tls/libc.so.6: unexpected reloc type 0x0€$ôç¿_½) Sincerely