[EMAIL PROTECTED] writes:
[...]
>
>How do you install mysql from spm soure rpms?
>
>In this order right ?
>1) apache.spm
>2) mod_php.spm
>3) mod_ssl.spm
>4) mysql.spm
>
>Is it rpm -i apache.spm ?
>Then go to /usr/src/packages/SPECS ? right?
>
>Then what ?
>I'm using SuSE 7.1 Linux.
>
[...]
>
>Would anyone have a copy of Mandrake 8 that I could
>borrow and burn?
I don't know about suse but I can show you how to do it
in redhat or mandrake.
rpm -ivh package.src.rpm
cd /usr/src/RPM/SPECS
rpm -bb package.spec
# the above line will build binary rpms. you should
# notice where and what packages were written at the end
# of the build.
cd /usr/src/RPM/RPMS/i586 # see above notes
rpm -ivh package.i586.rpm
OR
rpm --rebuild package.src.rpm
# the above line will build binary rpms. you should
# notice where and what packages were written at the end
# of the build.
cd /usr/src/RPM/RPMS/i586 # see above notes
rpm -ivh package.i586.rpm
NOTE: i586 is the machine's achitecture. it could be i386, i486, i686,
athlon.
Check out these urls...
http://www.linux-mandrake.com/howtos/mdk-rpm/
http://www.rpm.org/
sherwin
_
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]