This is a discussion on kde 3.4.2 from kde.org on slackware.org within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hello, Did anyone install the latest kde (version 3.4.2) from kde.org yet on slackware 10.1? I am new to ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, Did anyone install the latest kde (version 3.4.2) from kde.org yet on slackware 10.1? I am new to slackware, but not new to linux, so I was wondering what the best way would be to install it. Is it as simple as downloading each package and then run pkgtool? Or are there things that have to be created or changed manually? Would it be better to go for the kde 3.4.1 from linuxpackages.net instead? Thanks for any suggestions whatsoever on this Kris |
| |||
| Krimgelas wrote: > Hello, > > Did anyone install the latest kde (version 3.4.2) from kde.org yet on > slackware 10.1? I am new to slackware, but not new to linux, so I was > wondering what the best way would be to install it. Is it as simple as > downloading each package and then run pkgtool? Or are there things that > have to be created or changed manually? Would it be better to go for the > kde 3.4.1 from linuxpackages.net instead? > > Thanks for any suggestions whatsoever on this > > Kris You can upgrade to slackware-current with swaret. Michel. |
| |||
| krimgelas@hotmail.com wrote : > Did anyone install the latest kde (version 3.4.2) from kde.org yet on > slackware 10.1? Thats pretty easy to do in Slackware. Download all packages from the KDE 3.4.2 directory at kde.org to a directory by them-self and then logout. Login again but not into KDE and as root run this command in the directory: 'upgradepkg --install-new *.tgz' -- Thomas O. This area is designed to become quite warm during normal operation. |
| |||
| dillinger wrote: [snip] > > You can upgrade to slackware-current with swaret. or slapt-get -- Fred Emmott http://www.fredemmott.co.uk http://www.slamd64.com |
| |||
| Thomas Overgaard wrote: > > krimgelas@hotmail.com wrote : > >> Did anyone install the latest kde (version 3.4.2) from kde.org yet on >> slackware 10.1? > > Thats pretty easy to do in Slackware. Download all packages from the KDE > 3.4.2 directory at kde.org to a directory by them-self and then logout. > > Login again but not into KDE and as root run this command in the > directory: > 'upgradepkg --install-new *.tgz' Seems to work great, I just used pkgtool though, but since it was a fresh install I suppose it doesn't make a difference I only have troubles with the package amarok from linuxpackages.net. I did install libtunepimp and libmusicbrainz, but still it crashes shortly after launching... |
| |||
| krimgelas@hotmail.com wrote : > Seems to work great, I just used pkgtool though, but since it was a fresh > install I suppose it doesn't make a difference > The only sideeffect is that your having double entries for all KDE packages in /var/log/packages dunno if that can cause you problems later on. > I only have troubles with the package amarok from linuxpackages.net. I did > install libtunepimp and libmusicbrainz, but still it crashes shortly after > launching... I'm pretty sure thats because amaroK from linuxpackages is build against KDE 3.3.2, but try this command to see if there's some more dependencies missing: 'ldd `which amarok`' -- Thomas O. This area is designed to become quite warm during normal operation. |
| |||
| Krimgelas wrote: > Thomas Overgaard wrote: > >> >> krimgelas@hotmail.com wrote : >> >>> Did anyone install the latest kde (version 3.4.2) from kde.org yet on >>> slackware 10.1? >> >> Thats pretty easy to do in Slackware. Download all packages from the KDE >> 3.4.2 directory at kde.org to a directory by them-self and then logout. >> >> Login again but not into KDE and as root run this command in the >> directory: >> 'upgradepkg --install-new *.tgz' > > Seems to work great, I just used pkgtool though, but since it was a fresh > install I suppose it doesn't make a difference > > I only have troubles with the package amarok from linuxpackages.net. I did > install libtunepimp and libmusicbrainz, but still it crashes shortly after > launching... ln -s /usr/lib/libFLAC.so.7 /usr/lib/libFLAC.so.6 Rintek |
| |||
| On 2005-08-22, Thomas Overgaard <thover@post2.tele.dk> wrote: > > krimgelas@hotmail.com wrote : > >> Seems to work great, I just used pkgtool though, but since it was a fresh >> install I suppose it doesn't make a difference >> > The only sideeffect is that your having double entries for all KDE > packages in /var/log/packages dunno if that can cause you problems later > on. > I did have some double entries, in particular for arts, so I removed the older versions. Thanks for pointing that out. >> I only have troubles with the package amarok from linuxpackages.net. I did >> install libtunepimp and libmusicbrainz, but still it crashes shortly after >> launching... > > I'm pretty sure thats because amaroK from linuxpackages is build > against KDE 3.3.2, but try this command to see if there's some more > dependencies missing: 'ldd `which amarok`' I was already affraid of that, but somehow I hoped that it wouldn't matter. The output of "ldd `which amarok`" gives libkdecore.so.4 => /opt/kde/lib/libkdecore.so.4 (0x40017000) libDCOP.so.4 => /opt/kde/lib/libDCOP.so.4 (0x40251000) libresolv.so.2 => /lib/libresolv.so.2 (0x4029d000) libutil.so.1 => /lib/libutil.so.1 (0x402b0000) libart_lgpl_2.so.2 => /usr/lib/./libart_lgpl_2.so.2 (0x402b4000) libidn.so.11 => /usr/lib/./libidn.so.11 (0x402cb000) libkdefx.so.4 => /opt/kde/lib/libkdefx.so.4 (0x402fb000) libqt-mt.so.3 => /usr/lib/qt/lib/libqt-mt.so.3 (0x40327000) libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1 (0x409ee000) libmng.so.1 => /usr/lib/./libmng.so.1 (0x40a15000) libjpeg.so.62 => /usr/lib/./libjpeg.so.62 (0x40a6f000) libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x40a8c000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40b08000) libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x40b1e000) libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0x40b22000) libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0x40b2b000) libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x40b2e000) libfreetype.so.6 => /usr/lib/./libfreetype.so.6 (0x40b40000) libexpat.so.0 => /usr/lib/./libexpat.so.0 (0x40baa000) libdl.so.2 => /lib/libdl.so.2 (0x40bca000) libpng.so.3 => /usr/lib/./libpng.so.3 (0x40bcf000) libz.so.1 => /usr/lib/./libz.so.1 (0x40c00000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40c11000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40c1f000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40ce9000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40cf1000) libpthread.so.0 => /lib/libpthread.so.0 (0x40d0a000) libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x40d5c000) libstdc++.so.5 => /usr/lib/./libstdc++.so.5 (0x40d64000) libm.so.6 => /lib/libm.so.6 (0x40e1b000) libgcc_s.so.1 => /usr/lib/./libgcc_s.so.1 (0x40e3e000) libc.so.6 => /lib/libc.so.6 (0x40e46000) libXxf86vm.so.1 => /usr/X11R6/lib/libXxf86vm.so.1 (0x40f64000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40f69000) /lib/ld-linux.so.2 (0x40000000) Looks like all the libraries are installed, right? After removing the amarok package, I installed again, but this time compiled from source. Strangely, it causes exactly the same crash. BTW, thanks a lot for your help! Kris |
| ||||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 22 Aug 2005 18:16:07 +0200, Fred Emmott wrote: > dillinger wrote: > [snip] >> >> You can upgrade to slackware-current with swaret. > > or slapt-get > or rsync, read the Changelog, and upgradepkg/installpkg That's my preferred method. Step two is often important. Brad -----BEGIN PGP SIGNATURE----- iD8DBQFDDlwckDp4KjYna1ARAtyzAKCuS8LN2a5mcmveq+CA9G z+NW88dACgjnSP 93FgdqWDN6nMxG6ARMVxhIU= =2Tcf -----END PGP SIGNATURE----- |