LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 02-02-2012, 06:02 AM   #1
freecloud
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Rep: Reputation: Disabled
Smile check for X ... no


Hello

When I install binary file fcitx with ./configure
It show
checking for X ...no
checking for DBUS...no
...
What is X and DBUS ,How to install them

Thankyou
 
Old 02-02-2012, 06:14 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,310

Rep: Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353
Welcome to LQ.

1) su

2) yum install libX11-devel dbus-devel


.

Last edited by knudfl; 02-02-2012 at 06:16 AM.
 
Old 02-02-2012, 06:19 AM   #3
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 39,857

Rep: Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121
Can we back up a fair way and ask WHY you're doing this in the first place? It looks like there may be an RPM version of this package, so you should really install that, and not compile from source if you are not comfortable doing so. If your distro (which is it??) doesn't have one, then you can install the matching development packages for X and DBUS and all the others that are bound to follow, but IF you can avoid this route, you should.
 
Old 02-02-2012, 06:38 AM   #4
freecloud
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
Welcome to LQ.

1) su

2) yum install libX11-devel dbus-devel


.
Thankyou I'm a new user of red hat linux,let me try
 
Old 02-02-2012, 07:02 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,310

Rep: Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353
Ref # 3 : No packages for Redhat EL5 or EL6.

The Fedora 12 fcitx installs OK in the Fedora 12 based EL6 :
# rpm -Uvh fcitx-3.6.3-6.20100602svn_utf8.fc12.i686.rpm
http://archives.fedoraproject.org/pu....fc12.i686.rpm
..... No dependencies.


And may be the Fedora 6 package scim-fcitx will fit into EL5 ?
http://archives.fedoraproject.org/pu...inux/extras/6/
.
 
Old 02-02-2012, 09:12 PM   #6
freecloud
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
HELLO
You give me fcitx-....rpm package need depended other file in red hat linux 6.0. After I use 'yum install libX11-devel dbus-devel',reconfigure with ./configure ,it show other files no in under following list

checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking for XFT... no
configure:WARNING:No xft found, skipping sconfigure for FreeType and xft
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no

those are all files showed. How to know those files belong to which file or packeg,and where to refer them

THANKYOU
 
Old 02-03-2012, 03:14 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 39,857

Rep: Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121
"You give me fcitx-....rpm package need depended other file in red hat linux 6.0."

can you please explain this more? If you install a local rpm file through yum it should resolve this for you if possible. I would *REALLY* urge this route if possible rather than compiling from source.

it looks like these packages should work for you: https://build.opensuse.org/package/b...entOS_CentOS-6

Last edited by acid_kewpie; 02-03-2012 at 03:17 AM.
 
Old 02-03-2012, 03:22 AM   #8
freecloud
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
OK,I will try install form local fcitx....rpm , but now I don't know how to set local yum source. Maybe need you tell me how to do . I'll try first THANKYOU

LI
 
Old 02-03-2012, 03:25 AM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 39,857

Rep: Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121
just put the entire file name in - "yum install fcitkxkfdkfdf.blah.blah.blah.x86_64.rpm"
 
Old 02-03-2012, 03:27 AM   #10
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,310

Rep: Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353
# 6

Assume "Redhat EL6" : Is it a 64bits OS ? Or 32bits ?
.... The command 'uname -m' will tell.


And which version of fcitx are you trying to build ?
Looks like an old version. ( Which is OK.)
The new 'fcitx-4.1.2' uses cmake to build : No "configure" script.
http://code.google.com/p/fcitx/downloads/list

.
 
Old 02-03-2012, 06:36 AM   #11
freecloud
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
my red hat linux is 32bit, I yum install fcitx-3.6.3-6.20100602svn_utf8.fc12.i686.rpm .
It showed "warning:rpmts_HdrFromFdno: Header V3 RSA/SHA256 Singnatur,key ID 57bbccba:NOKEY

I download fcitx-.2.0_dict.tar.bz2 from http://code.google.com/p/fcitx/downloads/list ,but my os don't have cmake, and did'nt find how to install cmake.

Thankyou for your help deeply. my English level is very low ,you must read very tired! thankyou knudfl

li
 
Old 02-03-2012, 06:39 AM   #12
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 39,857

Rep: Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121
Quote:
Originally Posted by freecloud View Post
my red hat linux is 32bit, I yum install fcitx-3.6.3-6.20100602svn_utf8.fc12.i686.rpm .
It showed "warning:rpmts_HdrFromFdno: Header V3 RSA/SHA256 Singnatur,key ID 57bbccba:NOKEY
that's not a problem, just a missing key. so fcitx should be installed now. Does "rpm -ql fcitx" show all the files that have been put on your system?
 
Old 02-03-2012, 07:00 AM   #13
freecloud
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
No,fcitx didn't installed, it's show information below following

yum install fcitx-3.6.3-6.20100602svn_utf8.fc12.i686.rpm
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
* base: mirror.bit.edu.cn
* extras: mirror.bit.edu.cn
* updates: mirror.bit.edu.cn
Setting up Install Process
Examining fcitx-3.6.3-6.20100602svn_utf8.fc12.i686.rpm: fcitx-3.6.3-6.20100602svn_utf8.fc12.i686
Marking fcitx-3.6.3-6.20100602svn_utf8.fc12.i686.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package fcitx.i686 0:3.6.3-6.20100602svn_utf8.fc12 set to be updated
--> Processing Dependency: libXpm.so.4 for package: fcitx-3.6.3-6.20100602svn_utf8.fc12.i686
--> Running transaction check
---> Package libXpm.i686 0:3.5.8-2.el6 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

==============================================================================================
Package
Arch Version Repository Size
==============================================================================================
Installing:
fcitx i686 3.6.3-6.20100602svn_utf8.fc12 /fcitx-3.6.3-6.20100602svn_utf8.fc12.i686 25 M
Installing for dependencies:
libXpm i686 3.5.8-2.el6 base 58 k

Transaction Summary
==============================================================================================
Install 2 Package(s)
Upgrade 0 Package(s)

Total size: 25 M
Installed size: 25 M
Is this ok [y/N]: y
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 57bbccba: NOKEY


Public key for fcitx-3.6.3-6.20100602svn_utf8.fc12.i686.rpm is not installed
 
Old 02-03-2012, 07:02 AM   #14
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 39,857

Rep: Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121Reputation: 1121
why are you not using the v4 packages I linked you to??
 
Old 02-03-2012, 07:17 AM   #15
freecloud
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
I don't understand what's your mean , It's mean you link to my computer? Maybe you can use ssh to connect my computer,but I using VMWARE whit NAT ,can you connect ?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] problem with 6.9glibc make -k check 2>&1 | tee glibc-check-log bhismnarayan Linux From Scratch 3 10-01-2010 08:51 AM
problem with 6.9glibc make -k check 2>&1 | tee glibc-check-log bhismnarayan Linux From Scratch 1 09-30-2010 03:04 PM
Partition check, check double check Vincentius Linux - General 0 12-25-2004 05:47 AM
Boot disk; check. CD in drive; check. Doesn't work; check. Hal DamnSmallLinux 7 02-04-2004 02:10 AM


All times are GMT -5. The time now is 02:42 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration