You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, February 26th 2004, 4:14pm

installing kopete on mandrake 9.2

Hello, I'm a newbie at linux and I am having a problem installing this
on mandrake 9.2. After I type './configure' I get this message....

checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed.
This will fail. So, check this please and use another prefix!
[root@localhost kopete-0.8.0]#

What do I need to do to correct this? Thanks for any advice.

Jason

2

Thursday, February 26th 2004, 11:59pm

try [code:1] ./configure --prefix=/usr [/code:1]

3

Friday, February 27th 2004, 8:34am

First do this in a terminal:
'which konqueror'
the output should look like this:
/opt/kde/bin/konqueror or /usr/bin/konqueror or /usr/local/bin/konqueror or something along those lines.
Whatever it is, the output sans the bin/konqueror portion is your prefix, so if /usr/local/bin/konqueror is the output, then your prefix is /usr/local. From there,
./configure --prefix=/usr/local(or whatever your output gave you)
make
su
make install