You are not logged in.
Pages: 1
Ok, this is another flash 64 thread, but i have read many threads and wikis and have not been able to get this to work this time. Most of the x64 flash\java builds from the abs are flagged as out of date.
I have arch x64 and firefox....(Should be x64?)
still
I have installed the normal flashplugin via packman and openjdk6 and flash still does not work. When I try to use aur and install jre 6u12-1 x86_64, i get these lib 32 errors. If possible I do not want any 32-bit lib's installed. Is this possible or what am i missing?
makepkg
==> Making package: bin32-jre 6u12-1 x86_64 (Fri Mar 6 18:07:18 EST 2009)
==> Checking Runtime Dependencies...
==> Missing Dependencies:
-> lib32-glibc
-> lib32-libgl
-> lib32-libx11
-> lib32-libxtst
==> Checking Buildtime Dependencies...
==> ERROR: Could not resolve all dependencies.
Pacman mirrirlist:
Server = ftp://ftp.archlinux.org/$repo/os/x86_64
Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/x86_64
Server = http://archlinux.unixheads.org/$repo/os/x86_64
Server = ftp://ftp.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/$
Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/x86_64
Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/x86_64
Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/x86_64
Server = http://archlinux.umflint.edu/mirrors/archlinux/$repo/os/x86_64
Server = http://mirror.neotuli.net/arch/$repo/os/x86_64
Server = http://mirror.rit.edu/archlinux/$repo/os/x86_64
Server = http://mirror.umoss.org/archlinux/$repo/os/x86_64
Server = http://schlunix.org/archlinux/$repo/os/x86_64
Server = http://mirror.archlinux.com.ve/$repo/os/x86_64
Server = http://mirrors.gigenet.com/archlinux/$repo/os/x86_64
Pacman conf
[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
Last edited by banshee28 (2009-03-07 17:35:02)
Arch64, AMD64, LXDE
Offline
Ah, you don't want the bin32-jre with your 64-bit firefox (which would be default if you just did a pacman -S firefox). You need to install jre_beta from the AUR. Also make sure you have installed the flashplugin, not the lib32-flashplugin. Remove both, including configuration files and reinstall. They should work 'out-of-the-box'
Good luck!
scott
Offline
If you install the jre_beta package, change the name in the PKGBUILD from jre_beta to jre. That way when the community package starts to get updated again, you'll get the regular updates. And, the Flash plug-in from the repos works great for me.
Offline
Ok, i uninstalled all flash and java and installed jre_beta 6u12-1 from the aur (using yaourt and flashplugin 10.0.22.87-1 from the repo using pacman. Its not quite working yet.
here is what is installed:
extra/firefox 3.0.6-1
extra/flashplugin 10.0.22.87-1
local/jre_beta 6u12-1
Also, why would OpenJDK 6.0 not work if its for x64 and already in the extra repo?
Last edited by banshee28 (2009-03-07 13:10:23)
Arch64, AMD64, LXDE
Offline
What does "not quite working yet" mean?
Offline
What does "not quite working yet" mean?
no java or flash..you tube and adobe's site both say flash is not installed as well as other sites. java tests also fail says not enabled in browser. I checked just now and it definitely IS enabled.
Arch64, AMD64, LXDE
Offline
Often, and you may have already tried this, Java at least needs /etc/profile to be sourced. So either 'source /etc/profile' or log in and log out. I've never heard of this for Flash though.
Offline
Often, and you may have already tried this, Java at least needs /etc/profile to be sourced. So either 'source /etc/profile' or log in and log out. I've never heard of this for Flash though.
Tried that and even rebooted, still no java or flash. I think its something simple I am missing...I am also using xfce 4.6, and so far am really happy with it
Arch64, AMD64, LXDE
Offline
check permission of /usr/lib/mozilla/ and /usr/lib/mozilla/plugins
both should be 755
Give what you have. To someone, it may be better than you dare to think.
Offline
check permission of /usr/lib/mozilla/ and /usr/lib/mozilla/plugins
both should be 755
I am in Business!!! I guess this fixed it as i changed it and restarted and its working, both java and flash. Thanks :D
Arch64, AMD64, LXDE
Offline
check permission of /usr/lib/mozilla/ and /usr/lib/mozilla/plugins
both should be 755
How can I do that? I think I'm having the same issue.
"Normal's Overrated"
Offline
wonder wrote:check permission of /usr/lib/mozilla/ and /usr/lib/mozilla/plugins
both should be 755How can I do that? I think I'm having the same issue.
ls -l /usr/lib | grep mozilla
and
ls -l /usr/lib/mozilla | grep plugins
If the first part of the both of the outputs is this, they're correct:
drwxr-xr-x
If not, run this as root for either or both:
chmod 755 /usr/lib/mozilla
chmod 755 /usr/lib/mozilla/plugins
Offline
Thank you very much, however, it started working out of nowhere without further tampering.
Last edited by MilesRdz (2009-03-09 06:22:13)
"Normal's Overrated"
Offline
Pages: 1