Closed
Bug 226519
Opened 22 years ago
Closed 22 years ago
Fresh download will not run
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: morria, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624
Build Identifier:
> uname -a
Linux organix 2.4.18 #3 Thu Jan 2 21:58:48 EST 2003 i686 unknown
> cat /etc/slackware-version
Slackware 8.1
> /home/asm/mozilla/mozilla/config/glibcversion.sh
2
> ./thunderbird
+ moz_libdir=/usr/local/lib/mozilla-1.5b
+ MRE_HOME=/usr/local/lib/mre/mre-1.5b
+ '[' -n '' ']'
+ found=0
+ progname=./thunderbird
++ dirname ./thunderbird
+ curdir=.
+ run_moz=./run-mozilla.sh
+ test -x ./run-mozilla.sh
+ dist_bin=.
+ found=1
+ '[' 1 = 0 ']'
+ script_args=
+ moreargs=
+ debugging=0
+ MOZILLA_BIN=thunderbird-bin
+ '[' linux-gnu = beos ']'
+ '[' 0 -gt 0 ']'
+ export MRE_HOME
+ eval 'set -- '
++ set --
+ '[' 0 = 1 ']'
+ exec ./run-mozilla.sh ./thunderbird-bin
./thunderbird-bin: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /h
ome/asm/thunderbird/libmozjs.so)
./thunderbird-bin: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /h
ome/asm/thunderbird/libxpcom.so)
./thunderbird-bin: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /h
ome/asm/thunderbird/libnspr4.so)
./thunderbird-bin: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (requir
ed by /home/asm/thunderbird/libnspr4.so)
Reproducible: Always
Steps to Reproduce:
1. Download thunderbird 0.3 from mozilla.org
2. tar xjf thunderbird...
3. cd thunderbird
4. ./thunderbird
Actual Results:
./thunderbird
+ moz_libdir=/usr/local/lib/mozilla-1.5b
+ MRE_HOME=/usr/local/lib/mre/mre-1.5b
+ '[' -n '' ']'
+ found=0
+ progname=./thunderbird
++ dirname ./thunderbird
+ curdir=.
+ run_moz=./run-mozilla.sh
+ test -x ./run-mozilla.sh
+ dist_bin=.
+ found=1
+ '[' 1 = 0 ']'
+ script_args=
+ moreargs=
+ debugging=0
+ MOZILLA_BIN=thunderbird-bin
+ '[' linux-gnu = beos ']'
+ '[' 0 -gt 0 ']'
+ export MRE_HOME
+ eval 'set -- '
++ set --
+ '[' 0 = 1 ']'
+ exec ./run-mozilla.sh ./thunderbird-bin
./thunderbird-bin: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /h
ome/asm/thunderbird/libmozjs.so)
./thunderbird-bin: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /h
ome/asm/thunderbird/libxpcom.so)
./thunderbird-bin: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /h
ome/asm/thunderbird/libnspr4.so)
./thunderbird-bin: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (requir
ed by /home/asm/thunderbird/libnspr4.so)
Expected Results:
Thunderbird should have run at this point.
This was a fresh download with no modification (other than to turn on debugging
in the thunderbird script)
| Assignee | ||
Comment 1•22 years ago
|
||
you are running a version that requires a higher version of glib than you have
on your maching.
NOthing I can do about that.
Either upgrade glib or look for a contributed build that was made with your
version of glib. Sorry!
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•