Results 1 to 4 of 4

Thread: Issues with Webex

  1. #1
    Join Date
    2016-Feb
    Posts
    4

    Issues with Webex

    Hi,

    I install Oracle jdk 8u73 on my Kali 2016.1 I try to run a Webex session and when I hit the call Using Computer button an error says "The Audio device is unaccessible now" some threads out of this forum says its an issue with some missing libraries, so I run this:

    Code:
    ldd $HOME/.webex/xxxx/*.so | grep 'not found'
    The xxxx correspond to my webex number, this is the result:

    libgtk-x11-2.0.so.0 => not found
    libgdk-x11-2.0.so.0 => not found
    libglib-2.0.so.0 => not found
    libXmu.so.6 => not found
    libXtst.so.6 => not found
    libstdc++.so.6 => not found
    libX11.so.6 => not found
    libXt.so.6 => not found
    libXext.so.6 => not found
    libXi.so.6 => not found
    libgcc_s.so.1 => not found
    libstdc++.so.6 => not found
    libX11.so.6 => not found
    libstdc++.so.6 => not found
    libgcc_s.so.1 => not found
    libstdc++.so.6 => not found
    libjawt.so => not found
    libX11.so.6 => not found
    libgcc_s.so.1 => not found
    libasound.so.2 => not found
    libstdc++.so.6 => not found
    libgcc_s.so.1 => not found
    libstdc++.so.6 => not found
    libgcc_s.so.1 => not found
    libjawt.so => not found
    libX11.so.6 => not found
    libXmu.so.6 => not found
    libstdc++.so.6 => not found
    libgcc_s.so.1 => not found
    libpangoxft-1.0.so.0 => not found
    libXft.so.2 => not found
    libXrender.so.1 => not found
    libpng12.so.0 => not found
    libpango-1.0.so.0 => not found
    libpangoft2-1.0.so.0 => not found
    libpangox-1.0.so.0 => not found
    libfontconfig.so.1 => not found
    libfreetype.so.6 => not found
    libglib-2.0.so.0 => not found
    libgobject-2.0.so.0 => not found
    libgmodule-2.0.so.0 => not found
    libX11.so.6 => not found
    libstdc++.so.6 => not found
    libgcc_s.so.1 => not found
    libstdc++.so.6 => not found
    libXrender.so.1 => not found
    libX11.so.6 => not found
    libXv.so.1 => not found
    libgcc_s.so.1 => not found
    libuuid.so.1 => not found
    libstdc++.so.6 => not found
    libgcc_s.so.1 => not found
    libstdc++.so.6 => not found
    libgcc_s.so.1 => not found
    libstdc++.so.6 => not found
    libgcc_s.so.1 => not found
    libstdc++.so.6 => not found
    libgcc_s.so.1 => not found
    libstdc++.so.6 => not found
    libgcc_s.so.1 => not found

    When I try to install the first library:

    Code:
    apt-get install libgtk-x11-2.0.so.0
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Unable to locate package libgtk-x11-2.0.so.0
    E: Couldn't find any package by glob 'libgtk-x11-2.0.so.0'
    E: Couldn't find any package by regex 'libgtk-x11-2.0.so.0'
    Some one can give me a clue on this?

    I'm thinking to add an ubuntu repo but I read on the Kali FAQ to do that will broke my Kali installation:

    http://docs.kali.org/general-use/kal...t-repositories

  2. #2
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    According to the error, those particular packages aren't in the Kali repos. In terms of adding repos, I definitely would not do it.

    As I'm sure you're aware, Java has its own issues.

  3. #3
    Join Date
    2016-Jul
    Posts
    1
    Experiencing the same issue...

  4. #4
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    In this particular case, I'd put WebEx, and its dependencies, on a different Linux partition (maybe Ubuntu, Mint, etc). While I've not tried it, I have a strong feeling that trying to get it on Kali would cause some serious problems/instability.

Similar Threads

  1. issues related to update and upgrade/ i have highligted the issues in Bold.
    By The Invader in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-04-04, 08:32
  2. Display Issues & Root Issues (sort of)
    By JerryLee in forum Installing Archive
    Replies: 0
    Last Post: 2020-03-31, 13:02
  3. Replies: 0
    Last Post: 2014-01-01, 17:35

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •