On Mon Jan 26 02:27:36 2009, ulrich.windl@rz.uni-regensburg.de wrote:
Show quoted text> On 23 Jan 2009 at 7:03, Patrick Galbraith via RT wrote:
>
> wrote:
> > > Hi!
> > >
> > > For DBD-mysql-4.010 "perl Makefile.PL" reports:
> > > Can't exec "mysql_config": No such file or directory at
> Makefile.PL
> > > line 76.
> > >
> > > Cannot find the file 'mysql_config'! Your execution PATH doesn't
> seem
> > > not contain the path to mysql_config. Resorting to guessed values!
> > > Can't exec "mysql_config": No such file or directory at
> Makefile.PL
> > > line 454.
> > > Can't find mysql_config. Use --mysql_config option to specify
> where
> > > mysql_config
> > > is located
> > > [...]
> > >
> > > MySQl 5.0.26 (SLES10 SP2) does not contain a "mysql_config"
> command.
> > > (This is perl, v5.8.8 built for i586-linux-thread-multi)
> > > Regards,
> > > Ulrich
> > >
> >
> >
> > Wow, that's a really old MySQL 5.0 ;) I would upgrade using source
> MySQL
> > 5.0 if you can- which would solve the issue this report is made
> because
> > of. There are many bugs fixed since 5.0.26 that would make it worth
> your
> > while.
>
> Hi!
>
> First the package mysql-5.0.26-12.22 is "Build Date: Fri Sep 19
> 16:47:14 20"
> (latest version for SUSE Enterprise), and the last problems fixed
> were:
> * Wed Sep 17 2008
> - really fixed the privilege bypass with DATA/INDEX DIRECTORY
> (bnc#425079, mysql#32167, CVE-2008-4097)
> - fixed a crash with empty bit-string literal
> (bnc#424795, mysql#35658, CVE-2008-3963)
>
> >
> > If you don't want to go that route, you probably have to install a
> dev
> > package to get mysql_config. I used to have a 10.2 Suse box to test
> on,
> > so I have no way to verify. Use YAST to find if there's a dev
> package,
> > install that and see if it gives you mysql_config.
>
> OK, there exists a mysql_devel, so I may install it. Let me note
> however that the
> version of DBD-mysql installed 2006 worked without.
>
> Thanks,
> Ulrich
>
Ulrich,
vielen danken. I think I just need to change the configuration to do
guessing.
As far as the age of the version, I was thinking in terms of MySQL's
ChangeLog, but it looks like Suse does some maintaining of their tree
for 5.0.26.
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-26.html
Ok, so only two years old, but in terms of bugs, many things get fixed,
but Suse probably fixed the issues I know of in their tree.
I really need to fix the config to guess, you bring up a good point.
again, thank you,
Patrick