Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 6th June 2006, 11:56 AM
386sxFan Offline
Registered User
 
Join Date: Jun 2006
Posts: 1
GYACHI install

Well admitedly I haven't really used any flavor of linux in over 3 years so most of what I did know has been replaced by useless facts or something. I have to have Gyachi installed in order to move back to Linux completely because my mother has to see our son on yahoo messenger.
Here are the dependancy issues:
Missing Dependency: libjasper >= 1.701.0 is needed by package gyachi
Missing Dependency: libalsa2 >= 0.9 is needed by package gyachi
Missing Dependency: gtk+2.0 >= 2.8.0 is needed by package gyachi

I know I can nodep it but I also know they are installed. So if figure this can be a learning experience instead of a quick patch. How do I tell the package manager where to look for them at and how do I find them?. Any help would be greatly appreciated

Mike.
Reply With Quote
  #2  
Old 6th June 2006, 12:55 PM
markkuk Offline
Registered User
 
Join Date: Apr 2005
Location: Finland
Posts: 5,075
Looks like you are trying to install a RPM built for some other Linux distro than Fedora, with a different package naming system. Fedora package names are "jasper", "alsa-lib" and "gtk2". If you can't find a Fedora RPM you need to build one by yourself.
Reply With Quote
  #3  
Old 29th October 2006, 01:49 AM
saqer Offline
Registered User
 
Join Date: Oct 2006
Posts: 177
make sure that jasper, alsa-lib and gtk2 are installed. The names shown above are from mandrake where packages are named differently. After you install these three packages do

rpm -ivh gyachi-xxx.rpm --nodeps

better yet, install the src.rpm of gyachi. tweak its spec file and repackage and rebuild.
Reply With Quote
  #4  
Old 22nd November 2006, 03:59 AM
Deb's Avatar
Deb Offline
Registered User
 
Join Date: Feb 2005
Location: Maryland USA
Posts: 190
Update

Quote:
make sure that jasper, alsa-lib and gtk2 are installed. The names shown above are from mandrake where packages are named differently. After you install these three packages do

rpm -ivh gyachi-xxx.rpm --nodeps
Worked pretty well for me. There was a complain about not finding "libgailutils.so.17" when tried to run from the terminal. The latest gail package does not come with libgailutils.so.17 but found libgailutils.so.18 under /usr/lib. Made a soft link, issuing "ln -s /usr/lib/libgailutils.so.18 /usr/lib/libgailutils.so.17" as root and it started working. Thanks Saqer.
Reply With Quote
  #5  
Old 14th March 2007, 09:54 AM
Carlo1973 Offline
Registered User
 
Join Date: Feb 2007
Posts: 19
Okay I finnaly got my system to see the network. Running out of options getting FC6 to configure the network but network running fine in windows, I started checking my bios to see what I might have disabled. Turned out that I disabled some weird advance power management functions - from what I can tell - the option to turn my pc on and off from the keyboard namely... after re-enabling this feature, for some strange reason two things happend in linux. 1) boot time was vastly improved, and 2) my network was now getting an IP address. I'm really not sure how they are related as to me this feature has always been a fairly useless one. Anyhow its been working flawless for about a week or so (knock on preverbial wood)

Now i've run into a snag. Most all the aps I need are installed. I wanted to install a Yahoo client with webcam support. I remember back when I was using Fedora core 2, and even RH9, I would use a program called Gyach pY! Enhanced. It took a bit of tweaking but I got it running. I see it hasn't been updated much lately, and totally understandable since the creator is a very busy person. I have also noticed the spin off project of GyachI Enhanced or Gyachi for short, that came out of fellow developers and users who wanted to keep the title moving forward. Now, I've tried to install Gyachi onto my Fedora Core 6 system (x86_64 based), and I'm running into all sorts of issues. I've found an RPM for Fedora Core 6 - however its meant for i386 system. When I try to install it I get an error - of course, cause of depency issues not met because its looking for i386 libs. Okay thats fine, I download the source tar ball from source forge and try again. Hmmm now i'm getting errors in the tar ball saying I'm missing depencies... Following depencies are apparently not found: libgtkhtml-2.so.0 is needed by gyachi-1.0.5
libjasper-1.701.so.1 is needed by gyachi-1.0.5
libltdl.so.3 is needed by gyachi-1.0.5


How odd. I do a locate command for these files and find them listed in /usr/lib64 so I know the files exist...

Can anyone give me a hand or some direction in how I can fix this?

Thanks in advance!

Carlo
Reply With Quote
  #6  
Old 14th March 2007, 11:24 AM
lazlow Offline
Registered User
 
Join Date: Aug 2005
Posts: 3,172
You might try a link to /usr/lib. That is where 32bit libs are stored (were it is looking for them.

Lazlow
Reply With Quote
  #7  
Old 14th March 2007, 07:53 PM
Carlo1973 Offline
Registered User
 
Join Date: Feb 2007
Posts: 19
Thanks Lazlow, I thought that to so I tried last night before bed with: ln -s /usr/lib64/libgtkhtml-2.so.0 /usr/lib/libgtkhtml-2.so.0. I dont think it worked. When I did another locate comand for the above file, it wasn't listed at all under /usr/lib and when I checked the dir with a filebrowser in gnome, it appeared that there were indeed something listed with that name there but it appeared defective or corrupt. Not sure why that would be either unless I typed something in wrong which is a good posibility lol
Reply With Quote
  #8  
Old 14th March 2007, 10:24 PM
lazlow Offline
Registered User
 
Join Date: Aug 2005
Posts: 3,172
It would take more disk space but you could try just copying (not moveing) the files.
Reply With Quote
  #9  
Old 26th June 2007, 02:02 AM
|vann| Offline
Registered User
 
Join Date: Jun 2007
Posts: 4
i have selinux on fc7 and i compiled from source gyachi ..... now when i run him i get avc denial .Gyachi starts and can`t load plugins
How to fix this?
Reply With Quote
Reply

Tags
gyachi, install

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with gyachi voice not opening.. Slinx Using Fedora 0 12th September 2009 08:31 PM
Gyachi problem on Fedora 11 x86-64 jimb417 Using Fedora 4 2nd July 2009 08:30 AM
F9 Webcam doesn't work w/ GYachI Driftwould Hardware & Laptops 3 20th May 2008 05:39 PM
gyachi vs webcam fitlad Using Fedora 1 13th April 2008 06:20 PM
compiling gyachi error whiterazorblade Using Fedora 2 5th February 2008 07:46 AM


Current GMT-time: 01:51 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat