View Single Post
HtheB's Avatar
Moderator | Posts: 3,718 | Thanked: 7,420 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#65
Originally Posted by billranton View Post
The proper order is:
Code:
tar -zxf telepathy-python-0.15.19.tar.gz
cd telepathy-python-0.15.19.tar.gz
./configure
make
make install
you need all of the other dependencies installed before you do that, so run this before:

Code:
apt-get install make python-gobject python-openssl python-gst0.10 python-farsight python-crypto python-dbus
Seems like I had to extract the file outside of the "MyDocs".
After that, I had to chmod 777 the configure file.

But now... it asks me for the xsltproc...

Code:
configure: error: xsltproc (from the libxslt source package) is required
So it won't continue the installation

Edit:
Ok.... this is weird
I tried to apt-get install xsltproc again and now it doesn't remove anything at all.... :/

ok, trying again ./configure now to see what happens

Edit2:
After compiling and reinstalling the butterfly package, and readding it with mc-tool, I finally got it working!

Finally!

Thanks a million
I'll make a user friendly tutorial on the first post

Edit3:
Updated first post
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.

Last edited by HtheB; 2011-11-23 at 16:49.