Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 1999 01:51:16 -0600 (CST)
From:      Don Read <dread@calcasieu.com>
To:        Jan=?us-ascii?Q?_=D8sterskov?= <jan@osterskov.dk>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   RE: Netscape47 - error in PORT
Message-ID:  <XFMail.991110015116.dread@calcasieu.com>
In-Reply-To: <99110919480200.00445@BART.SIMPSON.NET>

next in thread | previous in thread | raw e-mail | index | archive | help

On 09-Nov-99 Jan Østerskov wrote:
> When i try to install Netscape 4.7 Navigator as a PORT 
> running -current,  I get the following message ??
> 
> What is missing / wrong ??
> 
> ===>  Installing for netscape-navigator-4.7
> ===>   netscape-navigator-4.7 depends on shared library: X11.6 - found
> +++++++++++++++++++++++++++++++++++++++++++++
> + There are no X aout libs on this machine. +
> +++++++++++++++++++++++++++++++++++++++++++++
> *** Error code 1
> 
> Stop in /usr/ports/www/netscape47-navigator.
> *** Error code 1
> 
> Stop in /usr/ports/www/netscape47-navigator.
> *** Error code 1
> 
> Stop in /usr/ports/www/netscape47-navigator.
> 

Yep bit me also. 

to fix:

coypu.root# ldconfig -aout -m /usr/X11R6/lib/aout
ldconfig: /var/run/ld.so.hints: No such file or directory
coypu.root# ldconfig -aout /usr/X11R6/lib/aout
coypu.root# cd netscape47-navigator   
coypu.root# make
coypu.root# make install
===>  Installing for netscape-navigator-4.7
===>   netscape-navigator-4.7 depends on shared library: X11.6 - found
===>   Generating temporary packing list
This is the netscape web-surfboard.  Please read the file
"/usr/local/lib/netscape/LICENSE" for the licensing terms.

Note: If Java applets fail to display.  Type this as root:
                cd /usr/X11R6/lib/X11/fonts/misc
                /usr/X11R6/bin/mkfontdir
                chmod 444 fonts.dir
      And then exit and restart your X server.
===>   Registering installation for netscape-navigator-4.7
coypu.root# 



Regards,
-- 
Don Read                                           dread@calcasieu.com
EDP Manager                                            dread@texas.net
Calcasieu Lumber Co.                                         Austin TX
-- any similarity between the word and the thought is entirely coincidental


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.991110015116.dread>