summaryrefslogtreecommitdiff
path: root/www/netscape7/files/linux_notes
blob: 41a7fb8aabd327970fd14ee21b18b14e8ef6af6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
===========================================================================
$NetBSD: linux_notes,v 1.2 2002/09/29 22:58:47 jschauma Exp $

    Using this package on Linux is a bit hairy and will require some
    interaction on your part.  The netscape binary expects a number of
    shared libraries to be installed -- you may have different, newer
    versions of these libraries.  Please do the following, filling
    in the version of the library you have below:

    For the installation:

    $> ln -s /usr/lib/libstdc++-libc6<yourversion> @WRKSRC@/libstdc++-libc6.1-1.so.2
    $> ln -s /usr/lib/libstdc++-libc6<yourversion> @WRKSRC@/dest/libstdc++-libc6.1-1.so.2

    Also, if you haven't done so already, you will want to add

    @PREFIX@/lib
    @X11BASE@/lib

    to your /etc/ld.so.conf and run 'ldconfig'.

===========================================================================

Hit return to continue...