Re: [campsite-support] Bug with libmysqlclient 64bit libs
  • Hi Jim,

    I fixed this bug for the 2.6.8 release; in the meantime please install the attached file
    (check4_functions) into the install_conf directory and give it a try.

    Regards,
    Mugur

    --- wrote:
    > Author: jimmybondo
    > Link: http://code.campware.org/phorum/read.php?8,5344,5344#msg-5344
    > --------------------------------------------------------------------------------
    >
    > I could not figure out how to submit this bug, so I decided to just post it here:
    >
    > When going through the configuration during install, my 64bit fedora machine says that the
    > machine does not have proper libmysqlclient library installed. In order to complete install ,
    > you must change lines 786,789,791,793 of check4_functions from:
    >
    >
    "/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql"
    > to
    >
    "/usr/lib64/mysql:/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr/local/lib/mysql:/usr/local/mysql/lib"
    >
    > Essentially moving the last lib location to the front. Otherwise, it might find the 32bit
    > incompatible library. I found this to be the case in both 2.6.6 and 2.6.7.
    >
    > Don't know if this should be changed for everything, but it took a while to track down.
    > Jim
    >
    > --
    > Sent from Campware Forums
    > http://code.campware.org/phorum
    >




    ____________________________________________________________________________________
    Don't pick lemons.
    See all the new 2007 cars at Yahoo! Autos.
    http://autos.yahoo.com/new_cars.html
  • 1 Comment sorted by
  • I cannot see any attachments, but I fixed it by replacing the lines listed. Thanks fort the quick fix!
    Jim