Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2000 08:24:52 -0700 (PDT)
From:      Jim Freeze <jim@freeze.org>
To:        questions@freebsd.org
Subject:   Installing Mozilla M15
Message-ID:  <Pine.BSF.4.21.0006150820360.83546-100000@web2.sea.nwserv.com>

next in thread | raw e-mail | index | archive | help
I just downloaded

mozilla-i386-unknown-freebsdelf3.2-M15.tar.gz 

the M15 build of Mozilla for FreeBSD.

I followed the unix install instructions

----------------------
1.Create a directory named "mozilla" and move the tar.gz file into the
mozilla directory.
        mkdir mozilla ; 
        mv mozilla*.tar.gz mozilla

2.Change to the mozilla directory and untar the archive. This will create
a directory called "package". 

       cd mozilla ; 
       gzip -dc mozilla-i686-pc-linux-gnu-M15.tar.gz | tar -xvf -

3.Change to the "package" directory. 

       mv mozilla*.tar.gz ../ ; 
       cd package

4.Run mozilla with the run script: 

       ./mozilla 

---------------------

and received the following error:

===> root@kolob ('tty') /usr/local/mozilla/package 28 -> ./mozilla
.//run-mozilla.sh ./mozilla-bin
MOZILLA_FIVE_HOME=/usr/local/mozilla/package
  LD_LIBRARY_PATH=/usr/local/mozilla/package
       SHLIB_PATH=/usr/local/mozilla/package
          LIBPATH=/usr/local/mozilla/package
      MOZ_PROGRAM=./mozilla-bin
      MOZ_TOOLKIT=
        moz_debug=0
     moz_debugger=
/usr/libexec/ld-elf.so.1: Shared object "libintl.so.1" not found        


Can someone help me out here?

Many Thanks

============================================
Jim Freeze
jim@freeze.org
--------------
Save on CDs, DVDs, Movies and Books
Visit www.freeze.org
============================================



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?Pine.BSF.4.21.0006150820360.83546-100000>