+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: MySQL

  1. #1
    Join Date
    Nov 2008
    Posts
    13

    Default MySQL

    I tried to use 'make sql'

    but it just returned:
    MySQL not found or disabled by the configure script
    make: *** [needs_mysql] Error 1

    I need help.

  2. #2
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,536

    Default

    Where are you trying to run it from?

    What is it you are trying to do with it?

  3. #3
    Join Date
    Nov 2008
    Posts
    13

    Default

    now..

    I tried to do..

    ./configure --with-mysql

    yet..

    it just returns

    checking MySQL library (optional)... no
    configure: error: MySQL not found or incompatible (requested)

  4. #4
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,536

    Default

    Where is it you are trying to run this? mySQL is already installed and operating on BlueHost accounts and so setting it up to run is unnecessary as it is already running.

  5. #5
    Join Date
    Nov 2008
    Posts
    13

    Default

    Quote Originally Posted by felgall View Post
    Where is it you are trying to run this? mySQL is already installed and operating on BlueHost accounts and so setting it up to run is unnecessary as it is already running.
    I'm trying to configure a system with sql.

    yet.. it's not working and just returns (when trying ./configure --with-mysql)

    checking MySQL library (optional)... no
    configure: error: MySQL not found or incompatible (requested)

  6. #6
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,536

  7. #7
    Join Date
    Nov 2008
    Posts
    13

    Default

    Quote Originally Posted by felgall View Post
    Did you install mySQL onto the system first?
    hmm. bluehost already have mySQL right ? :|

    do I really have to reinstall another one ?

    ...

    checking for mysql_config... /usr/bin/mysql_config
    checking for mysql_init in -lmysqlclient... no
    checking mysql.h usability... yes
    checking mysql.h presence... yes
    checking for mysql.h... yes
    checking MySQL library (optional)... no
    configure: error: MySQL not found or incompatible (requested)
    Last edited by Niknok Seyer; 12-04-2008 at 03:37 AM.

  8. #8
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,536

    Default

    On BlueHost the mySQL is already installed and configured and you can't change the configuration. Trying to run those commands on BlueHost will not work because you do not have access to reconfigure mySQL at all.

  9. #9
    Join Date
    Nov 2008
    Posts
    13

    Default

    any good or helpful links where I can download the packages / libraries such as mysql-devel (.tar.gz) ?

    Thanks.

  10. #10
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,536

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts