From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Tue, 03 Feb 2009 15:39:04 +0100 Subject: [Buildroot] Mysql error with Buildroot In-Reply-To: (Fabien Marteau's message of "Thu\, 29 Jan 2009 09\:36\:34 +0100") References: <8ebba8c20901290015u199c2ad8r66ef36339ae1d099@mail.gmail.com> Message-ID: <87ocxjegaf.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Fabien" == Fabien Marteau 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