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, March 23rd 2006, 3:37am

[kopete] How to install newest source in SUSE for all users

Okay I did the configure make and make install on SUSE 10 but it only upgraded the version 12 beta 1 (which yahoo doesnt work in) now my problem is how do I do the upgrade to 12 beta 2 so that it ugrades all users. When I log into root I can launch it fine. But if I log into my account it launches the old 12 beta 1 version. Thanks for any help.

roN

Beginner

Posts: 21

Location: BC, Canada

Occupation: Webdeveloper

  • Send private message

2

Thursday, March 23rd 2006, 6:00am

RE: [kopete] How to install newest source in SUSE for all users

hee following:

Suse 9.3
I've been updating by complining from sources for a while, was always okay. Last version was 0.12 Beta1. Today I downloaded the sources for Beta2, compiled and installed as used to and it still says it would be 0.12 Beta1 and I can't see anychange since Beta1. I haven't tried logging it with root an launching it from there like Packrat described...
Thank you for help, eh!
::: chEErs roN :::

3

Thursday, March 23rd 2006, 12:55pm

RE: [kopete] How to install newest source in SUSE for all users

Quoted

Originally posted by Packrat
Okay I did the configure make and make install on SUSE 10 but it only upgraded the version 12 beta 1 (which yahoo doesnt work in) now my problem is how do I do the upgrade to 12 beta 2 so that it ugrades all users. When I log into root I can launch it fine. But if I log into my account it launches the old 12 beta 1 version. Thanks for any help.


Okay strike what I said it doesnt work when I su in root.

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

4

Thursday, March 23rd 2006, 3:06pm

RE: [kopete] How to install newest source in SUSE for all users

Are you really sure that beta 2 is installed in your KDE installation directory? It looks like beta 1 was installed in the right place but somehow you've specified another prefix for beta 2.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

5

Thursday, March 23rd 2006, 7:51pm

not sure kind of new to this how do I specify the dir?

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

6

Thursday, March 23rd 2006, 10:29pm

At the configure step:

Source code

1
./configure --prefix=/your/prefix/here
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

roN

Beginner

Posts: 21

Location: BC, Canada

Occupation: Webdeveloper

  • Send private message

7

Thursday, March 23rd 2006, 11:21pm

standard is I guess: /opt/kde3/bin/kopete
::: chEErs roN :::

mattr

Trainee

Posts: 105

Location: US

Occupation: Software Engineer

  • Send private message

8

Friday, March 24th 2006, 3:24pm

The standard prefix on SUSE is /opt/kde3, so your configure line should look like:

Source code

1
./configure --prefix=/opt/kde3 --enable-debug
then do the normal 'make' and 'make install'.

There are also several resources for compiling Kopete available online. See the kopete website or the KDE wiki for more information on compiling kopete
--Matt

roN

Beginner

Posts: 21

Location: BC, Canada

Occupation: Webdeveloper

  • Send private message

9

Friday, March 24th 2006, 5:45pm

I now compiled and installed kopete like that and it still says it'd be kopete 0.11.92 ).12 Beta1) why that? Damn... :(
::: chEErs roN :::

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

10

Friday, March 24th 2006, 6:36pm

What does

Source code

1
which kopete
return?
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

roN

Beginner

Posts: 21

Location: BC, Canada

Occupation: Webdeveloper

  • Send private message

11

Friday, March 24th 2006, 6:47pm

Source code

1
2
3
reg@linux:~> which kopete
/opt/kde3/bin/kopete
reg@linux:~>
::: chEErs roN :::

Posts: 1

Location: spain

Occupation: laboratory analyst

  • Send private message

12

Tuesday, March 28th 2006, 11:23am

having the same problem....
no updating at all after installation on SUSE10, neither as root nor as user.
which kopete command replies /opt/kde3/bin/kopete I think this is default, but, after all problems arise with the first kopete i compile, I always updated throught rpms before, using YaST2, and installations were fine.
hope suse10 rpms are soon available....

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

13

Tuesday, March 28th 2006, 1:14pm

  • Can you try to "make uninstall" the existing Kopete version and then install the 0.12 beta 2 again?
  • If you do

    Source code

    1
    
    ls -l /opt/kde3/bin/kopete
    is the date equal to the date/time you've installed the new Kopete?
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

roN

Beginner

Posts: 21

Location: BC, Canada

Occupation: Webdeveloper

  • Send private message

14

Tuesday, March 28th 2006, 4:03pm

yes, same here

Source code

1
2
3
reg@linux:~> ls -l /opt/kde3/bin/kopete
-rwxr-xr-x  1 root root 4177906 2006-03-24 07:52 /opt/kde3/bin/kopete
reg@linux:~>


how do I exactly use make uninstall for the existing installation? Thank you!
::: chEErs roN :::

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

15

Tuesday, March 28th 2006, 4:36pm

The best way is to extract the beta 1 tarball again and run the ./configure step from there with the right --prefix. From there, run "make uninstall" to uninstall all beta1 files.

A quicker way is to run "make uninstall" from the beta2 directory, but there's a slight chance some files won't be removed then.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

roN

Beginner

Posts: 21

Location: BC, Canada

Occupation: Webdeveloper

  • Send private message

16

Tuesday, March 28th 2006, 4:56pm

holly crab, i've just done that but that and compiled and installed beta 2 afterwards but it kept all my accounts and it still says beta1... holly... :(
Thank you for further support in that issue...
::: chEErs roN :::

roN

Beginner

Posts: 21

Location: BC, Canada

Occupation: Webdeveloper

  • Send private message

17

Tuesday, March 28th 2006, 6:12pm

holly again, now I made the make uninstall prodcedure again and deleted all folders in /opt/kde3 those were named kopete to try it again and now configure doesn't seem to run thru anymore, it's stuck at following line:

Source code

1
2
3
4
5
checking libgadu version 1.5(rcX) with pthread support... no
checking if supplied libgadu-copy can be used... yes
cp: cannot create regular file `./kopete/protocols/gadu/libgadu/libgadu-config.h': Permission denied
checking for long long... yes
mv: overwrite `./kopete/protocols/gadu/libgadu/libgadu-config.h', overriding mode 0644?

why the hell? Thank you for help!
::: chEErs roN :::

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

18

Tuesday, March 28th 2006, 6:39pm

make (un)install should normally be run as root, especially when operating in /opt/kde3
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

roN

Beginner

Posts: 21

Location: BC, Canada

Occupation: Webdeveloper

  • Send private message

19

Tuesday, March 28th 2006, 7:15pm

Quoted

Originally posted by bram85
make (un)install should normally be run as root, especially when operating in /opt/kde3


of course i ran it with root privileges!
::: chEErs roN :::