Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 10 von 15
  1. #1
    Benutzer
    Registriert seit
    29.01.2013
    Ort
    Oosterwijtwerd-NL
    Beiträge
    60
    Thanks
    58
    Thanked 45 Times in 15 Posts

    MAT: Mac version

    Today I downloaded the latest version.
    After setting the DYLD_LIBRARY_PATH, I started the program and got this messages:
    Code:
    dyld: Library not loaded: libBoxSupporter.0.dylib
      Referenced from: /Users/lucscholte/Admin_Tool_2.1_Mac/111-Admin_Tool_v2.2_Mac/./Admin_Tool_v2.2.app/Contents/MacOS/stb_admin
      Reason: Incompatible library version: stb_admin requires version 0.1.0 or later, but libBoxSupporter.0.dylib provides version 0.0.0
    Trace/BPT trap: 5


  2. #2
    Moderator Avatar von morly
    Registriert seit
    15.07.2012
    Ort
    Österreich
    Beiträge
    6.684
    Thanks
    789
    Thanked 2.764 Times in 1.357 Posts
    please show me the content of your folder containing the libBxSupporter dylib's
    do this with:
    Code:
    ls -l
    "Every Setback is a Set Up for a Comeback"


  3. #3
    Benutzer
    Registriert seit
    29.01.2013
    Ort
    Oosterwijtwerd-NL
    Beiträge
    60
    Thanks
    58
    Thanked 45 Times in 15 Posts
    -rwxr-xr-x@ 1 lucscholte staff 117764 1 aug 12:05 libBoxSupporter.0.1.0.dylib
    -rwxr-xr-x@ 1 lucscholte staff 117764 1 aug 12:05 libBoxSupporter.0.1.dylib
    -rwxr-xr-x@ 1 lucscholte staff 117764 1 aug 12:05 libBoxSupporter.0.dylib
    -rwxr-xr-x@ 1 lucscholte staff 117764 1 aug 12:05 libBoxSupporter.dylib


  4. #4
    Moderator Avatar von morly
    Registriert seit
    15.07.2012
    Ort
    Österreich
    Beiträge
    6.684
    Thanks
    789
    Thanked 2.764 Times in 1.357 Posts
    Code:
    rm libBoxSupporter.0.1.dylib
    rm libBoxSupporter.0.dylib
    rm libBoxSupporter.dylib
    ln -s libBoxSupporter.0.1.0.dylib libBoxSupporter.0.1.dylib
    ln -s libBoxSupporter.0.1.0.dylib libBoxSupporter.0.dylib
    ln -s libBoxSupporter.0.1.0.dylib libBoxSupporter.dylib
    "Every Setback is a Set Up for a Comeback"


  5. #5
    Benutzer
    Registriert seit
    29.01.2013
    Ort
    Oosterwijtwerd-NL
    Beiträge
    60
    Thanks
    58
    Thanked 45 Times in 15 Posts
    Morly,
    Thanks for your quick replay. (and that during your holidays)
    The ln solution makes it cleaner, but was not the solution. The problem I had was because I had some old libs in /usr/local/lib
    and I did not set the DYLD_LIBRARY_PATH correct.
    After the cleanup and the correct DYLD_LIBRARY_PATH, AT is starting and I can connect to an IP9000.
    Thank you very much for your help, but don't forget to enjoy your holidays.


  6. #6
    Moderator Avatar von morly
    Registriert seit
    15.07.2012
    Ort
    Österreich
    Beiträge
    6.684
    Thanks
    789
    Thanked 2.764 Times in 1.357 Posts
    maybe you can type down some infos how you organized to start the tool using a mac - some mac users would like a kind of manual

    - - - Aktualisiert - - -

    and we can add this info at the at manual!
    "Every Setback is a Set Up for a Comeback"


  7. #7
    Benutzer
    Registriert seit
    29.01.2013
    Ort
    Oosterwijtwerd-NL
    Beiträge
    60
    Thanks
    58
    Thanked 45 Times in 15 Posts
    I work on it. You will see it soon.


  8. #8
    Moderator Avatar von morly
    Registriert seit
    15.07.2012
    Ort
    Österreich
    Beiträge
    6.684
    Thanks
    789
    Thanked 2.764 Times in 1.357 Posts
    great, thanks
    "Every Setback is a Set Up for a Comeback"


  9. #9
    Benutzer
    Registriert seit
    29.01.2013
    Ort
    Oosterwijtwerd-NL
    Beiträge
    60
    Thanks
    58
    Thanked 45 Times in 15 Posts

    How to install on a Mac.

    Before you install the Admin Tool 2.2 you need to install the Qt-libraries.
    You can find them at qt-project.org/downloads. On that site click on show Downloads
    and look for version Qt 4.8. That is the one you need. Download and install.


    From HDMU Board download from UploadCenter
    STB Admin Tool v2.x - Mac
    STB Admin Tool v2.0 - libzip 0.11 for Mac


    You now have 2 files in the Downloads:
    111-Admin_Tool_v2.2_Mac.zip
    80-libzip_0.11_MAC.zip


    Move those files to a convenient plase, for example your home directory.


    Dubbel click on 111-Admin_Tool_v2.2_Mac.zip
    Dubbel click on 80-libzip_0.11_MAC.zip


    You now have two directories called 111-Admin_Tool_v2.2_Mac and 80-libzip_0.11_MAC
    You can rename it or just leave it as it is.


    AT_MAC_DOC-1.jpg


    Now move the files from 80-libzip_0.11_MAC to BoxSupporter.

    AT_MAC_DOC-2.jpg


    Now open a terminal session and go to the Admin_Tool directory.


    Give the command:


    export DYLD_LIBRARY_PATH=/path/to/BoxSupporter:$DYLD_LIBRARY_PATH




    Now you can start by:


    ./Admin_Tool_v2.2.app/Contents/MacOS/stb_admin

    - - - Updated - - -

    Morly,

    A start.
    I am also looking for the dubbel click start by making a apple-script, but that will take some time.

  10. The Following 2 Users Say Thank You to lucsch For This Useful Post:



  11. #10
    Benutzer
    Registriert seit
    29.01.2013
    Ort
    Oosterwijtwerd-NL
    Beiträge
    60
    Thanks
    58
    Thanked 45 Times in 15 Posts
    I made some scripts to start the Admin Tool just by dubbel clicking.
    In the attachment are two files, AT_start and start_MAT.sh.
    Put those files in the same directory as the program Admin_tool_v2.2.

    AT_MAC_DOC-3.jpg

    Now you can start by dubbel click on AT_Start. (No need to set any environment. )

    AT_Start.zip

  12. The Following 2 Users Say Thank You to lucsch For This Useful Post:



Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •