MySQL Forums
Forum List  »  Perl

Re: SOLUTION
Posted by: Vadim Shulkin
Date: February 14, 2006 10:32AM

The problem with compiling DBD is due to the dynamic linking (by default) against shared libraries libmysqlclient.so.* which for some reasons do not have all required objects for compilation DBD::mysql. They do in fact exist inside static libraries libmysqlclient.a. Solution is temporary remove shared libraries and leave just static ones. Compile DBD::mysql module, test it, install it and then restore shared libraries back.

Options: ReplyQuote


Subject
Written By
Posted
June 05, 2006 10:49AM
June 05, 2006 01:10PM
March 07, 2005 12:57PM
March 07, 2005 12:58PM
Re: SOLUTION
February 14, 2006 10:32AM
October 24, 2007 08:59AM
November 17, 2007 07:58PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.