* [Buildroot] Mysql error with Buildroot
@ 2009-01-29 8:15 Mitesh Gupta
2009-01-29 8:36 ` Fabien Marteau
0 siblings, 1 reply; 3+ messages in thread
From: Mitesh Gupta @ 2009-01-29 8:15 UTC (permalink / raw)
To: buildroot
Hi,
I was able to add mysql client successfully with buildroot. However after
booting into the system and trying to start mysql I am getting the
following errors " can't load library 'libmysqlclient.so.16' ".
Any help? I think issue is with how mysql is configured.
Thanks
Mitesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/buildroot/attachments/20090129/75282a77/attachment.htm
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Mysql error with Buildroot
2009-01-29 8:15 [Buildroot] Mysql error with Buildroot Mitesh Gupta
@ 2009-01-29 8:36 ` Fabien Marteau
2009-02-03 14:39 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Fabien Marteau @ 2009-01-29 8:36 UTC (permalink / raw)
To: buildroot
I has the same problem, to solve it I just made link on library :
cd /usr/lib
ln -s mysql/libmysqlclient.so.16
And it's work, but it's not very clean patch ;-)
FabM
On Thu, Jan 29, 2009 at 9:15 AM, Mitesh Gupta <guptamitesh@gmail.com> wrote:
> Hi,
> I was able to add mysql client successfully with buildroot. However after
> booting into the system and trying to start mysql I am getting the
> following errors " can't load library 'libmysqlclient.so.16' ".
> Any help? I think issue is with how mysql is configured.
> Thanks
> Mitesh
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Mysql error with Buildroot
2009-01-29 8:36 ` Fabien Marteau
@ 2009-02-03 14:39 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-02-03 14:39 UTC (permalink / raw)
To: buildroot
>>>>> "Fabien" == Fabien Marteau <lepingouin.tux@gmail.com> writes:
Fabien> I has the same problem, to solve it I just made link on library :
Fabien> cd /usr/lib
Fabien> ln -s mysql/libmysqlclient.so.16
Fabien> And it's work, but it's not very clean patch ;-)
The uclibc defconfig was set up to not respect RPATH settings, and
mysql used a RPATH to /usr/lib/mysql. Fixed in svn r25225.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-03 14:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-29 8:15 [Buildroot] Mysql error with Buildroot Mitesh Gupta
2009-01-29 8:36 ` Fabien Marteau
2009-02-03 14:39 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox