安装zlib后无法进入系统

启动讨论 grub/grub2/syslinux/grub4dos/Lilo
回复
yangyunzhao
帖子: 8
注册时间: 2009-05-21 21:48

安装zlib后无法进入系统

#1

帖子 yangyunzhao » 2009-07-31 11:39

我编译安装zlib后,重启了一下,就再也无法进入图形界面,进度条也没有出来,现在屏幕上就是一个白色圆形在转动。

切换到控制台下面可以登陆,登陆后运行startx,提示我:

X:warning;process set to priority -1 instead of requested priority 0

Fatal server error:
server is already active for dispaly 0
If this server is no longer running,remove /temp/.X0-lock
and start again.

Please consult the The X.Org Foundation support
at http://wiki.x.org for help

ddxSigGiveUp:Closing log
Invalid MIT-MAGIC-COOKIE-1 keygiving up
xinit:Resource temporarily unavailable(errno 11):unable to connect to X server
xinit:No such process(errno 3):server error
yangyunzhao
帖子: 8
注册时间: 2009-05-21 21:48

Re: 安装zlib后无法进入系统

#2

帖子 yangyunzhao » 2009-07-31 11:47

对了切换到控制台的时候,发现屏幕顶部提示:
Loading,please wait……
upsplash:Setting mode 1024*768 failed
upsplash:Setting mode 800*600 failed
upsplash:Setting mode 640*480 failed
screen init failed
头像
adagio
论坛版主
帖子: 22110
注册时间: 2008-02-17 23:47
来自: 美丽富饶的那啥星球

Re: 安装zlib后无法进入系统

#3

帖子 adagio » 2009-07-31 11:49

不要重复发帖
明天就换大三八!
——8核CPU、8G内存、8T硬盘……
8卡交火,80寸大屏放8个……
IPv8的光纤要8条……

---------------------------------------------------------------------------------
[图片版]新手当自强(续)FAQ
[新手进阶]挂载、fstab、调整linux分区
[图片版]E17桌面环境配置手把手
yangyunzhao
帖子: 8
注册时间: 2009-05-21 21:48

Re: 安装zlib后无法进入系统

#4

帖子 yangyunzhao » 2009-07-31 11:52

不好意思,因为之前无法确定分类,所以重复了
yangyunzhao
帖子: 8
注册时间: 2009-05-21 21:48

Re: 安装zlib后无法进入系统

#5

帖子 yangyunzhao » 2009-07-31 11:52

此外,我运行任意不存在的命令,比如h,下面的提示是:
/usr/bin/python:/usr/local/lib/libz.so.1:no version information available(required by /usr/bin/python)
chuangwai
帖子: 3
注册时间: 2010-03-22 16:46

Re: 安装zlib后无法进入系统

#6

帖子 chuangwai » 2010-06-28 18:23

yangyunzhao,
看来你的这个帖http://forum.ubuntu.org.cn/viewtopic.php?f=139&t=218025&start=0
也就是安装zlib后无法进入系统的问题
请问你解决了吗?
i2000s
帖子: 220
注册时间: 2007-12-28 21:20

Re: 安装zlib后无法进入系统

#7

帖子 i2000s » 2010-07-14 6:39

求答案。。。
tusooa
帖子: 6548
注册时间: 2008-10-31 22:12
系统: 践兔
联系:

Re: 安装zlib后无法进入系统

#8

帖子 tusooa » 2010-07-15 14:21

如果/usr/local/lib没有什么重要的文件(比如其他软件的库),
Coreutils
Installation depends on: Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, Make, Patch, Perl, Sed, and Texinfo
Test suite depends on: Diffutils, E2fsprogs, Findutils, and Util-linux-ng
Must be installed before: Bash, Diffutils, Findutils, Man-DB, and Udev
Optional dependencies: Perl Expect and IO:Tty modules (for testsuite)

Glibc
Installation depends on: Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext, Grep, Gzip, Make, Perl, Sed, and Texinfo
Test suite depends on: File
Must be installed before: None
Optional dependencies: None

代码: 全选

sudo mv /usr/local/lib{,.old}
sudo ldconfig
应该可以的,都不依赖ZLib
先把安装的ZLib给搞掉再说
要装Zlib用apt。
不建议在笨兔里面编译太系统级的东东
ps:你发错版了

代码: 全选

] ls -ld //
lihhab
帖子: 14
注册时间: 2008-09-29 15:24

Re: 安装zlib后无法进入系统

#9

帖子 lihhab » 2011-01-07 22:12

刚才我也有碰到这个问题

系统和zlib冲突

我的解决办法是卸载zlib

在zlib源码目录下

代码: 全选

sudo make uninstall
rediscover
帖子: 3173
注册时间: 2010-01-13 23:26

Re: 安装zlib后无法进入系统

#10

帖子 rediscover » 2011-01-08 13:10

每天这么多人更新zlib?
Here I am.
Ubuntu 桌面培训 - 全中文官方文档,含汉化截图,提供PDF
hacker85
帖子: 585
注册时间: 2010-02-25 11:19

Re: 安装zlib后无法进入系统

#11

帖子 hacker85 » 2011-04-07 14:18

tusooa 写了:如果/usr/local/lib没有什么重要的文件(比如其他软件的库),
Coreutils
Installation depends on: Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, Make, Patch, Perl, Sed, and Texinfo
Test suite depends on: Diffutils, E2fsprogs, Findutils, and Util-linux-ng
Must be installed before: Bash, Diffutils, Findutils, Man-DB, and Udev
Optional dependencies: Perl Expect and IO:Tty modules (for testsuite)

Glibc
Installation depends on: Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext, Grep, Gzip, Make, Perl, Sed, and Texinfo
Test suite depends on: File
Must be installed before: None
Optional dependencies: None

代码: 全选

sudo mv /usr/local/lib{,.old}
sudo ldconfig
应该可以的,都不依赖ZLib
先把安装的ZLib给搞掉再说
要装Zlib用apt。
不建议在笨兔里面编译太系统级的东东
ps:你发错版了
关键是我没有安装过zlib,只是正常更新过一次系统。现在我也不知道zlib位于哪,那么地这种情况下该如何删除了它呢?
回复