[Help Request] Powerdns-with-mysql-backend-and-poweradmin

Discussion in 'Installation/Configuration' started by Linox91, Jul 6, 2011.

  1. Linox91

    Linox91 New Member

    Hello,

    Could you please help me?


    I did this tutorial step by step.

    http://www.howtoforge.com/installing-powerdns-with-mysql-backend-and-poweradmin-on-debian-lenny


    But I have this error message:

    http://server1.example.com/poweradmin/install/index.php

    Poweradmin

    Installation step 4

    Updating database...

    Error: You have to install MDB2 library!



    I have

    Distributor ID: Debian 64 Bits
    Description: Debian GNU/Linux 6.0.2 (squeeze)
    Release: 6.0.2
    Codename: squeeze


    Also, I tried to solve the problem by installing those packages.

    # pear install MDB2
    # pear install pear/MDB2#mysql
    # pear install MDB2_Driver_mysql
    # apt-get install apache2-mpm-prefork php5-mysql libapache2-mod-php5 php-pear php-mdb2 php-mdb2-driver-mysql

    But I keep having this Error: You have to install MDB2 library!

    How can I solve this problem?

    Thanks and Best Regards,
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Please try
    Code:
    apt-get install php-mdb2 php-mdb2-driver-mysql
    Restart Apache afterwards.
     
  3. Linox91

    Linox91 New Member

    Thanks for your reply

    I did it ... but I keep having the same error message.

    Poweradmin

    Installation step 4

    Updating database...

    Error: You have to install MDB2 library!


    This tutorial was made for Debian lenny
    and I have Debian squeeze.

    Can it be the problem? Something could be missed.

    Any ideas?
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Did you restart Apache?

    Did you check Apache's error log?
     
  5. Linox91

    Linox91 New Member

    Yes I did, everything is working fine on Apache.




    Is there any change you could please update this tutorial for
    Debian 6.0.2 (squeeze)?


    This tutorial was made for debian lenny
    http://www.howtoforge.com/installing-powerdns-with-mysql-backend-and-poweradmin-on-debian-lenny

    Something is not fine with MDB2 library.

    Also, I did the tutorial one more time and I got the same error: "Error: You have to install MDB2 library!"

    I made sure to install php-mdb2 php-mdb2-driver-mysql as well.


    Is there any change to update the tutorial?

    I really need it.

    Thanks

    [​IMG]

    [​IMG]
     
  6. falko

    falko Super Moderator ISPConfig Developer

  7. psyscrew

    psyscrew New Member

    Linox91

    Linox91, are you made it?

    I have the same problam.

    What did u do?

    Thanks
    Lucas
     
  8. falko

    falko Super Moderator ISPConfig Developer

Share This Page