mydns installation problem

Discussion in 'Installation/Configuration' started by Lewis, Apr 13, 2009.

  1. Lewis

    Lewis New Member

    hello all,

    i'm trying to install ispconfig on lenny, using this guide:
    http://www.howtoforge.com/perfect-server-debian-lenny-ispconfig3-p4

    when i try to do the mydns step, i get this error:

    checking for MySQL support... no
    checking for PostgreSQL support... no
    checking which database to use... none
    configure: error: No supported database found. Either MySQL or PostgreSQL is required.

    meanwhile, i had to install gcc manually...


    any suggestions ?


    rgds,

    george
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please follow the guide exactly, copy the commands line by line e.g. with putty. You missed to run this command (which also installs gcc) in step 13 of the tutorial:

    Code:
    apt-get install g++ libc6 gcc gawk make texinfo libmysqlclient15-dev
     
  3. tomba2k

    tomba2k New Member

    you may be the prophet, or guy just didn't put enough parameters, like it happened to me. developers really shut get to some agreements about this issues, it kind a sucks searching endlessly for libs and includes -.-

    hope this will help someone:
    PHP:
    ./configure --without-pgsql --with-mysql-lib=/usr/lib/x86_64-linux-gnu --with-mysql-include=/usr/include/mysql --includedir=/usr/lib/x86_64-linux-gnu --with-zlib=/usr/lib/x86_64-linux-gnu
     
  4. abdi

    abdi Member

    What would that command be with a 32bit
     

Share This Page