红联Linux门户
Linux帮助

关于Picasa2.7在fc9中段错误的解决

发布时间:2008-06-21 15:55:13来源:红联作者:Beautlif
出处dreamthousand,http://dreamthousand.blog.163.com
今天发现Goole也是有软件仓库的,也可以通过yum来安装它的软件。
[root@localhost yum.repos.d]# cat google.repo
[google]
name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
通过它来安装毕加索picasa,结果一运行 就报错。。。
[luyao@localhost btdown]$ picasa
/usr/bin/picasa: line 139: 19393 段错误 "$PIC_BINDIR"/wrapper check_dir.exe.so
/usr/bin/picasa: line 175: 19496 段错误 "$PIC_BINDIR/wrapper" regedit /E $registry_export HKEY_USERS\\S-1-5-4\\Software\\Google\\Picasa\\Picasa2\\Preferences\\
然后在这个网址找到解决的办法:http://groups.google.com/group/Google-Labs-Picasa-for-Linux/browse_thread/thread/91d956e2d643cb19
http://wiki.winehq.org/PreloaderPageZeroProblem
特引用部分网页内容 :
zorroh
查看个人资料
for me was helpful reparing wine. my wine had errors like this:
preloader: Warning: failed to reserve range 00000000-60000000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address
space,
please report
and reparing going this way:
$ sudo sysctl -w vm.mmap_min_addr=0
$ sudo gedit /etc/sysctl.conf and adding line: vm.mmap_min_addr = 0
=========
依据上面的做法,成功。
如果不成功,先做这步,
[luyao@localhost btdown]$ rm -rf ~/.picasa/
文章评论

共有 1 条评论

  1. deepwhite 于 2008-06-22 10:40:09发表:

    所谓的Linux版的实际却是wine上去的,看看进程就知道了……
    伤心。