Monday 21 May 2012

Skype installation Steps and error's

Skype installation Steps in CentOS 5.2:


step1:download skype tar file:
          http://download.skype.com/linux/skype_static-2.1.0.81.tar.bz2

3.2. Untar the static file


Use this command to untar the skype_static tar ball that you downloaded (substituting the version of the file you downloaded for <version> ... at the time of this Howto, the version was 1.4.0.118):
[user@host]$ tar -xvjf skype_static-2.1.0.81.tar.bz2

Once you have untared the file, you will have a directory named skype_static-2.1.0.81. Change to the new directory with this command:
[user@host]$ cd skype_static-2.1.0.81

List the files in the directory with the following command:
[user@host]$ ls -l

This is the result for the latest version available at the time of this Howto:
[user@myth skype_static-1.4.0.118]$ ls -l
total 18428
drwxr-xr-x 2 user group     4096 Sep 27 11:39 avatars
-rw-rw-r-- 1 user group      424 Nov 12 01:42 diff
drwxr-xr-x 2 user group     4096 Sep 27 11:39 icons
drwxr-xr-x 2 user group     4096 Sep 27 11:39 lang
-rw-r--r-- 1 user group    15628 Sep 27 11:39 LICENSE
-rw-r--r-- 1 user group     3173 Sep 27 11:39 README
-rwxr-xr-x 1 user group 18753060 Sep 27 11:39 skype
-rw-r--r-- 1 user group      453 Sep 27 11:39 skype.conf
-rw-r--r-- 1 user group      161 Sep 27 11:39 skype.desktop
drwxr-xr-x 2 user group     4096 Sep 27 11:39 sounds

3.3. Move the files into place


If this is an upgrade from a previous version of Skype which was installed using this howto, you will want to backup the previous version of Skype so you can move back to it if there are problems with the upgrade. Perform the following actions prior to copying the files into place to create this backup (need to become root here):
# Begin upgrades only section #
[root@host]# rm -f /usr/bin/skype
[root@host]# rm -f /etc/dbus-1/system.d/skype.conf
[root@host]# rm -rf /usr/share/skype.bak
[root@host]# mv /usr/share/skype /usr/share/skype.bak
# End upgrades only section #

Now you are ready (for upgrades and new installs) to copy the currently downloaded Skype files into place. You should still be inside the untared directory above and the command ls -l should show the above file list. Use these commands to enable skype:
[root@host]# mkdir -p /usr/share/skype

[user@host]$ cd skype_static-2.1.0.81

[user@myth skype_static-1.4.0.118]$ ls -l

[root@host]# cp -a * /usr/share/skype
[root@host]# cd /usr/bin/
[root@host]# ln -s /usr/share/skype/skype .
[root@host]# cd /etc/dbus-1/system.d/
[root@host]# ln -s /usr/share/skype/skype.conf .

3.4. Running Skype

You can run the skype program (as a normal user) from the command line with the command:
[user@host]$ skype

# the available generic skype binaries are 32-bit, so if you're running a 64-bit 
# system you need to make sure you have various 32-bit libraries installed
#yum install glib2.i386 qt4.i386 zlib.i386 alsa-lib.i386 libX11.i386 \libXv.i386 libXScrnSaver.i386 


# installing to /opt (tweak to taste)
cd /tmp
#wget http://www.skype.com/go/getskype-linux-beta-static
cd /opt
tar jxvf /tmp/skype_static-2.1.0.47.tar.bz2
ln -s skype_static-2.1.0.47 skype


# Setup some symlinks (the first is required for sounds to work, the second is optional)
ln -s /opt/skype /usr/share/skype
ln -s /opt/skype/skype /usr/bin/skype





==========================
My system is 64bit and i need to install it (i hate skype to be honest) for my work.
Is there an open source software in order to replace it?




1.#vim  /etc/yum.repos.d/skype.repo


[skype]
name=Skype Repository
baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/
enabled=0
gpgchek=0




2.yum -y --enablerepo=skype --nogpgcheck install skype libX11.i686 libv4l.i686 alsa-plugins-pulseaudio.i686 qt-x11.i686 libXScrnSaver.i686 libX11.i686 \
libv4l.i686 alsa-plugins-pulseaudio.i686 qt-x11.i686 glibc.i686 libXScrnSaver.i686  qt.i686 qt-x11.i686 alsa-lib.i686 libXv.i686


3.ldd /usr/bin/skype




4.[dimitris@localhost ~]$ ldd /usr/bin/skype


    linux-gate.so.1 =>  (0x00a75000)
    libasound.so.2 => /lib/libasound.so.2 (0x00ca6000)
    libXv.so.1 => /usr/lib/libXv.so.1 (0x001b1000)
    libXss.so.1 => /usr/lib/libXss.so.1 (0x00acc000)
    librt.so.1 => /lib/librt.so.1 (0x498e2000)
    libQtDBus.so.4 => /usr/lib/libQtDBus.so.4 (0x00110000)
    libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0x00d9a000)
    libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4 (0x00935000)
    libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0x00453000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x498ae000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x007ef000)
    libm.so.6 => /lib/libm.so.6 (0x4f088000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x48a0a000)
    libc.so.6 => /lib/libc.so.6 (0x496dd000)
    libdl.so.2 => /lib/libdl.so.2 (0x49b8f000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0x001b6000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0x00187000)
    /lib/ld-linux.so.2 (0x496bc000)
    libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0x002ef000)
    libdbus-1.so.3 => /lib/libdbus-1.so.3 (0x00788000)
    libgthread-2.0.so.0 => /lib/libgthread-2.0.so.0 (0x49b38000)
    libglib-2.0.so.0 => /lib/libglib-2.0.so.0 (0x49a1d000)
    libpng12.so.0 => /usr/lib/libpng12.so.0 (0x00702000)
    libz.so.1 => /lib/libz.so.1 (0x498ca000)
    libfreetype.so.6 => not found
    libgobject-2.0.so.0 => /lib/libgobject-2.0.so.0 (0x49b3f000)
    libSM.so.6 => /usr/lib/libSM.so.6 (0x00198000)
    libICE.so.6 => /usr/lib/libICE.so.6 (0x00ba3000)
    libXi.so.6 => /usr/lib/libXi.so.6 (0x00a8f000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0x001a0000)
    libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x0032f000)
    libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00ac5000)
    libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x00337000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00923000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00341000)
    libssl.so.10 => /usr/lib/libssl.so.10 (0x00375000)
    libcrypto.so.10 => /lib/libcrypto.so.10 (0x104b6000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00bdd000)
    libuuid.so.1 => /lib/libuuid.so.1 (0x001aa000)
    libfreetype.so.6 => not found
    libexpat.so.1 => /lib/libexpat.so.1 (0x003cb000)
    libgssapi_krb5.so.2 => /lib/libgssapi_krb5.so.2 (0x003f3000)
    libkrb5.so.3 => /lib/libkrb5.so.3 (0x01e5e000)
    libcom_err.so.2 => /lib/libcom_err.so.2 (0x00433000)
    libk5crypto.so.3 => /lib/libk5crypto.so.3 (0x0072b000)
    libresolv.so.2 => /lib/libresolv.so.2 (0x4986b000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0x0075d000)
    libkrb5support.so.0 => /lib/libkrb5support.so.0 (0x00437000)
    libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x00441000)
    libselinux.so.1 => /lib/libselinux.so.1 (0x49887000


5.sudo yum install libfreetype.so.6


I removed Skype and reinstalled adding the command you mentioned.


Everything is OK now!
############################### 
errors in windows xampp: 


 XAMPP PORT 80 BUSY Problems with the Windows version of XAMPP, questions, comments, and anything related. XAMPP PORT 80 BUSY Dear All, 


I am using XAMPP in windows xp service pack 2.I want to use mysql gui tools with that. 
Anyhow apache sever is not starting.always it gets the message busy port 80. How to solve this.Please help to resolve ?


 Re: XAMPP PORT 80 BUSY most likely it is Skype which must have blocked the port 80. 
if you are running skype, then you can easily change its ports.


///// Go to Tools -> Advanced -> Connections////// and uncheck the Use Port 80 and 443 option and close skype. Now again try to start Apache. you should be able to do it.
=====================


Troubleshooting Skype

https://help.ubuntu.com/community/SkypeTroubleshooting



Add missing icons under System Menu in Ubuntu 10.04 Lucid Lynx

I have been using Ubuntu 10.04 Lucid for a period of time,and it is embarrassing that today I just found the icons under System Menu’s missing.See the picture:



I have found out an easy method from ubuntuforums,to add the icons back to System Menu.Finally,it looks like:

Following is what I did:
Press Alt+F2,and type gconf-editor in pop-up window.Click Run and the Configuration Editor window should open up.
Now,navigate to “desktop -> gnome -> interface” and check the check-box behind “menus_have_icons” in right.

Done!


============
I had this same problem -- Ubuntu 11.10 changed the allowed list of apps that show up in the notification area and Skype wasn't included properly. To fix it do the following:


1. Open the Terminal app


2. Run the command "gsettings get com.canonical.Unity.Panel systray-whitelist". It will print a list like "['JavaEmbeddedFrame', 'Wine', 'hp-systray', 'scp-dbus-service']". Copy what it prints out.


3. Paste this list into a text editor and add the entries 'Skype' and 'skype' to it. So if you started with the example above, you'd end up with "['JavaEmbeddedFrame', 'Wine', 'hp-systray', 'scp-dbus-service', 'Skype', 'skype']". Copy this new list.


4. Run the command "gsettings set com.canonical.Unity.Panel systray-whitelist ['JavaEmbeddedFrame', 'Wine', 'hp-systray', 'scp-dbus-service', 'Skype', 'skype']", pasting in the list you created in step 3.


5. Log out and log back in. (I'm not sure if this is really necessary, but it might be.) You should now see the Skype systray icon.


Hope that helps! There is probably a way to change this configuration through some configuration GUI, but I haven't been able to find that.

1 comment:

  1. Wow, it seems that it solved every problem (sometimes no sound, crash when answering a call, crash when receiving a message during a call) I had with Skype on Linux Mint 16 Cinnamon!Really huge thank you! visit more info Skype Help and Call +1-800-231-4635 USA (Toll Free).

    ReplyDelete