"David B. Reyes" wrote:
> 
> to the Plug Linux community,
> 
> Thanks in advance.
> 
> after a fresh install of red hat 7.3, I tried
> installing mysql-version .tar.gz source
> ./configure --prefix=/usr/local/mysql
> make
> make install
> scripts/mysql_install_db
> cd /usr/local/mysql/bin
> ./safe_mysqld &
> the daemon dies...or doesn't start...
> message /tmp/mysql.socks something
> 

shot in the dark. the /tmp is used for temporary files so im guessing
that the error that you are getting is something like 'cannot create
/tmp/mysql.socks' in which case check if the file is already existing in
/tmp. if it is then delete it (or rename it to something different).

> okay...after installing RH7.3, I compiled
> linux-2.4.19....
> 
> this should be like following the book instruction
> 

i still have this from benjamin oris' daily LOST posting to the
ph-linux-newbie list

####[ Linux One Stanza Tip (LOST) ]###########################

Sub : Steps for kernel compilation                   LOST #087

1. #cd /usr/src/linux   2. #make mrproper  3. #make
menuconfig              
4. #make dep            5. #make clean     6. #make modules
7. #make install        8. #make modules_install
Change /etc/lilo.conf and than run lilo -v
For detailed explaination refer to Kernel-HOWTO.

####<[EMAIL PROTECTED]>########################################


and a post from the mandrake newbie-list (which you should be able to
use in conjuction with the LOST above and some minor modifications)

> I would like to recompile kernel and would like to just change one
> option from the default kernel that is installed now. Is there a file
> that has settings for current kernel, which is installed after you
> install Mandrake?

 ('Course this assumes you have the kernel-source...rpm installed)

o      'cd /usr/src/linux'   and   'cp .config config.save'

         Edit Makefile  and change EXTRAVERSION =
         to somethin other than what it's already set to

         Uncomment the line,  export  INSTALL_PATH=/boot

o      'make mrproper'    this step is not optional

o      'cp config.save .config'    Now you can edit .config

o      'make oldconfig'  Then continue on with the regular steps


ciao!
-- 

"Programming, an artform that fights back."

=============================
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 637-4634 loc. 75
Fax# 637-4679

Registered Linux User #246176
=============================
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to