compile rpm-4.0 source


 
Thread Tools Search this Thread
Top Forums Programming compile rpm-4.0 source
# 1  
Old 08-27-2001
Hammer & Screwdriver compile rpm-4.0 source

Hello Unix experts,

I downloaded rpm-4.0 source from ftp.redhat.com and tried to make it. There are something I could not understand.

- Makefile.in and Makefile.am instead of Makefile
- file INSTALL doesn't show clearly the steps of compiling

What are these 2 files, Makefile.in and Makefile.am? What are they for?

Is there anyone who has experience of compiling rpm-4.0 source code? I'd like you to give me some tips.

I am using Red Hat Linux 6.0, kernel-2.2.5-15.i586.

Thanks!

Eddie



Last edited by eddie; 08-28-2001 at 12:25 AM..
# 2  
Old 08-28-2001

After you read the README and INSTALL files, look for a file called configure. If that exists, run it: ./configure.

You may need to edit the Makefile later on to reflect your system, but that will require more specific steps.

Once configure has run (if it exists), simply type make. Some times there is an option to make install - that will place the binaries where the author thought they should go.

These steps will not cover every complilation, but it should give you the basic steps for most of them.

HTH, HAND
# 3  
Old 08-28-2001
I tried it.
run ./confugure seems OK, but installation still failed. I know that I need to install other updated packages wanted by rpm-4.0.x after I read file INSTALL very carefully. Thank you, LivinFree.
Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Compile and debug Vim source code

Hi, I want to debug Vim source code with GDB but I can't get it. It seems to run without debugger. Here is my try. I have supressed output of most commands. Tell me if you need them. $ uname -mor 2.6.37-ARCH i686 GNU/Linux $ mkdir ~/birei && cd ~/birei $ wget... (2 Replies)
Discussion started by: birei
2 Replies

2. AIX

How to compile a package in AIX when we download its source?

How to compile a package surce in AIX when we download its source? (2 Replies)
Discussion started by: johnveslin
2 Replies

3. Solaris

Error when compile source code

Hello,I'm trying to compile source code for Nmap. My $PATH /usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/local/bin:/usr/css/bin I type ./configure and all goes great.When I type ./make or ./make it says make not found.Why?I need a correct path for make?Thanks in advance. (2 Replies)
Discussion started by: bgf0
2 Replies

4. Red Hat

Source RPM issue

Hi, I have created one soruce rpm by using some help file on net. when i installed the rpm with command "rpm -i xxx.rpm", by default it got installed under "/usr/src/redhat/SOURCES/. I want to install these source file under /application/myapps/. Also i want some guidence to improve the source... (0 Replies)
Discussion started by: rajeshatbuzz
0 Replies

5. SuSE

How to install .src.rpm ? ( source rpm )

Hi, I have got few RPM's from rpmfind.net ( mainly gcc ). But it seems to be src files instead of the image. so I think we have to build the src files according to target machine using rpmbuild. Can any one help me with 1) Various options of rpm build that have to be taken care 2)... (3 Replies)
Discussion started by: Sivaswami
3 Replies

6. UNIX and Linux Applications

How to compile from source code?

Hi all, I downloaded the source code for a pkg. But i dont know how to build from it? I have no prior experience in building from source,so could you pls help me? I tried ./configure(after entering into the dir containing the src codes) but it generated some errors!!!!! Some files... (1 Reply)
Discussion started by: wrapster
1 Replies

7. Linux

Converting source rpm to binary rpm

Hi, I need to install an rpm file,but I only have '.src.rpm' version of it. I want to convert it to a binary rpm. so I tried this rpm --rebuild somethin.src.rpm But I am gettin '--rebuild:Invalid option' as output Is there another way to rebuild source rpm.? Thanks in... (2 Replies)
Discussion started by: eamani_sun
2 Replies

8. UNIX for Advanced & Expert Users

Does anybody know Kernel-2.4.33 source rpm URL??

Hi Everybody, I want to download the kernel-2.4.33 source rpm.Does anybody know from where should i download?? As in kernel.org there are .gz or .bz2 versions of kernel packages are available. Any help is welcome. Thanks, Sriram (2 Replies)
Discussion started by: sriram.ec
2 Replies

9. Linux

Source Of Rpm's

Hi every one...i am new to linux and have a problem with rpm's. Do we have any facility to chk out the source code of rpm's.If yes plz specify the location so that i can explore a few... secondly can i know where we can get the source code of standard shell commands like sleep,ls,top....etc.I... (4 Replies)
Discussion started by: bssandilya
4 Replies

10. Programming

error trying to compile a c++ source file

i tried to compile a c++ file using the g++ command: g++ <filename>.cpp -out <output_file> and i received the following error message: ld.so.1: gcc: fatal: relocation error: file gcc: symbol bindtextdomain: referenced symbol not found Killed is it that i am using incorrectly the... (1 Reply)
Discussion started by: ldrojasm
1 Replies
Login or Register to Ask a Question