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.
[kopete] Can't install
To start i'm quite new to linux and i've used kopete before which was the standard install on mandrake 9.2 but i want to upgrade to 0.8 but i am having huge dificulties :oops: i run ./configure and it's seems to go fine but when i run make it does loads of stuff but i can't seem to fins exactly where it install's kopete to...ok now i am propbably sounding a complete noob but hey we all got to learn some time..lol..thanks for any help you can give me
Regards
sinistar
Make doesnt install anything, it just compiles a binary and the libraries. Make Install installs the binary and its libraries to its proper location. Given that you suppllied the configure script with the proper prefix.
i followed the instructions in the install file and i did run make install it did a lods of things then finished but i have no idea what it did....but i still can't find the files to run kopete....i'm at a complete loss..lol.. :oops:
What prefix did you give for ./configure?
nothing i just run ./configure lol was i meant to change something??? :oops: :oops:
From a terminal run 'which konqueror'. The output should be /usr/bin/konqueror. Whatever the output is, that would be your prefix minus the 'konqueror'. So if the output was /usr/bin/konqueror you would configure as ./configure --prefix=/usr/bin