On Sun, 17 Jan 1999, Igor Shulgin wrote:
> Is it mistake in file rc.conf (I did not modify it before) or my system is
> incorrectly configuring?
If you're updating your system to 3.0 from 2.1, you will have MANY MANY
outdated files in /etc. The system is not likely to work properly unless you
upd
> I recently installed 3.0-RELEASE on existing 2.1.0-RELEASE.
> After that one program does not run any more.
You probably did not update the contents of /etc, as one must by hand.
This would not create the a.out search paths properly and leads to this
exact error.
- Jordan
To Unsubscribe: send
On Sun, 17 Jan 1999, Igor Shulgin wrote:
> Brian Feldman wrote:
>
>
> >Okay, try this:
> >
> >/bin/sh
> >cd /usr/lib
> >for i in *; do if file $i | grep FreeBSD/i386 >/dev/null; then rm $i; fi
> done
> >
> >After doing that, look in /etc/rc.conf and check if you have an
> >ldconfig_paths_aout. I
Brian Feldman wrote:
>Okay, try this:
>
>/bin/sh
>cd /usr/lib
>for i in *; do if file $i | grep FreeBSD/i386 >/dev/null; then rm $i; fi
done
>
>After doing that, look in /etc/rc.conf and check if you have an
>ldconfig_paths_aout. If you don't, set it to something on the order of
>"/usr/X11R6/lib/
On Sun, 17 Jan 1999, Igor Shulgin wrote:
> Brian Feldman wrote:
> >All old /usr/lib files need to be moved to /usr/lib/compat or /usr/lib/aout.
> >/usr/lib/compat is the better place because it contains OLD, not current,
> libs.
>
> What about files which already exist in /usr/lib/compat director
Brian Feldman wrote:
>All old /usr/lib files need to be moved to /usr/lib/compat or /usr/lib/aout.
>/usr/lib/compat is the better place because it contains OLD, not current,
libs.
What about files which already exist in /usr/lib/compat directory with same
name but new date? Move them to /usr/lib/a
On Sun, 17 Jan 1999, Igor Shulgin wrote:
> I recently installed 3.0-RELEASE on existing 2.1.0-RELEASE.
> After that one program does not run any more.
> That program is being invoked by Apache daemon (now I use Apache 1.2.6 from
> 3.0-RELEASE/packages) and is needed for access to some special part