[Cooker] readline fix

2003-01-13 Thread Oden Eriksson
Hi.

Could someone please fix this?

http://bugs.php.net/bug.php?id=21153

Chears.
-- 
Regards // Oden Eriksson, Deserve-IT.com




Re: [Cooker] readline doesn't provide libreadline.so.4.2

2002-07-25 Thread Thierry Vignaud

Geoffrey Lee [EMAIL PROTECTED] writes:

 i just put back a hack inside readline that also provides this, note
 that this compatibility may or may not be safe (I'll find out
 later on ..)

 so either upgrade to 3mdk or that list of stuff needs to be rebuilt
 if it's not been done already.

i've rebuild all packages that use readline but 5 contrib packages
that're broken (some for quite some times).
the two maintainers of these 5 packages've been flamed^h^h^h^h^h told
about that ...





[Cooker] readline doesn't provide libreadline.so.4.2

2002-07-23 Thread Curtis H

Subject pretty much says it all.

readline-4.3-1mdk.i586.rpm
-- 
/curtis  

  Mandrake Linux 8.3 (cooker)
  Kernel Version 2.4.18-22w4l
Uptime 1 day 19 hours 20 minutes





Re: [Cooker] readline doesn't provide libreadline.so.4.2

2002-07-23 Thread J.A. Magallon


On 2002.07.24 Curtis H wrote:
Subject pretty much says it all.

readline-4.3-1mdk.i586.rpm
  ^^^
Name also.

-- 
J.A. Magallon \   Software is like sex: It's better when it's free
mailto:[EMAIL PROTECTED]  \-- Linus Torvalds, FSF T-shirt
Linux werewolf 2.4.19-rc3-jam1, Mandrake Linux 9.0 (Cooker) for i586
gcc (GCC) 3.1.1 (Mandrake Linux 8.3 3.1.1-0.10mdk)




Re: [Cooker] readline doesn't provide libreadline.so.4.2

2002-07-23 Thread Geoffrey Lee

On Wed, Jul 24, 2002 at 02:57:44AM +0200, J.A. Magallon wrote:
 
 On 2002.07.24 Curtis H wrote:
 Subject pretty much says it all.
 
 readline-4.3-1mdk.i586.rpm
   ^^^
 Name also.


readline has a major .so link (.so.4) but apps keep linking against 
the major *and* minor links (.so.4.3).

I guess in this case it is safe to provide some links back to .4.2.

-- G.





[Cooker] readline

2002-07-23 Thread Sebastian Dransfeld

root@s119b:/lib# objdump -x libreadline.so.4.3 |grep SONAME
objdump: libreadline.so.4.3: no symbols
  SONAME  libreadline.so.4.3


Why isn't SONAME libreadline.so.4 when 4.x is compatible?

Sebastian






[Cooker] readline-4.2-1mdk problem

2001-04-13 Thread Chris Wenny

python-2.0-9mdk and lftp-2.3.8-2mdk fail to build with the latest
readline(4.2).

=Spike=




Re: [Cooker] readline-4.2-1mdk problem

2001-04-13 Thread R.I.P. Deaddog

On Fri, 13 Apr 2001, Chris Wenny wrote:

 python-2.0-9mdk and lftp-2.3.8-2mdk fail to build with the latest
 readline(4.2).

Yes, the API of readline seems to be changed a little bit between 4.1 and
4.2... since so many packages depend on readline and it's freezing,
it'd be a good idea to revert back to 4.1

Abel Cheung