[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re[2]: [cobalt-users] RaQ2 PHP-3.0.16



On Mon, 12 Mar 2001, Allan Liska wrote:

> 
> Okay...this is just strange :).
> 
> So, for some reason on this RaQ2 the install is not creating the symbolic
> link from /usr/lib/libgdbm.so.2 to /usr/lib/libgdbm.so.2.0.0.

hmm, ldconfig -v
should make that link, dunno why the rpm didn't do that tho...

There is something screwy here tho...

pm -qf /usr/lib/libgdbm.so.2.0.0
gdbm-1.7.3-14

rpm -qf /usr/lib/libgdbm.so.2    
file /usr/lib/libgdbm.so.2 is not owned by any package

In other words it appeared by magic ;)

However php does indeed depend on a generated file...

 rpm -qpR php-3.0.16-2C2.mipsel.rpm 
webserver  
...
libgdbm.so.2  
libm.so.6  
...
On the other hand, it let me install php...why?

 rpm -q php
php-3.0.16-2C2

So...my brain hurts -/

rpm --rebuilddb might be worth a try just in case it's more confused than
i am ;)

(We are talking an ancient version of rpm here, so weirdness is probably
normal)

gsh