eddie@stripped wrote:
>
> I am trying to install DBD-mysql-2.0901 on a Redhat Linux 6.1. and getting
> errors.
> MySQL version is 3.22.32.
>
> I have tried all the workaround stated by the INSTALL.html.
Did you try to use precompiled binaries? AFAIK there are some
on contrib.redhat.com for RedHat 6.
> blib/arch/auto/DBD/mysql/mysql.so: undefined symbol: mysql_store_result at
> /usr/lib/perl5/5.00503/i386-linux/DynaLoader.pm line 169.
Does the file mysqlclient.a contain a function mysql_store_result?
Try
strings mysqlclient.a | grep mysql_store_result