*BSD News Article 60199


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.bhp.com.au!mel.dit.csiro.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.uoknor.edu!news.nodak.edu!netnews1.nwnet.net!news.u.washington.edu!uw-beaver!uhog.mit.edu!news.mathworks.com!tank.news.pipex.net!pipex!dish.news.pipex.net!pipex!tube.news.pipex.net!pipex!lade.news.pipex.net!pipex!handbag.tecc.co.uk!parody.tecc.co.uk!not-for-mail
From: james@parody.tecc.co.uk (James Raynard)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Netscape 2.0b5 Question
Date: 26 Jan 1996 01:42:52 -0000
Organization: A FreeBSD box
Lines: 34
Message-ID: <4e9bis$3u1@parody.tecc.co.uk>
References: <4e5ul1$p20@isnews.csc.calpoly.edu> <4e9257$obn@mitzi.rsmas.miami.edu>
NNTP-Posting-Host: localhost

In article <4e9257$obn@mitzi.rsmas.miami.edu>,
Ivan Lima <ivan@nauplius.rsmas.miami.edu> wrote:
>Eric Collins (ecollins@kilby.elee.calpoly.edu) wrote:
>
>: I am running the linux version of Netscape 2.0b5 under 2.1.0 and I get
>: an error  resolv+: "hosts" undefined
>:           resolv+: "bind"  undefined
>
>To run Netscape 2.0b on FreeBSD 2.1 you need the general BSD version
>of Netscape, and it works fine under FreeBSD.

Or, to get name service working properly with Linux applications in
general,

# echo "order bind hosts" > /compat/linux/etc/host.conf

and, if you're a sh/bash/ksh user, add the lines

RESOLV_HOST_CONF=/compat/linux/etc/host.conf
export RESOLV_HOST_CONF

to your .profile (or /etc/profile to make it system-wide).

If you prefer csh or tcsh as your shell, add

setenv RESOLV_HOST_CONF /compat/linux/etc/host.conf

to your .login (or /etc/csh.login to make it system-wide) instead.

[csh is the default shell on a newly-installed FreeBSD system].

James
-- 
Segmentation fault (core dumped): cannot find file '.signature'