Date: Mon, 4 Oct 1999 16:36:31 -0700 (PDT) From: Jin Guojun (FTG staff) <jin@iss-p1.lbl.gov> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14134: package netscape-4.61 cannot run under 3.x or later Message-ID: <199910042336.QAA32410@iss-p1.lbl.gov>
next in thread | raw e-mail | index | archive | help
>Number: 14134 >Category: ports >Synopsis: package netscape-4.61 cannot run under 3.x or later >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 4 16:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jin Guojun (FTG staff) >Release: FreeBSD 3.x-RELEASE i386 >Organization: >Environment: 3.2-RELEASE or later >Description: Since netscape uses dynamic link for its later product, and the FreeBSD versions are compiled under 2.2.X-RELEASE platform, the newer netscape will not run under 3.x or later (ELF kernel). So, we need ability to run these a.out software under 3.x or later till the vendor generates the ELF versions of softwares. >How-To-Repeat: /stand/sysinstall --> Post Configuration --> packages --> netscape-4.61 % netscape /usr/libexec/ld.so: warning: /usr/lib/libXt.so.6: minor version -1 older than expected 0, using it anyway ld.so failed: bad magic number in "/usr/lib/libXt.so.6" % ldd /usr/local/bin/netscape ldd: /usr/local/bin/netscape: not a dynamic executable % /usr/local/bin/netscape /usr/libexec/ld.so: warning: /usr/lib/libXt.so.6: minor version -1 older than expected 0, using it anyway ld.so failed: bad magic number in "/usr/lib/libXt.so.6" % ll /usr/local/bin/netscape lrwxr-xr-x 1 root advdev 11 Oct 4 16:21 /usr/local/bin/netscape@ -> navigator-4 % more /usr/local/bin/navigator-4.61 #!/bin/sh export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=/usr/local/lib/netscape} export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME export XCMSDB; XCMSDB=/dev/null ulimit -c 0 exec $MOZILLA_HOME/navigator-4.61.bin "$@" % ldd /usr/local/lib/netscape/navigator-4.61.bin /usr/local/lib/netscape/navigator-4.61.bin: /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) >Fix: Needs to have a.out execution ability to run later versions of netscape >Release-Note: >Audit-Trail: >Unformatted: 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?199910042336.QAA32410>