Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Can not install AssetServer

Discussion in 'Editor & General Support' started by Qmaks2, Aug 17, 2012.

  1. Qmaks2

    Qmaks2

    Joined:
    Jun 2, 2012
    Posts:
    25
    sudo rpm -Uvh http://download.unity3d.com/asset_server/unity_asset_server-2.0.1.i386.rpm

    error: Failed dependencies:
    libc.so.6 is needed by unity_asset_server-2.0.1f2-35557.i386
    libc.so.6(GLIBC_2.0) is needed by unity_asset_server-2.0.1f2-35557.i386
    libc.so.6(GLIBC_2.1) is needed by unity_asset_server-2.0.1f2-35557.i386
    libc.so.6(GLIBC_2.1.3) is needed by unity_asset_server-2.0.1f2-35557.i386
    libc.so.6(GLIBC_2.2) is needed by unity_asset_server-2.0.1f2-35557.i386
    libc.so.6(GLIBC_2.3) is needed by unity_asset_server-2.0.1f2-35557.i386
    libc.so.6(GLIBC_2.3.3) is needed by unity_asset_server-2.0.1f2-35557.i386
    libcrypt.so.1 is needed by unity_asset_server-2.0.1f2-35557.i386
    libcrypt.so.1(GLIBC_2.0) is needed by unity_asset_server-2.0.1f2-35557.i386
    libdl.so.2 is needed by unity_asset_server-2.0.1f2-35557.i386
    libdl.so.2(GLIBC_2.0) is needed by unity_asset_server-2.0.1f2-35557.i386
    libdl.so.2(GLIBC_2.1) is needed by unity_asset_server-2.0.1f2-35557.i386
    libm.so.6 is needed by unity_asset_server-2.0.1f2-35557.i386
    libm.so.6(GLIBC_2.0) is needed by unity_asset_server-2.0.1f2-35557.i386
    libm.so.6(GLIBC_2.1) is needed by unity_asset_server-2.0.1f2-35557.i386
    libz.so.1 is needed by unity_asset_server-2.0.1f2-35557.i386
    You have new mail in /var/spool/mail/root

    What i am doing wrong?
     
  2. dbryson

    dbryson

    Joined:
    Nov 9, 2009
    Posts:
    269
    You might try downloading the rpm and then:

    yum localinstall <path-to-asset-server-RPM-file>

    and let yum handle the dependencies. Otherwise, you need to update those libraries.