Getting PA working on Fedora 18 x64

Discussion in 'Mac and Linux' started by ImperialXT, June 15, 2013.

  1. ImperialXT

    ImperialXT New Member

    Messages:
    9
    Likes Received:
    0
    Download PA(well duh)

    You can try and launch it but you will run into an issue of PA not being able to find "libudev.so.0" fedora moved to using libudev.so.1 a while back. so we just need to make a symbolic link for it.

    Code:
    cd /usr/lib64
    sudo ln -s libudev.so.1 libudev.so.0
    
    You will also find it complains about cannot find "libTelemetryX64c.so" though the game will run without this.

    As stated in the slackware thread the fix for this is
    Code:
    ln -s libTelemetryX64.so libTelemetryX64c.so
  2. tsikedu

    tsikedu New Member

    Messages:
    2
    Likes Received:
    0
    I just tried this with Fedora 18 x64 and it works right out of the box.

Share This Page