error installing 6.0.0 RPMs

Jeff Potter <[email protected]> Thu, 12 Jul 2007 18:31:13 -0400
Newsgroups gmane.mail.ezmlm
Message-ID <[email protected]>
Hi List,

While trying to install the latest 6.0.0 RPMs, I hit two errors:
> rpm -i ezmlm-idx-6.0.0-1.i386.rpm ezmlm-idx-mysql-6.0.0-1.i386.rpm
> error: Failed dependencies:
>         ezmlm-idx-mysql conflicts with ezmlm-idx-mysql-6.0.0-1.i386


Running with '--nodeps' allows it to be installed, but then, when  
trying to do a ezmlm-list of a list that uses MySQL, I get:
> ezmlm-list: fatal: Could not load plugin /usr/lib/ezmlm/sub- 
> sql.so: /usr/lib/ezmlm/sub-sql.so: cannot open shared object file:  
> No such file or directory


For the fun of it, I did a symlink:
> ln -s /usr/lib/ezmlm/sub-mysql.so /usr/lib/ezmlm/sub-sql.so

which then changed the error message to:
> ezmlm-list: fatal: Could not load plugin /usr/lib/ezmlm/sub- 
> sql.so: /usr/lib/ezmlm/sub-sql.so: undefined symbol: mysql_fetch_row

My guess is that it's not finding the mysql libs  (under /usr/lib/ 
mysql/ on CentOS). Suggestions?


Thanks!

best,
Jeff