pkjp 发表于 2006-8-5 01:37:08

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

刚完全安装的redhat linux9.0(gcc,等编译开发模块全),在XXX.tar.gz软件包解压后,用./configure编译时出错...请指教....
操作如下:
# cd /mnt/myhd/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
...
# tar -zxvf firefox-1.5.0.6.tar.gz
firefox/
firefox/.autoreg
firefox/chrome/
.....
# cd 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
...
# cd /mnt/myhd/soft
# ls
firefox
firefox-1.5.0.6.tar.gz
lumaqq_2005-linux_gtk2_x86_no_jre.tar.gz
MPlayer-1.0pre8.tar.bz2
...
# cd firefox
# ls
browserconfig.properties libnssckbi.so plugins
chrome libplc4.so
components libplds4.so
....
# ./configure --prefix=/opt/firefox
bash: ./configure: 没有那个文件或目录
# ./configure
bash: ./configure: 没有那个文件或目录
# ./configure -man
bash: ./configure: 没有那个文件或目录
# ./configure -help
bash: ./configure: 没有那个文件或目录
# make
make: *** No targets specified and no makefile found. Stop.
# make install
make: *** No rule to make target `install'. Stop.
# cd..
bash: cd..: command not found
# cd ..
# ls
firefox-1.5.0.6.tar.gz
lumaqq_2005-linux_gtk2_x86_no_jre.tar.gz
MPlayer-1.0pre8.tar.bz2
...
# ls -n
总用量 79440
drwxr-xr-x 11 0 0 4096 7月 30 13:49 firefox
....
# chmod -r 777 firefox
chmod: 无法取得 ‘777’ 的属性: 没有那个文件或目录
# ls -n
总用量 79440
d-wx--x--x 11 0 0 4096 7月 30 13:49 firefox
...
# cd firefox
# ./configure
bash: ./configure: 没有那个文件或目录
# ./configure --prefix=/opt/firefox
bash: ./configure: 没有那个文件或目录
# chmod -r 755 firefox
chmod: 无法取得 ‘755’ 的属性: 没有那个文件或目录
# cd ..
# chmod -r 755 firefox
chmod: 无法取得 ‘755’ 的属性: 没有那个文件或目录
# ls -n
总用量 79440
d-wx--x--x 11 0 0 4096 7月 30 13:49 firefox
...
# chmod +r+w+x firefox
# ls -n
总用量 79440
drwxr-xr-x 11 0 0 4096 7月 30 13:49 firefox
...
# cd firefox
# ls
browserconfig.properties libnssckbi.so plugins
chrome libplc4.so
...
# ./configure --prefix=/opt/firefox
bash: ./configure: 没有那个文件或目录
# ./configure
bash: ./configure: 没有那个文件或目录
#
安装其他包情况相同...
页: [1]
查看完整版本: 刚完全安装的redhat linux9.0(gcc,等编译开