QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2464|回复: 0

刚完全安装的redhat linux9.0(gcc,等编译开

[复制链接]
发表于 2006-8-5 01:37:08 | 显示全部楼层 |阅读模式
刚完全安装的redhat linux9.0(gcc,等编译开发模块全),在XXX.tar.gz软件包解压后,用./configure编译时出错...请指教....
操作如下:
[root@localhost root]# cd /mnt/myhd/soft
[root@localhost soft]# ls -n
总用量 79436
-rw------- 1 0 0 8472711 8月 4 17:53 firefox-1.5.0.6.tar.gz
-rw------- 1 0 0 13329685 2月 11 10:18 lumaqq_2005-linux_gtk2_x86_no_jre.tar.gz
-rw------- 1 0 0 5181440 8月 4 09:41 MPlayer-1.0pre8.tar.bz2
...
[root@localhost soft]# tar -zxvf firefox-1.5.0.6.tar.gz
firefox/
firefox/.autoreg
firefox/chrome/
.....
[root@localhost soft]# cd firefox
[root@localhost firefox]# ls -n
总用量 12840
-rw-r--r-- 1 0 0 230 7月 30 13:49 browserconfig.properties
drwxr-xr-x 3 0 0 4096 7月 30 13:49 chrome
drwxr-xr-x 2 0 0 4096 7月 29 06:38 components
drwxr-xr-x 5 0 0 4096 7月 30 13:49 defaults
drwxr-xr-x 5 0 0 4096 7月 29 06:38 extensions
-rwxr-xr-x 1 0 0 5247 7月 29 06:38 firefox
...
[root@localhost root]# cd /mnt/myhd/soft
[root@localhost soft]# ls
firefox
firefox-1.5.0.6.tar.gz
lumaqq_2005-linux_gtk2_x86_no_jre.tar.gz
MPlayer-1.0pre8.tar.bz2
...
[root@localhost soft]# cd firefox
[root@localhost firefox]# ls
browserconfig.properties libnssckbi.so plugins
chrome libplc4.so
components libplds4.so
....
[root@localhost firefox]# ./configure --prefix=/opt/firefox
bash: ./configure: 没有那个文件或目录
[root@localhost firefox]# ./configure
bash: ./configure: 没有那个文件或目录
[root@localhost firefox]# ./configure -man
bash: ./configure: 没有那个文件或目录
[root@localhost firefox]# ./configure -help
bash: ./configure: 没有那个文件或目录
[root@localhost firefox]# make
make: *** No targets specified and no makefile found. Stop.
[root@localhost firefox]# make install
make: *** No rule to make target `install'. Stop.
[root@localhost firefox]# cd..
bash: cd..: command not found
[root@localhost firefox]# cd ..
[root@localhost soft]# ls
firefox-1.5.0.6.tar.gz
lumaqq_2005-linux_gtk2_x86_no_jre.tar.gz
MPlayer-1.0pre8.tar.bz2
...
[root@localhost soft]# ls -n
总用量 79440
drwxr-xr-x 11 0 0 4096 7月 30 13:49 firefox
....
[root@localhost soft]# chmod -r 777 firefox
chmod: 无法取得 ‘777’ 的属性: 没有那个文件或目录
[root@localhost soft]# ls -n
总用量 79440
d-wx--x--x 11 0 0 4096 7月 30 13:49 firefox
...
[root@localhost soft]# cd firefox
[root@localhost firefox]# ./configure
bash: ./configure: 没有那个文件或目录
[root@localhost firefox]# ./configure --prefix=/opt/firefox
bash: ./configure: 没有那个文件或目录
[root@localhost firefox]# chmod -r 755 firefox
chmod: 无法取得 ‘755’ 的属性: 没有那个文件或目录
[root@localhost firefox]# cd ..
[root@localhost soft]# chmod -r 755 firefox
chmod: 无法取得 ‘755’ 的属性: 没有那个文件或目录
[root@localhost soft]# ls -n
总用量 79440
d-wx--x--x 11 0 0 4096 7月 30 13:49 firefox
...
[root@localhost soft]# chmod +r+w+x firefox
[root@localhost soft]# ls -n
总用量 79440
drwxr-xr-x 11 0 0 4096 7月 30 13:49 firefox
...
[root@localhost soft]# cd firefox
[root@localhost firefox]# ls
browserconfig.properties libnssckbi.so plugins
chrome libplc4.so
...
[root@localhost firefox]# ./configure --prefix=/opt/firefox
bash: ./configure: 没有那个文件或目录
[root@localhost firefox]# ./configure
bash: ./configure: 没有那个文件或目录
[root@localhost firefox]#
安装其他包情况相同...
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-3-29 20:34 , Processed in 0.139316 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表