LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-14-2004, 04:46 AM   #16
juan18
LQ Newbie
 
Registered: Jun 2004
Distribution: Red hat 9
Posts: 21

Original Poster
Rep: Reputation: 15
still no luck


this is what i did:

i want to install apt4rpm i already downloaded everything that has relation to apt4rpm and all that was posted in their site and their links. they have no clear instructions so i just downloaded the related files. here are the files i have downloaded from their site:

apt-0.5.4cnc8-1cl.i386.rpm perl-XML-LibXML-1.53-1.i586.rpm
apt-0.5.4cnc9-1cl.i386.rpm perl-XML-LibXML-Common-0.12-1.i586.rpm
apt4rpm-0.68.2-2.noarch.rpm perl-XML-NamespaceSupport-1.08-1.i586.rpm
apt4rpm-0.68.2-2.src.rpm perl-XML-SAX-0.12-1.i586.rpm
apt-devel-0.5.4cnc8-1cl.i386.rpm rpm-4.2-0.69.i386.rpm
apt-devel-0.5.4cnc9-1cl.i386.rpm synaptic-0.24-rb1.i386.rpm
librpm404-4.0.4-8x.27.i386.rpm synaptic-0.26-rb1.i386.rpm

i first did what you told me, to check if apt-get is installed.

[root@josheb /]# whereis apt-get
apt-get:
[root@josheb /]#

i got no response, unlike yours which responded with a path. so i decided to install it again. and here is what i did and got:

[root@josheb aptrpms]# rpm -Uvh apt-0.5.4cnc8-1cl.i386.rpm apt-0.5.4cnc9-1cl.i386.rpm apt4rpm-0.68.2-2.noarch.rpm apt4rpm-0.68.2-2.src.rpm apt-devel-0.5.4cnc8-1cl.i386.rpm apt-devel-0.5.4cnc9-1cl.i386.rpm librpm404-4.0.4-8x.27.i386.rpm perl-XML-LibXML-1.53-1.i586.rpm perl-XML-LibXML-Common-0.12-1.i586.rpm perl-XML-NamespaceSupport-1.08-1.i586.rpm perl-XML-SAX-0.12-1.i586.rpm rpm-4.2-0.69.i386.rpm

warning: apt-0.5.4cnc8-1cl.i386.rpm: V3 DSA signature: NOKEY, key ID 92a38df6
warning: package apt = 0.5.4cnc8-1cl was already added, replacing with apt <= 0.5.4cnc9-1cl
warning: package apt-devel = 0.5.4cnc8-1cl was already added, replacing with apt-devel <= 0.5.4cnc9-1cl
warning: librpm404-4.0.4-8x.27.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
warning: package rpm = 4.0.3-6x was already added, replacing with rpm <= 4.2-0.69

error: Failed dependencies:
librpm.so.0 is needed by apt-0.5.4cnc9-1cl
apt-server is needed by apt4rpm-0.68.2-2

please do notify me if you need more information about my problem. thanks! and by the way, you mentioned something like another way of installation, could you tell me the procedure so that i could also try it? thanks again!
 
Old 06-14-2004, 09:38 AM   #17
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Did you scroll down to the bottom of the page?
Quote:
Redhat binaries

Binary packages for RedHat can be found here (look for the called section: "How do I use the repository (RedHat 6.2 instructions)?")
It looks like you are downloading the stuff needed to set up an apt server (a machine that will send packages to the clients wanting them).

Since you want to get packages and use them, you want to download the stuff for a client machine.

Think waitress=server
Person eating at resturant=client
 
Old 06-16-2004, 06:55 AM   #18
juan18
LQ Newbie
 
Registered: Jun 2004
Distribution: Red hat 9
Posts: 21

Original Poster
Rep: Reputation: 15
dead link - instrustions for download for redhat9

i think the linux world would not like me to get my hands on apt4rpm HEHEHE! the link your refering to is dead. so i followed what you told me and did not include the servers side and just install the client. here is what i did.

Code:
[josh@josheb josh]$ cd kupal
[josh@josheb kupal]$ dir
apt-0.5.15cnc6-rb.suse091.1.i586.rpm  apt-libs-0.5.5cnc6-rb3.i386.rpm
apt-0.5.4cnc8-1cl.i386.rpm            flash-plugin-7.0.25-1.i386.rpm
apt-0.5.5cnc6-rb3.i386.rpm            librpm404-4.0.4-8x.27.i386.rpm
apt-devel-0.5.4cnc8-1cl.i386.rpm      rpm-libs-3.0.6-4.i386.rpm
[josh@josheb kupal]$ su
Password:
[root@josheb kupal]# rpm -i apt-0.5.5cnc6-rb3.i386.rpm
error: Failed dependencies:
        libapt-pkg-libc6.3-5.so.0 is needed by apt-0.5.5cnc6-rb3
        librpm.so.0 is needed by apt-0.5.5cnc6-rb3
[root@josheb kupal]# rpm -i apt-0.5.5cnc6-rb3.i386.rpm apt-libs-0.5.5cnc6-rb3.i386.rpm
error: Failed dependencies:
        librpm.so.0 is needed by apt-0.5.5cnc6-rb3
        librpm.so.0 is needed by apt-libs-0.5.5cnc6-rb3
[root@josheb kupal]#
what i did was:
1. go to the directory where i placed my files
2. display its contents
3. changed to root account
4. installed the latest version which is apt-0.5.5cnc6-rb3.i386.rpm
5. i noticed that i looked for a library file named libapt-pkg-libc6.3-5.so.0
6. since i dont have that package i tried using this one, apt-libs-0.5.5cnc6-rb3.i386.rpm in conjuction with the apt program named, apt-0.5.5cnc6-rb3.i386.rpm which in my opinion is the same with the needed file, libapt-pkg-libc6.3-5.so.0 of course its just a hunch but still it displayed this: (taken from above, last part)
Code:
[root@josheb kupal]# rpm -i apt-0.5.5cnc6-rb3.i386.rpm apt-libs-0.5.5cnc6-rb3.i386.rpm
error: Failed dependencies:
        librpm.so.0 is needed by apt-0.5.5cnc6-rb3
        librpm.so.0 is needed by apt-libs-0.5.5cnc6-rb3
[root@josheb kupal]#
7. i tried searching for the librpm.so.0 on rpmfind.net and on the web but they keep returning the whole rpm package, the whole rpm program and they say that librpm.so.0 is already included in it. but when i install it it only showes librpm.so when you type "whereis librpm.so.0" it would return this:
Code:
[root@josheb kupal]# whereis librpm.so.0
librpm.so: /usr/lib/librpm.so
[root@josheb kupal]#
they dont provide a download for the specific library-librpm.so.0.

i was thinking, that maybe you could tell me how you installed your apt4rpm. maybe, just maybe it would work for me too. well i really hope so.

no i know why they say rpm is hard to use when it involves file dependencies.

thanks again! i hope you wont get tired of helping me. thanks!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
MPlayer Plugin Starts Playing too Early dudeman41465 Linux - Software 6 12-17-2005 04:48 PM
xmms-wma makes xmms to exit while try playing .wma deepclutch Debian 12 12-02-2005 06:53 PM
Now playing plugin for xmms? zenith_zth Linux - Software 4 11-01-2004 05:21 PM
Xmms Plugin 1.2.8 [xmms-config problem] MDMA Mandriva 2 01-29-2004 09:55 AM
Mplayer Mozilla Plugin not playing movies linoob Linux - Software 3 05-15-2003 09:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration