LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 05-02-2005, 07:18 AM   #1
prestoj8
LQ Newbie
 
Registered: May 2005
Posts: 8

Rep: Reputation: 0
Error in compiling Kopete


HI

I wonder if anyone can help me please, i am novice to suse linux. I am trying to install KOPETE when i do: ./configure

I get:

error: Qt (>= Qt 3.2) (headers and libraries) notfound. Please check your installation!

What dose that mean? and what do i need to do to correct it?

Please help.

regards,

prestoj8
 
Old 05-02-2005, 07:20 AM   #2
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Try to install the qt3-devel package.
 
Old 05-02-2005, 07:47 AM   #3
prestoj8
LQ Newbie
 
Registered: May 2005
Posts: 8

Original Poster
Rep: Reputation: 0
HI abisko00

I installed the qt3-devel package (thank you for your suggesstion), now i get this error after doing ./configure:

n the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!

any ideas?

Many thanks
 
Old 05-02-2005, 07:51 AM   #4
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
You could try again with ./configure prefix=/opt/kde3
 
Old 05-02-2005, 07:53 AM   #5
prestoj8
LQ Newbie
 
Registered: May 2005
Posts: 8

Original Poster
Rep: Reputation: 0
no joy
same error (in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
)

I think i am going to dump kopete and go for SIM instead.

Many thanks for your help
 
Old 05-02-2005, 07:58 AM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You need to install the kde development packages (kdelibs-devel).
 
Old 05-02-2005, 08:49 AM   #7
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Sorry, I should have seen that the KDE headers where missing too. In general, if something like headers are missing, you need to install the corresponding devel package.

You can also try to install the kopete-rpm by guru. Add his repository to your YaST sources:

Change Source of Installation->Add->FTP
server: ftp.gwdg.de
directory: pub/linux/misc/suser-guru/rpm/9.1 (change version to yours)

And install via YaST->Software->Install and Remove Software

EDIT: Just found out that kopete is part of the kdenetwork3-InstantMessenger package (no need to add another installation source)

Last edited by abisko00; 05-02-2005 at 08:51 AM.
 
Old 05-02-2005, 09:07 AM   #8
prestoj8
LQ Newbie
 
Registered: May 2005
Posts: 8

Original Poster
Rep: Reputation: 0
Hi

everything is going ok now until i did:

make

then i got this:

/usr/bin/sed: can't read /usr/lib/libjpeg.la: No such file or directory
libtool: link: `/usr/lib/libjpeg.la' is not a valid libtool archive
make[3]: *** [libkopeteui.la] Error 1
make[3]: Leaving directory `/home/prestoj8/kopete-0.9.2/kopete/libkopete/ui'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/prestoj8/kopete-0.9.2/kopete/libkopete'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/prestoj8/kopete-0.9.2/kopete'
make: *** [install-recursive] Error 1


what shall i do now?
 
Old 05-02-2005, 09:14 AM   #9
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
That's the way it goes if you compile yourself. A lot of devel packages and libraries need to be installed

Have a try with libjpeg, jpeg and/or gd, gd-devel (not sure, but one or more of those are probably missing).
 
Old 05-02-2005, 10:16 AM   #10
prestoj8
LQ Newbie
 
Registered: May 2005
Posts: 8

Original Poster
Rep: Reputation: 0
finally, got it working

Kopete works now, phew, need to practice more with unix.

I would like to thank you all:

abisko00 &
reddazz

for your great help, without you guys, i would ended up being stuck and abandoned the whole thing.

thank you both again

your

prestoj8
 
Old 05-24-2005, 09:13 PM   #11
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Rep: Reputation: 35
presto you say thanks to everyone yet you do not state how you got it to work for you, what did you do to get it to work?

d-1


Quote:
Originally posted by prestoj8
finally, got it working

Kopete works now, phew, need to practice more with unix.

I would like to thank you all:

abisko00 &
reddazz

for your great help, without you guys, i would ended up being stuck and abandoned the whole thing.

thank you both again

your

prestoj8
 
Old 05-27-2005, 07:01 PM   #12
jschlesinger
LQ Newbie
 
Registered: May 2005
Posts: 1

Rep: Reputation: 0
dolphans1,

Installing libjpeg-devel will fix the below error...

/usr/bin/sed: can't read /usr/lib/libjpeg.la: No such file or directory
libtool: link: `/usr/lib/libjpeg.la' is not a valid libtool archive

Which I'm assuming is what prestoj8 did.
 
  


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
problems with compiling kopete (/lib/cpp error) mac1234mac Programming 1 09-14-2005 01:26 PM
Compiling Kopete Ryan450 Linux - Software 6 08-19-2004 05:23 PM
Error compiling KDE Network 3.2.3 (Kopete) Guimauve2 Linux - Software 6 08-17-2004 10:19 AM
Compiling Kopete 0.8.2 KHAAAN Linux - Newbie 1 07-08-2004 11:31 PM
Help with compiling Kopete salscozzari Linux - Newbie 2 09-16-2003 02:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 09:25 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