Many thanks for your response. I carried out the operations as per your instructions. Here is a brief summary of what I did.
Mandrake 10.0 - CD1 rpm -i libreadline4-4.3-7mdk.i586.rpm Mandrake 10.0 - CD2 rpm -i libreadline4-devel-4.3-7mdk.i586.rpm rpm -i php-readline4-devel-4.3.4-1mdk.i586.rpm Mandrake 10.0 - CD3 No such package found Please note that I manually found out all the available libreadline packages in each of the 3 discs of Mandrake 10.0 by issuing the find command from the shell prompt. I was logged in as 'root' when I performed the entire operation. After completing the above operation, I again tried to install the Sqlite rpm but the same error message popped up. I performed a find on the stated file on my system which showed that the file is present. Here is the output of the find command : find / -name libreadline*.* /usr/share/doc/libreadline4-devel-4.3 /usr/lib/libreadline.a /usr/lib/libreadline.so /lib/libreadline.so.4 /lib/libreadline.so.4.1 /lib/libreadline.so.4.2 /lib/libreadline.so.4.3 /lib/libreadline.so Kindly help. Your's sincerely, Anirban Sarkar ----- Original Message ----- From: "Force3 Team" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, December 28, 2004 10:30 PM Subject: Re: [sqlite] Sqlite installation problems > >> Hi! everyone, > >> > >> I am a newbie as far as Sqlite is concerend. So I just need some help > >> to get things started. I am working on Mandrake Linux 10.0 platform. > >> > >> I have downloaded the rpm 'sqlite-2.8.15-1.i386.rpm' from the > >> downloads section of www.sqlite.org. I log into my linux system as > >> root and execute the above rpm when the following error pops up : > >> > >> "Some package requested cannot be installed: > >> sqlite-2.8.15-1.i386(due to unsatisfied libreadline.so.4) > >> do you agree?" > >> > >> > > You have to install the libreadline package, which is either called > > libreadline-XXXXX.rpm or readline-XXXX.rpm (fill in the XXXX's). If you > > can't find it in the package manager, go through the CDs one by one, > > then, from the command-line (and as root), do: > > > > rpm -uvh readline-XXXX.rpm > > > > (or whatever it is called), with the current directory being in > > /mnt/cdrom/Mandrake or similar. > > > > Hi, I am facing the similar kind of problem on Encore's Simputer > can any one help me to find out the source code of libreadline-so.4 lib. > so that i cam complie it for intel arm procesor. > > Thanks in advance. > > > -- > > Regards, and Have a nice day. > > Prachait Saxena > > Force3 Team > --------------------------- > (M) :- +91 98229 44025 > (M) :- +91 93732 81318 > (E) :- prachait (at) force3-india (dot) com > (W) :- http://www.force3-india.org/ > (W) :- http://www.force3-india.com/ > > _________________________________ > Our Solution at Microsoft Solution Market Place > Public Grievance Redressal System version 1.0.0 > http://www.microsoft.com/asia/solutionmarketplace/solutiondetail.asp?ind=3&sid=30101&type=1&solid=1760&language=1&searchresult=true&sLanguage=1 > > Checkout Latest: > http://force3-india.org/downloads/Presentations/Force3-India_inCLASS-Presentation.zip >

