[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re[2]: [cobalt-users] RaQ2 PHP-3.0.16
- Subject: Re: Re[2]: [cobalt-users] RaQ2 PHP-3.0.16
- From: Allan Liska <allan@xxxxxxxxxxxxx>
- Date: Mon Mar 12 05:38:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Okay...this is just strange :).
I went ahead and removed the libgdbm and removed references to it from
/usr/local/lib.
Then I did a fresh reinstall, which happened no problem. After I updated
the locate database I see this:
[root admin]# locate libgdbm
/usr/lib/libgdbm.a
/usr/lib/libgdbm.so
/usr/lib/libgdbm.so.2.0.0
But on another RaQ2 I get this:
[root lib]# locate libgdbm
/usr/lib/libgdbm.a
/usr/lib/libgdbm.so
/usr/lib/libgdbm.so.2
/usr/lib/libgdbm.so.2.0.0
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.
I thought I would fix it by cd'ing into the /usr/lib directory and typing
the following:
ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libgdbm.so.2
When I did that libgdbm.so.2 doesn't appear in a directory listing, and I
still get the same error message when I try to install PHP-3.0.16.
Any other thoughts?
Thanks for the help so far!
allan
--
Allan Liska
703-779-3700
Version12: Reliable Hosting Solutions
http://www.version12.net
On Mon, 12 Mar 2001 flash22@xxxxxxx wrote:
> On Mon, 12 Mar 2001, Allan Liska wrote:
>
> > Hello gsh,
> >
> > [root admin]# rpm -q gdbm
> > gdbm-1.7.3-14
> > [root admin]# rpm -ql -vv gdbm
> > D: opening database in //var/lib/rpm/
> > D: querying record number 370840
> > -rw-r--r-- root root 47236 Jan 09 1998 /usr/lib/libgdbm.so.2.0.0
>
> Yes, and it matches what i have, the php packages lists the dependency,
> but the gdbm package should provide
> it...strange..(php-3.0.16-2C2.mipsel.rpm at least)
>
> Perhaps try forcing an install of the gdbm package (also seeing as you
> already deleted one of the symlinks;)
>
> I still don't know why you have the binary in /local and not in /usr/lib,
> normally that only happens if you build a source rpm and install it
> locally instead of using the resulting rpm..
>
> gsh
>
> (note, don't force the php rpm to install, you might have other
> dependencies, just the gdbm one, as it seems to already be there, i think
> it might just be confused about where it is)
>
> >
> > (which, as far as I know is the latest version from Cobalt's site).
> >
> > Monday, March 12, 2001, 4:07:18 AM, you wrote:
> >
> > fin> That's a bit weird, what do you get for the following 2 queries?
> >
> > fin> rpm -q gdbm
> > fin> rpm -ql -vv gdbm
> >
> >
> > Thanks!
> >
> > allan
> >
> > --
> > Allan Liska
> > allan@xxxxxxxxxxxxx
> > www.version12.net
> > 703-779-3700
> >
> >
> > _______________________________________________
> > cobalt-users mailing list
> > cobalt-users@xxxxxxxxxxxxxxx
> > To Subscribe or Unsubscribe, please go to:
> > http://list.cobalt.com/mailman/listinfo/cobalt-users
> >
> >
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>