On 24 Feb 2002, Weh8spam wrote:
> Hi,
> 1) please just tell me where the libreadline.so.4 RPM is for RH6.2
Hi,
Here is the src rpm:
ftp://rpmfind.net/linux/redhat/7.1/en/os/i386/SRPMS/readline-4.1-9.src.rpm
If you do not know how to make an rpm using src rpm, the following lines
could help you: (I know it is offtopic, excuses from the list members)
1. Enter the following command:
rpm -i readline-4.1-9.src.rpm
2. You'll find the spec file under /usr/src/[redhat|RPM]/SPEC directory .
Make necesarry changes, if any.
3. rpm -bb specfilein.spec (the name of spec file). Instead of bb, you
could use
-bb --> Build Binary
-bs --> Build Source
-ba --> Build All
4. If you will not make any changes in spec file, you could use
rpm --rebuild seninpaket.src.rpm
5. Your binary package will go under
/usr/src/[redhat|RPM]/RPMS/[i386|i486|i586|i686|athlon|noarch]/
directory.
Hope this helps you.
Regards,
Devrim GUNDUZ
devrim@oper.metu.edu.tr
devrim.gunduz@linux.org.tr
devrimg@tr.net
Phone : +90-535-328-9594 (cellular)
Phone : +90-312-295-9595 (work)
Phone : +90-312-286-5906 (home)
Web : http://devrim.oper.metu.edu.tr
--------------------------------------------