Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-03-2012, 01:31 PM
|
#1
|
|
Member
Registered: Jan 2008
Posts: 106
Rep:
|
Slackware 64 13.37 installpkg problem with k3b
I tried to install k3b using a package from my
Slackware64 13.37 DVD ( that I downloaded ), into
my Slackware 64 13.37 OS that I installed from
the same DVD. I can't see k3b in the KDE Multimedia
menu, and I can not start it from the KDE Run Command.
And I can't find it any were in the /usr or /etc
directory or anywhere else.
I hope I'm doing something obviously wrong and
some one will point it out to me.
bash-4.1# installpkg k3b-2.0.2-x86_64-2.txz
Verifying package k3b-2.0.2-x86_64-2.txz.
xz: (stdin): File format not recognized
Installing package k3b-2.0.2-x86_64-2.txz:
PACKAGE DESCRIPTION:
WARNING: Package has not been created with 'makepkg'
/sbin/ldconfig: /usr/lib/libwx_gtk2u_aui-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_stc-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_fl-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_core-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_ogl-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_qa-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_gl-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_svg-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_html-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_gizmos_xrc-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_plot-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_adv-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_gizmos-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_xrc-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_gizmos_xrc-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_plot-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_adv-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_gizmos-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_xrc-2.8.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libwx_gtk2u_richtext-2.8.so.0 is not a symbolic link
Package k3b-2.0.2-x86_64-2.txz installed.
It says it's installed, but why can't I start it ?
|
|
|
|
09-03-2012, 05:31 PM
|
#2
|
|
Senior Member
Registered: Nov 2008
Location: Paris, France
Distribution: Slackware-14.0 on a Lenovo T61 6457-4XG
Posts: 2,788
|
Quote:
Originally Posted by zeelog
bash-4.1# installpkg k3b-2.0.2-x86_64-2.txz
Verifying package k3b-2.0.2-x86_64-2.txz.
xz: (stdin): File format not recognized
Installing package k3b-2.0.2-x86_64-2.txz:
PACKAGE DESCRIPTION:
WARNING: Package has not been created with 'makepkg'
|
This looks weird, maybe the package is corrupted.
Check with "ls -l" that this file weights exactly 8749640 bytes.
And use the "explodepkg" command to check its content.
|
|
|
|
09-03-2012, 05:47 PM
|
#3
|
|
Senior Member
Registered: Mar 2004
Location: Prince Rupert, B.C., Canada
Distribution: Slackware
Posts: 3,655
|
Maybe try this:
# slackpkg reinstall k3b
Perhaps the package is corrupt?! Slackpkg will pull down a fresh copy of k3b.
|
|
|
|
09-04-2012, 09:48 AM
|
#4
|
|
Member
Registered: Jan 2008
Posts: 106
Original Poster
Rep:
|
Slackware 64 13.37 installpkg problem with k3b
Something does look odd with the file format.
It's the right size but the file format is not recognized.
bash-4.1# ls -l k3b-2.0.2-x86_64-2.txz
-rw-r--r-- 1 root root 8749640 Sep 3 15:31 k3b-2.0.2-x86_64-2.txz
bash-4.1# explodepkg k3b-2.0.2-x86_64-2.txz
Exploding package k3b-2.0.2-x86_64-2.txz in current directory:
xz: (stdin): File format not recognized
I'm going to find a different copy from the internet
and see if that works.
|
|
|
|
09-04-2012, 09:52 AM
|
#5
|
|
Member
Registered: Jan 2008
Posts: 106
Original Poster
Rep:
|
Slackware 64 13.37 installpkg problem with k3b
root@ed:~# uname -a
Linux ed 2.6.37.6-smp #2 SMP Sat Apr 9 23:39:07 CDT 2011 i686 Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz GenuineIntel GNU/Linux
root@ed:~#
|
|
|
|
09-04-2012, 09:57 AM
|
#6
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,685
Rep: 
|
Quote:
Originally Posted by zeelog
root@ed:~# uname -a
Linux ed 2.6.37.6-smp #2 SMP Sat Apr 9 23:39:07 CDT 2011 i686 Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz GenuineIntel GNU/Linux
root@ed:~#
|
You are running 32-bit Slackware... not 64-bit as you thought.
Eric
|
|
|
|
09-04-2012, 11:45 AM
|
#7
|
|
Member
Registered: Jan 2008
Posts: 106
Original Poster
Rep:
|
Slackware 64 13.37 installpkg problem with k3b
This is a big bad surprise to me ! So I have the 32 bit
version installed even though I downloaded a supposedly
64 bit DVD version of Slackware 13.37 ?
How did that happen? I've no idea. So, how does somebody
get a real 64 bit version of Slackware and install a
64 bit version of Slackware ?
Now I'm going to have to zap this entire OS and start
all over again. I want to do it right next time.
What does the 64 bit Slackware uname -a look like ?
The README.TXT on my DVD says:
Welcome to Slackware 13.37! (64-bit x86_64 edition)
Slackware 13.37 is a complete distribution of the Linux operating system.
Here are some versions of major components of Slackware 13.37:
- Linux kernel 2.6.37.6
2.6.38.4
- C compiler gcc-4.5.2
- Binutils 2.21.51.0.6
- GNU C Library glibc-2.13
- X Window System X11R7.6 + updates
- KDE 4.5.5
- Xfce 4.6.2
For installation instructions, see the file 'Slackware-HOWTO'.
Are you sure I'm running a 32-bit Slackware ?
|
|
|
|
09-04-2012, 12:19 PM
|
#8
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,685
Rep: 
|
Do you have an official DVD bought from the Slackware Store? That DVD is double-sided, 32-bit Slackware on one and 64-bit Slackware on the other side.
Uname on a 64-bit computer looks like this:
Code:
$ uname -a
Linux thyrion 2.6.37.6 #2 SMP Sat Apr 9 13:24:51 CDT 2011 x86_64 AMD Athlon(tm) II X4 640 Processor AuthenticAMD GNU/Linux
Eric
|
|
|
|
09-13-2012, 09:04 AM
|
#9
|
|
Member
Registered: Jan 2008
Posts: 106
Original Poster
Rep:
|
Slackware 64 13.37 installpkg problem with k3b
Sad to say, the problem is that the OS is 32 bit and I was
installing 64 bit applications on it. My other topic in Slackware;
Slackware 13.37 k3b can not find cdrecord
was the same.
So both topics are now solved.
What isn't solved is how I got a 32-bit OS installed from
a supposedly 64-bit iso download file. But what is life
without mysteries...
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:06 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|