Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 1999 19:19:34 -0700 (PDT)
From:      jin@george.lbl.gov
To:        Doug@gorean.org
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/14134: package netscape-4.61 cannot run under 3.x or later
Message-ID:  <199910060219.TAA13218@george.lbl.gov>

next in thread | raw e-mail | index | archive | help
On Tue, 5 Oct 1999 Doug <Doug@gorean.org> wrote:

> >  It seems not a compat22 distribution problem:
> 
>         No, it's a "You didn't even bother searching the mail archives
> about this and you haven't been paying attention to the responses you've
> already received" problem. You need the compat22 distribution, AND the

I guess you did not pay  attention to the message I sent in the second time.
The compat22 distribution has been installed when the OS installed as
I indicated in the previous mail.
All aout *.so are in the ldconfig path, but things are not working.
The problem is super user v.s. regular user. It will be descibed further
below.

> XFree aout libraries. There is VOLUMINOUS discussion about this in the
> mail archives, which you should always search before asking a question or
> submitting a PR. 

If you would like to help, you should point me where is the archive :-)

Here is the further problem I discovered, and that is why I think it is
configuration problem:  (the root env has nothing special, any clue?)

As a super user, it works:
# env
TERM=xterm
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin
MAIL=/var/mail/root
BLOCKSIZE=K
SHELL=/bin/csh
HOME=/root
LOGNAME=root
USER=root
PWD=/usr/local/Modules/modulefiles
PAGER=more
MANPATH=/usr/share/man:/usr/X11R6/man:/usr/local/man

# ldd /usr/local/netscape/netscape
/usr/local/netscape/netscape:
        -lXt.6 => /usr/X11R6/lib/aout/libXt.so.6.0 (0x20b5b000)
        -lXmu.6 => /usr/X11R6/lib/aout/libXmu.so.6.0 (0x20b97000)
        -lX11.6 => /usr/X11R6/lib/aout/libX11.so.6.1 (0x20ba7000)
        -lXext.6 => /usr/X11R6/lib/aout/libXext.so.6.3 (0x20c38000)
        -lSM.6 => /usr/X11R6/lib/aout/libSM.so.6.0 (0x20c41000)
        -lICE.6 => /usr/X11R6/lib/aout/libICE.so.6.3 (0x20c49000)
        -lg++.4 => /usr/lib/compat/aout/libg++.so.4.0 (0x20c5a000)
        -lstdc++.2 => /usr/lib/compat/aout/libstdc++.so.2.0 (0x20c96000)
        -lm.2 => /usr/lib/compat/aout/libm.so.2.0 (0x20ccc000)
        -lc.3 => /usr/lib/compat/aout/libc.so.3.1 (0x20ce6000)


As a regular, it does not work:
% ldd /usr/local/netscape/netscape
/usr/local/netscape/netscape:
/usr/libexec/ld.so: warning: /usr/lib/libXt.so.6: minor version -1 older than expected 0, using it anyway
/usr/libexec/ld.so: warning: /usr/lib/libXmu.so.6: minor version -1 older than expected 0, using it anyway
/usr/libexec/ld.so: warning: /usr/lib/libXext.so.6: minor version -1 older than expected 3, using it anyway
/usr/libexec/ld.so: warning: /usr/lib/libX11.so.6: minor version -1 older than expected 1, using it anyway
/usr/libexec/ld.so: warning: /usr/lib/libSM.so.6: minor version -1 older than expected 0, using it anyway
/usr/libexec/ld.so: warning: /usr/lib/libICE.so.6: minor version -1 older than expected 3, using it anyway
/usr/libexec/ld.so: warning: /usr/lib/libg++.so.4: minor version -1 older than expected 0, using it anyway
/usr/libexec/ld.so: warning: /usr/lib/libstdc++.so.2: minor version -1 older than expected 0, using it anyway
/usr/libexec/ld.so: warning: /usr/lib/libm.so.2: minor version -1 older than expected 0, using it anyway
/usr/libexec/ld.so: warning: /usr/lib/libc.so.3: minor version -1 older than expected 0, using it anyway
        -lXt.6 => not found (0x0)
        -lXmu.6 => not found (0x0)
        -lXext.6 => not found (0x0)
        -lX11.6 => not found (0x0)
        -lSM.6 => not found (0x0)
        -lICE.6 => not found (0x0)
        -lg++.4 => not found (0x0)
        -lstdc++.2 => not found (0x0)
        -lm.2 => not found (0x0)
        -lc.3 => not found (0x0)



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




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