LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-06-2009, 01:47 PM   #1
Jagoul
Member
 
Registered: Aug 2009
Location: beirut-lebanon
Distribution: red hat enterprise 5 on my pc,and suse 11 on my laptop
Posts: 38

Rep: Reputation: 15
Unhappy installing kmess messenger on my rhle


i downloaded kmess from the internet
and i extracted the package in order to install it
but after excuting ./configure which is inside kmess directory
an error occurs:


[root@localhost kmess-2.0]# ./configure

which: no kde4-config in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin)
configuring KMess 2.0
checking build directory
running cmake from /Downloads/kmess-2.0/build
command: cmake -D CMAKE_INSTALL_PREFIX=/usr/local \
-D CMAKE_BUILD_TYPE=relwithdebinfo \
-D KMESS_DEBUG_OUTPUT=0 \
/Downloads/kmess-2.0

./configure: line 156: cmake: command not found
-- cmake failed

Please fix the problems mentioned above, and run ./configure again.
For example, make sure you have the KDE 4 devel packages installed.
_______________________________________________
so guys what should i do
 
Old 09-06-2009, 06:40 PM   #2
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
did you read the installation instructions and prerequisites? make sure you have the required packages and tools, which it appears you do not have; follow this: http://trac.kmess.org/wiki/Compiling...uringwithCMake

Last edited by nadroj; 09-06-2009 at 06:41 PM.
 
Old 09-06-2009, 11:45 PM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Kmess version 1.5.2 is for KDE 3.x.x / Qt3
http://sourceforge.net/projects/kmess/files/
> > kmess-1.5.2.tar.gz , Mon Mar 23 2009 23:35

Requires
# yum install kdebase-devel kdenetwork-devel qt-devel libxslt-devel

.....
An rpm package can be built from kmess-1.5.2-1pclos2009.src.rpm
http://spout.ussg.indiana.edu/linux/...os2009.src.rpm

.. using the attached kmess-el5.spec
Attached Files
File Type: txt kmess-el5.spec.txt (3.3 KB, 11 views)

Last edited by knudfl; 09-07-2009 at 07:19 AM.
 
Old 09-07-2009, 07:16 AM   #4
Jagoul
Member
 
Registered: Aug 2009
Location: beirut-lebanon
Distribution: red hat enterprise 5 on my pc,and suse 11 on my laptop
Posts: 38

Original Poster
Rep: Reputation: 15
still having a problem with installing kmess

how An rpm package can be built from kmess-1.5.2-1pclos2009.src.rpm
http://spout.ussg.indiana.edu/linux/...os2009.src.rpm
i downloaded the file and i lauch rpm but
the following warning is up :

[root@localhost Downloads]# rpm -Uvh kmess-1.5.2-1pclos2009.src.rpm
1:kmess warning: user texstar does not exist - using root
warning: group texstar does not exist - using root
########################################### [100%]

by the way the txt file attched u sent guys ,i couldn't read the recomended instructions coz i didn't know which one to chooose
 
Old 09-07-2009, 07:38 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
A warning is not an error, just an information.
In this case, it tells, who compressed the package.

Building an rpm package from src.rpm is easy :
# rpmbuild -bb name.spec
( The package 'rpm-build' is required.)
.. Please rename kmess-el5.spec.txt to kmess-el5.spec
and do : # rpmbuild -bb kmess-el5.spec
The location of the created package is
/usr/src/redhat/RPMS/i386/kmess-1.5.2-1el5.i386.rpm
.....

'kmess-2.0' is meant for KDE4. KDE4 is not available on EL5.
.....
Extra packages for 1.5.2 :
# yum install libXScrnSaver-devel libXinerama-devel libXext-devel

If you want to manually install 1.5.2 :
Code:
./configure --disable-debug --enable-mt --enable-shared --disable-static --disable-objprelink --with-pic --with-gnu-ld --disable-rpath --disable-embedded --enable-fast-install=yes --with-qt-dir=/usr/lib/qt-3.3 --with-xinerama

Last edited by knudfl; 09-07-2009 at 08:09 AM.
 
Old 09-07-2009, 08:32 AM   #6
Jagoul
Member
 
Registered: Aug 2009
Location: beirut-lebanon
Distribution: red hat enterprise 5 on my pc,and suse 11 on my laptop
Posts: 38

Original Poster
Rep: Reputation: 15
more troubles

i tried #rpm -tb kmess-1.5.2-1pclos2009.spec
but didn't work please tell me why should i make it .spec extension
plz explain in details ,thanks in advance
 
Old 09-07-2009, 01:05 PM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
You already unpacked kmess-1.5.2-1pclos2009.src.rpm
to /usr/src/redhat/BUILD/

So now it's time to build a package with 'rpmbuild'.
'rpm' isn't used for that. !

# rpmbuild -bb kmess-el5.spec

... and nothing else. Let the build finish. And install the package.

( I assume, you downloaded the 3.3 kB text file kmess-el5.spec.txt )
The only reason for suffix .txt : Else you can't attach it.
.....
 
Old 09-08-2009, 08:18 AM   #8
Jagoul
Member
 
Registered: Aug 2009
Location: beirut-lebanon
Distribution: red hat enterprise 5 on my pc,and suse 11 on my laptop
Posts: 38

Original Poster
Rep: Reputation: 15
still cannot install

while excuting rpmbuild -bb kmess-el5.spec
many dependencies showed up
kdebase-devel is needed by kmess-1.5.2-1el5.i386
kdenetwork-devel is needed by kmess-1.5.2-1el5.i38
which leeds me to kdelibs and libkkdnssd-devel respectively
that i didn't find them on my installation dvd neither on the net

Last edited by Jagoul; 09-08-2009 at 08:20 AM.
 
Old 09-08-2009, 03:58 PM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Hence this line in post # 3 :
# yum install kdebase-devel kdenetwork-devel qt-devel libxslt-devel
... Or haven't you got a Redhat subscribtion for EL 5 ?

Free packages are of course available from CentOS or
Scientific Linux 5.3 , free versions of RH EL 5.
Example address :
http://mirror.centos.org/centos/5/
http://mirror.centos.org/centos/5/os/i386/CentOS/
updates
http://mirror.centos.org/centos/5/updates/i386/RPMS/
.....

Last edited by knudfl; 09-08-2009 at 04:09 PM.
 
Old 09-09-2009, 12:04 PM   #10
Jagoul
Member
 
Registered: Aug 2009
Location: beirut-lebanon
Distribution: red hat enterprise 5 on my pc,and suse 11 on my laptop
Posts: 38

Original Poster
Rep: Reputation: 15
tracing packages

1-libkdnssd-devel
2-kdelibs-devel
i need those 2 packages ,can u afford them
coz i don't have registration for my RHLE

Last edited by Jagoul; 09-09-2009 at 12:09 PM.
 
Old 09-09-2009, 05:42 PM   #11
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
kdelibs-devel : one in each of the mirrors, post # 9. ( a : os , b : update.)
.. can't say which one will fit your system ...

libkdnssd-devel : non existent as a package name,
but provided by kdnssd-avahi-devel .....

The version, I have is
kdnssd-avahi-devel-0.1.3-0.1.20060713svn.fc6.i386.rpm
http://linux1.fnal.gov/linux/fermi/s...n.fc6.i386.rpm
.. ( originally from my install DVD, CentOS 5.2 , not in the repo's any more.)
.....
.....

And you should really install a free version of Redhat EL 5.
The are two : CentOS 5.3 and Scientific Linux 5.3.
http://distrowatch.com/index.php?dis...h=all&year=all
http://distrowatch.com/index.php?dis...h=all&year=all
.. and have all 8000 packages in your package manager .. to install with a click.
.....

Last edited by knudfl; 09-09-2009 at 06:21 PM.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: KMess - MSN Messenger Client for KDE in openSUSE Linux LXer Syndicated Linux News 0 08-27-2008 07:30 AM
kickstart GUI cannot find on RHLE 4? hocheetiong Linux - Newbie 2 10-06-2007 03:11 PM
How to install RHLE 4 and SLES 9 in the same harddisk? westman Linux - Enterprise 4 02-03-2006 11:14 AM
Installing KMESS Nukem Slackware 2 04-17-2004 06:39 PM
libz error when installing messenger sw - kopete, kmess darrenj Linux - Newbie 4 08-29-2003 12:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:30 PM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration