![](https://seccdn.libravatar.org/avatar/45bf5eef0471996074efa055ea252116.jpg?s=120&d=mm&r=g)
El 10/11/10 16:44, Greg Freemyer escribió:
sed -i -e s@/usr/lib/mysql@%{_libdir}/mysql@g Makefile
(before running make of course)
Seems to have done the trick.
excellent :-D
but is it one I can leave in and still push the package to devel / factory?
Yeah.
It really only impacts 64-bit fedora.
Sure, because it is a "difference" from both distros..although I have not looked to the actual buildroot, (just your build log) this happends because fedora doesn't seem to symlink mysql libraries to %{_libdir} and %{_libdir}/mysql is not in ld library path, in 32 bit this works because you are using -L/usr/lib/mysql but fails in 64 because it cant find the libraries there, must look in /usr/lib64/mysql instead
Right now I have the hack in the %build area, but it I put it up in the %prep area it seems as good as any other patch to me.
looks reasonable but somewhat hackish to me anyway ;-) Cheers. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org