Firefox und 64-Bit Prozessor

BloodyMary

BloodyMary

Pornophon
Also:
Ich seit ich SuSE auf meinem rechner habe, muss ich mit Konqueror arbeiten, da Firefox wenn er überhaupt startet sofort abschmiert.

Wenn ich firefox aus der Konsole starte bekomme ich dort folgendes zu sehen:
Code:
htho@htholinux:~> firefox
ERROR: ld.so: object '/usr/lib/libaoss.so' from LD_PRELOAD cannot be preloaded: ignored.
/usr/bin/firefox: line 160: 26810 Speicherzugriffsfehler  LD_PRELOAD=/usr/$LIB/libaoss.so${LD_PRELOAD:+:$LD_PRELOAD} $MOZ_PROGRAM $@
htho@htholinux:~> firefox
/usr/bin/firefox: line 160: 26834 Speicherzugriffsfehler  LD_PRELOAD=/usr/$LIB/libaoss.so${LD_PRELOAD:+:$LD_PRELOAD} $MOZ_PROGRAM $@
htho@htholinux:~> firefox
/usr/bin/firefox: line 160: 26853 Speicherzugriffsfehler  LD_PRELOAD=/usr/$LIB/libaoss.so${LD_PRELOAD:+:$LD_PRELOAD} $MOZ_PROGRAM $@
htho@htholinux:~>
ich habs einfach mal n paar mal probiert.
Wobei das Programm immer unkontrolliert abstürzt, mal funzt es eine Sekunde, dann eine Minute.

bitte helft mir... In Konqueror kann ich mir noch nichtmal flash dateien mit sound anschaunen bzw. ich habe keinen sound.
 
Was für eine Version von Firefox nutzt du? Schau mal unter dem Menüpunkt Hilfe ->Über Mozilla Firefox nach.
 
Ich habs sowohl mit Firefox 1.5.x und 2.0.x ausprobiert, aber das hat nix gebracht. Ichba genau die gleichen Probleme mit Thunderbird, und Seamonkey, wobei Seamonkey etwas länger durchhält.
 
Dann kannst Du nicht viel machen.
Außer Firefox selbst kompilieren. Und hier liegt auch der Fehler des RPM Pakets: fehlerhaftes Prelink.
 
Okay... aber woher bekomme ich eine unkompilierte version?
das was ich mir bei mozilla runterladen kann ist ja das Komplilierte Programm mit script zum ausführen...
woher bekomme ich die Quellen?
 
also bekommen tust du es hier:

http://releases.mozilla.org/pub/moz...1.5.0.9/source/firefox-1.5.0.9-source.tar.bz2

dann entpacken und kompilieren tust du es wie folgt:

Code:
cat > .mozconfig << "EOF"
# This file contains the options used in the Firefox build. You may
# need to specify additional options for your specific build needs.
# Use the information provided by running './configure --help' to
# help you determine if you need to add any additional options.
# Some additional options can be added by uncommenting the examples
# in this file or adding options by inserting a line containing
# 'ac_add_options --some-option-you-need'.


# Use the default settings specified in the source tree
. $topsrcdir/browser/config/mozconfig

# Create an object directory and specify to build the package in that
# directory. If desired, modify the location of the object directory
# to a directory inside the source tree by removing '../' from the
# line below.
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../firefox-build

# Specify the installation prefix. If you would prefer Firefox
# installed in a different prefix, modify the line below to fit
# your needs. You'll also need to modify some of the instructions in
# the BLFS book to point to your desired prefix.
ac_add_options --prefix=/usr

# These options are used so that the Firefox binaries are linked to
# the system-installed copies of the specified libraries instead of
# the source tree code which may not be the most recent versions.
ac_add_options --with-system-zlib
ac_add_options --with-system-png
ac_add_options --with-system-jpeg
ac_add_options --enable-system-cairo

# This option causes the installed binaries to have the official
# Firefox name embedded in them. Due to license restrictions, you
# may not distribute binaries created using this option.
ac_add_options --enable-official-branding

# This option specifies to include support for rendering the HTML
# <canvas></canvas> tag in the Firefox browser.
ac_add_options --enable-canvas

# This option is used to enable support for rendering SVG files in the
# Firefox browser. Comment out the line to disable the option.
ac_add_options --enable-svg

# This option is used so that the debugging symbols are removed from
# the installed binaries during the installation process. Comment out
# this option if you may have a need to retain the debugging symbols
# in the installed binaries. Note that this can substantially
# increase the size of the installed binaries.
ac_add_options --enable-strip

# This option is added so that test libraries and programs are not
# built. These would only be required for debugging purposes.
ac_add_options --disable-tests

# This option is added so that the Mozilla Installer program is not
# built or installed. The program is not required for a BLFS
# installation of Firefox.
ac_add_options --disable-installer

# This option is used to disable the a11y support in the Firefox
# binaries. Comment out this option if you require a11y support.
ac_add_options --disable-accessibility

# This option is used to enable source tree included LDAP support in
# the Firefox binaries.
###################################################################
#
# NOTE: You must uncomment this option if there is any chance of
# compiling the OpenOffice package from source code using this copy
# of Firefox for your Mozilla support.
#
###################################################################
#ac_add_options --enable-ldap

# Uncomment this option if you desire support for dual-monitor
# display of Firefox using the X-Window Xinerama libraries.
#ac_add_options --enable-xinerama

# These two options enable support for building Firefox with
# system-installed versions of the Network Security Services (NSS)
# and Netscape Portable Runtime (NSPR) libraries. Uncomment both
# lines to enable support for system-installed NSS/NSPR.
#ac_add_options --with-system-nss
#ac_add_options --with-system-nspr

# Complex scripts such as Thai can only be rendered in Firefox with the
# help of Pango. This option significantly slows rendering, so only use
# it if necessary.
#ac_add_options --enable-pango

# This option identifies the default binary directory of the Firefox
# installation and is used to locate Firefox's installed files. This
# option is not required for end-user browsing, and is only used for
# development purposes.
#ac_add_options --with-default-mozilla-five-home=/usr/lib/firefox-1.5.0.9

EOF

dann das hier

Code:
sed -i "s/^    enum$/& xptinfo_enum_1/" \
    xpcom/reflect/xptinfo/public/xptinfo.h &&
make -f client.mk build

und dann als root:

Code:
make -f client.mk install &&

install -v -m755 -d /usr/lib/firefox-1.5.0.9/chrome/icons/default &&
ln -v -s ../../../icons/default.xpm \
    /usr/lib/firefox-1.5.0.9/chrome/icons/default &&

chown -v -R root:root \
    /usr/lib/firefox-1.5.0.9/extensions/inspector@mozilla.org/*

Gruss
eSpo
 

Ähnliche Themen

Ubuntu X / dbus problem

Firefox 3 Sound weg (fash)

Squid nur zum maskieren der eigenen IP, nicht für Webserver auf port 80

Zurück
Oben