Perfect Server Fedora 10 x86_64 MyDNS help

Discussion in 'HOWTO-Related Questions' started by Turbanator, May 3, 2009.

  1. Turbanator

    Turbanator Member HowtoForge Supporter

    setting up fedora 10 perfect server with ispconfig 3 but x86_64. I change everything from i386 to x86_64 as needed.

    But now I'm at the MyDNS portion and the rpm install is giving me this:
    rpm -ivh mydns-mysql-1.1.0-1.i386.rpm
    error: Failed dependencies:
    libc.so.6 is needed by mydns-mysql-1.1.0-1.i386
    libc.so.6(GLIBC_2.0) is needed by mydns-mysql-1.1.0-1.i386
    libc.so.6(GLIBC_2.1) is needed by mydns-mysql-1.1.0-1.i386
    libc.so.6(GLIBC_2.1.2) is needed by mydns-mysql-1.1.0-1.i386
    libc.so.6(GLIBC_2.2) is needed by mydns-mysql-1.1.0-1.i386
    libc.so.6(GLIBC_2.3) is needed by mydns-mysql-1.1.0-1.i386
    libcrypt.so.1 is needed by mydns-mysql-1.1.0-1.i386
    libm.so.6 is needed by mydns-mysql-1.1.0-1.i386
    libnsl.so.1 is needed by mydns-mysql-1.1.0-1.i386
    libnss_dns.so.2 is needed by mydns-mysql-1.1.0-1.i386
    libnss_files.so.2 is needed by mydns-mysql-1.1.0-1.i386
    libresolv.so.2 is needed by mydns-mysql-1.1.0-1.i386
    libz.so.1 is needed by mydns-mysql-1.1.0-1.i386


    Any help on how to install the i386 version as needed, would be greatly appreciated.

    again, this is an x86_64 setup.

    -TIA
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You cannot install an i386 rpm on an x86_64 system. You can go to rpm.pbone.net and search for a MyDNS package for Fedora 10 x86_64.
     
  3. Turbanator

    Turbanator Member HowtoForge Supporter

    thats what I thought, I just wasn't sure about the versioning and old vs newer and isp3. also, I don't see the rpm for f10, only f11. guess I'll either switch distro or drop to i386.

    as always, you rock falko, thank you.
     
  4. thaibinhtt

    thaibinhtt New Member

    You can compile mydns for yourself on linux 64bits box:

    ./configure --with-mysql-lib=/usr/lib64/mysql/ --with-zlib=/usr/lib64/
     
  5. bob_the_stripper

    bob_the_stripper New Member

  6. falko

    falko Super Moderator Howtoforge Staff

    Could work, but I think you have to try it.
     

Share This Page