Pabukas Na Isipan

Thursday, September 22, 2005

First thanks to sir Michael Louie Loria for giving this link!!!
http://www.phrozensmoke.com/projects/pyvoicechat/index.php

and when I'm about to forget webcam and voice using GyachE because I can't install it, another thread gave me "hope"!
thanks to sir David T. Asuncion, Jr. for another link http://www.gerona.gov.ph/davidjr which leads me to http://brainbox.keyz.org/index.php?paged=2 which I still don't know who is... but thanks...

Now heres how I did it (my way heheh pagbigyan na po ang tagumpay ng isang Linux newbie)


1. I just downloaded the following...
gyach-enhanced_pyvoice-binary-1.0.7-i586.tar.bz2
gyachE-Webcam-Utilities-0.4-i586.tar.bz2
gyachE-Media-Package-0.2.tar.bz2
gyach_enhanced_fonts1.tar.bz2
gyach_enhanced_fonts2.tar.bz2

2. Extract the files above using the following commands...
you need to be the root(boss) so that computer will follow your commands...

su

then type the password.

cd [directory where you saved the above files]

tar -xjvf gyach-enhanced_pyvoice-binary-1.0.7-i586.tar.bz2 -C /
tar -xjvf gyachE-Webcam-Utilities-0.4-i586.tar.bz2 -C /
tar -xjvf gyachE-Media-Package-0.2.tar.bz2 -C /
tar -xjvf gyach_enhanced_fonts1.tar.bz2 -C /
tar -xjvf gyach_enhanced_fonts2.tar.bz2 -C /

I tried to run GyachE (by just typing gyach) but an error appears...
gyach: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory

I downloaded the file libgtkhtml-2.6.0.pre-compiled-courtesy-package.i586.tar.bz2

to extract it I typed
tar -xjvf libgtkhtml-2.6.0.pre-compiled-courtesy-package.i586.tar.bz2 -C /
I made a directory in /usr/lib named libgtkhtml-2 (gyach is looking for the library on that directory)
mkdir /usr/lib/libgtkhtml-2
and copy the file(library I think to it).
cp libgtkhtml-2.so.0 /usr/lib/libgtkhtml-2

i tried to run the GyachE again(again by typing gyach) but another error appears:
gyach: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory

i downloaded the file libtool-ltdl-1.5.18-2.99_11.99.rh7.3.at.i386.rpm
typed the command :
rpm -vih
libtool-ltdl-1.5.18-2.99_11.99.rh7.3.at.i386.rpm

I tried again and success!!