On Thu, 8 Nov 2001 13:15:45 -0500 Wayne Topa <[EMAIL PROTECTED]> wrote:
you could make a symlink to the real lib. i've done this: # cd /usr/local/lib # ln -s /usr/lib/libexpat.so.1.0.0 libexpat.so.0 # cd /etc # mcedit ld.so.conf then you add a new line '/usr/local/lib' save the file and run # ldconfig this is not the best fix, but works fine. Horacio de Oro ADN S.R.L. Cordoba - Argentina > Colin Watson([EMAIL PROTECTED]) is reported to have said: > > On Thu, Nov 08, 2001 at 12:50:00PM -0500, Wayne Topa wrote: > > > Yesterdays dist-upgrade of woody caused apache to fail to load with > > > the following error message. > > > > > > Cannot load /usr/lib/apache/1.3/libphp4.so into server: > > > libexpat.so.0: cannot open shared object file: No such file or > > > directory > > > > There's a libexpat1 update in woody now which works around this problem. > > I had just complated a dist-upgrade when I wrote the report. Just > tried to install libexpat1 again and it was up to date. I'll tray > again a bit later. > > Thanks Colin, > > wayne