rpms vs make


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers rpms vs make
# 1  
Old 09-28-2001
rpms vs make

Ok, this is probably a real simple question....I have RH 7.1 and i wanted to know do I have to install the RPM packages for software or can i use the binaries and do make ...make install.

??
# 2  
Old 09-28-2001
"make" is used when compiling source packages
not binaries.

The rpm's work just fine. Why not use them?
# 3  
Old 09-29-2001
I have been trying to get mysql working on my computer. I have a computer which is almost the exact same and mysql work right after i installed it...I thought If I use the binaries it might work better.
# 4  
Old 09-29-2001
Yes... rpm will install the binaries for you.
I was confused as to why you wanted to use
make since that would be used to build binaries
from source.
# 5  
Old 09-29-2001
Ok, I may have confused you and me more. Yes I want to download source and use make and then make install. I tried the mysql RPM's but i keep getting this error 2002 message just trying to start the mysqld so im getting desparate. My boss needs mysql up and running wednesday with the database.


Any ideas???
# 6  
Old 09-29-2001
OK. Now I have the full picture.
Remove MySQL from your system then grab
what you need from:

http://www.mysql.com/

...you should find everything you need there
code, binaries, docs, etc.

You can also try grabbing the RedHat RPMs
from there and try installing that... it may
work properly.
# 7  
Old 09-30-2001
has anyone every got error 2002 mysql and knows the way to deal with it. I went to google and did a search and every answer i get is different and none have worked.

And later that same hour.......

Ok, went to mysql.com and am commig up with more answers....Why would safe_mysql end every time it is started ???

Last edited by macdonto; 09-30-2001 at 03:27 AM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Proxy Server

Building up apache httpd on AIX - acquiring RPMs etc.

pardon the ed URL refs but I'm not allowed to post URLs yet. and the misspelling in the original thread title, which I can't edit even in 'advanced' greetings all, posting this here rather than in Web Development since I suspect this is rather AIX-specific and will need some arcane knowledge,... (2 Replies)
Discussion started by: maraixadm
2 Replies

2. Red Hat

What is RPMs?

Would you please give us the definition and usage of RPMs in linux? thanks to reply.... (1 Reply)
Discussion started by: jaydul
1 Replies

3. Shell Programming and Scripting

download rpms from fedora 11 repositry

Hello folks, I want to download rpms from below link, but problem is that only able to download with wget command, but problem is that if internet delay or packet loss comes from remote site then it will break the download and download next file not continue the broken file, though i start from... (0 Replies)
Discussion started by: learnbash
0 Replies

4. Red Hat

How to remove installed RPMs by a specific date?

Hi there, Is there a way to remove rpms installed after specific date? I was improvising on my unixacademy Linux training and messed up with installation options. Can I remove the rpms installed after specific date? (1 Reply)
Discussion started by: newlinuxuser1
1 Replies

5. UNIX for Dummies Questions & Answers

Building single rpm from 2 different rpms?

Hi all, I have to automate server installation. For this its needed to install 2 - 3 different RPMs. Is there any way of creating a single rpm from these two rpms? How the spec file will look like? thanks... (0 Replies)
Discussion started by: zing_foru
0 Replies

6. Solaris

Gani Network Driver Won't Install - make: Fatal error: Don't know how to make targ...

I attached a README file that I will refer to. I successfully completed everything in the README file until step 4. # pwd /gani/gani-2.4.4 # ls COPYING Makefile.macros gem.c Makefile Makefile.sparc_gcc gem.h Makefile.amd64_gcc ... (1 Reply)
Discussion started by: Bradj47
1 Replies

7. Red Hat

How to update all rpms using single command option

Can any one help me to know the command option that will update all rpms Thanks in advance.. (2 Replies)
Discussion started by: RajendraKumar
2 Replies

8. Red Hat

How do I find out which rpms to install to cover dependencies?

Howdy all, I am trying to install dk-milter on a postfix mail machine, but am running up against some dependencies, and I don't know how to find out which rpms contain the required packages. # cat /etc/redhat-release Red Hat Enterprise Linux ES release 3 (Taroon Update 9) # uname -a ... (2 Replies)
Discussion started by: zefflyn
2 Replies

9. Red Hat

get default rpms on RH4 for Oracle 9i

Hi all, please advise. i need to install Oracle 9i database on RHES4 and i've totally screwed up with RPMs trying to install the wrong (i386) on 64bit machine. my question is: how do i can get back to the whole default bunch of RPMs and start from the beginning? (1 Reply)
Discussion started by: MarGur
1 Replies
Login or Register to Ask a Question