[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-security] [cobalt-users] RAQ2 Bind 8.2.3 patch won't install
- Subject: RE: [cobalt-security] [cobalt-users] RAQ2 Bind 8.2.3 patch won't install
- From: Aeron Jarrett <ajarrett@xxxxxxxxxxxxx>
- Date: Thu Feb 22 13:58:28 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 21 Feb 2001, ASU Service wrote:
|Morning Everyone,
Afternoon, to you!
|One last thing ... I followed Steve Bassi's directions for installing PHP4 &
|installed 4.0.4. The installation went smooth as silk but when I restart the
|server it wont fire up. If I rem the LoadModule lines relating to 4.0.4 &
|let the ones going to 4.0.3 load it works fine. Here are the two statements
|...
|
|LoadModule php4_module /usr/lib/apache/libphp4.so <No Workie ... 4.0.4>
|
|LoadModule php4_module /usr/libexec/apache/libphp4.so <Works Fine ...
|4.0.3>
Well, I had a similar thing. What the read difference is here is in the
paths. One of the files, well, apparently, the first one,
/usr/lib/apache/libphp4.so, doesn't exist. That's where the make install
command expected the file to be, I guess, when you ran it. But it must
actually reside at the other path. So it's a small thing, I think...