[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 06:31:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Okay...Its fixed.
I uninstalled the gdbm and gdbm developer packages and rebooted the server
(sucks it has been more than a year since I had to reboot that machine
:-().
When it came back up, I reinstalled the packages, and then installed
PHP-3.0.16 with no problem.
gsh -- thanks again for your help!
allan
--
Allan Liska
703-779-3700
Version12: Reliable Hosting Solutions
http://www.version12.net
On Mon, 12 Mar 2001, Allan Liska wrote:
>
> 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