Re: Running old program on 3.0-RELEASE

1999-01-17 Thread Kris Kennaway
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

Re: Running old program on 3.0-RELEASE

1999-01-17 Thread Jordan K. Hubbard
> 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

Re: Running old program on 3.0-RELEASE

1999-01-17 Thread Brian Feldman
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

Re: Running old program on 3.0-RELEASE

1999-01-17 Thread Igor Shulgin
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/

Re: Running old program on 3.0-RELEASE

1999-01-17 Thread Brian Feldman
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

Re: Running old program on 3.0-RELEASE

1999-01-17 Thread Igor Shulgin
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

Re: Running old program on 3.0-RELEASE

1999-01-17 Thread Brian Feldman
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