22

参见:http://www.ibm.com/developerworks/cn/linux/management/package/rpm/part1/

Tagged with:
23

Here are steps to install Blueman in a clean Fedora 10 made by live image:

  1. # yum install yum-fastestmirror
  2. # yum clean all
  3. # yum install make gcc yum-utils rpmdevtools
  4. # yum install intltool
  5. # yum install python-devel
  6. # yum install Pyrex
  7. # yum install pygtk2
  8. # yum install pygtk2-devel
  9. # yum install startup-notification-devel
  10. # yum install dbus-devel glib2-devel
  11. # yum install byacc flex bison
  12. please read my post to solve bluez problem.

After installed bluez and then run configue, make and make install. You may enjoy Bluetooth now.

Tagged with:
22

This problem mostly happens on the system that was previously updated with some kernel patches. When I am trying some utility on Fedora, I met:

# yum install perl-XML-Parser
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
Setting up Install Process
Resolving Dependencies

–> Finished Dependency Resolution
perl-Compress-Raw-Zlib-2.008-49.fc10.i386 from fedora has depsolving problems
–> Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-Compress-Raw-Zlib-2.008-49.fc10.i386 (fedora)
perl-IO-Compress-Zlib-2.008-49.fc10.i386 from fedora has depsolving problems
–> Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-IO-Compress-Zlib-2.008-49.fc10.i386 (fedora)
perl-Compress-Zlib-2.008-49.fc10.i386 from fedora has depsolving problems
–> Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-Compress-Zlib-2.008-49.fc10.i386 (fedora)
perl-IO-Compress-Base-2.008-49.fc10.i386 from fedora has depsolving problems
–> Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-IO-Compress-Base-2.008-49.fc10.i386 (fedora)
Error: Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-Compress-Raw-Zlib-2.008-49.fc10.i386 (fedora)
Error: Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-Compress-Zlib-2.008-49.fc10.i386 (fedora)
Error: Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-IO-Compress-Zlib-2.008-49.fc10.i386 (fedora)
Error: Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-IO-Compress-Base-2.008-49.fc10.i386 (fedora)
You could try using –skip-broken to work around the problem
You could try running: package-cleanup –problems
package-cleanup –dupes
rpm -Va –nofiles –nodigest

Actually, whatever I do, it always reports the message that ‘missing dependency’.

Continue reading »

Tagged with:
15

安装好Fedora之后,我在启动了装在另外一个分区上的Ubuntu。结果发现不能访问Fedora下的user目录。我就强制将其赋予访问权限,完成了我在Ubuntu下的任务。结果,当我重启到Fedora下的时候,问题出现了。

查了下网络,发现这个错误只是不能登陆图形界面而已,在登录界面按 ctrl-alt-F2 切换到字符界面,用 root 登录。恢复各个文件的权限设置,改好了再 ctrl-alt-F1 切回去图形界面。

Tagged with:
13

When I tried to complile BlueZ 4.42 on Fedora 10, I met a error message:

/bin/sh ../libtool –tag=CC   –mode=link gcc -fvisibility=hidden -I../sbc -I../include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I../gdbus -Wall -O2 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -fPIC  -pie -o ipctest ipctest.o libipc.la ../sbc/libsbc.la -lglib-2.0
libtool: link: cannot find the library `../sbc/libsbc.la’ or unhandled argument `../sbc/libsbc.la’

Continue reading »

Tagged with:
20

When compiling a driver in a clean Fedora 10 system which is installed from a live image, you will meet compiling error.

Continue reading »

Tagged with:
18

在我的机器上,我同时安装了Fedora 10,Ubuntu 8.04和Ubuntu 8.10。实际上,再安装一个WindowsXP也是没有问题的。

Continue reading »

Tagged with:
13

1. Download BlueZ source package from http://www.bluez.org;

2.  Log in as superuser and execute the following:

yum install yum-fastestmirror
yum clean all
yum install make gcc
yum install yum-utils rpmdevtools
yum install kernel-devel kernel-heads
yum install dbus-devel
yum install glib2-devel

3.  ./Configure –prefix=/usr

4. make install

5. Run hcitool to check the installation result.

When you try to build drivers of bluetooth, may be you can meet the error message:

“make: *** /lib/modules/2.6.27.5-117.fc10.i686/build: No such file or directory”,

Please update your system and make sure the kernel version is latest.

Tagged with:
12

很可怜,在中国制造日益咄咄逼人的今天,中国的开源社区的力量还不够强大,连在大陆地区都没有几个Fedora的镜像服务器来服务于大家。

另外的问题是,中国的网络依然处于高度控制和封锁以及垄断中。中国教育网和其他公网的连接瓶颈也是我不能访问教育网Linux镜像服务器的原因之一。所以,当我用Ubuntu更新系统的时候,我需要将连接的服务器设为美国的。但在Fedora下的时候,我却找不到设置的途径。

Continue reading »

Tagged with:
preload preload preload

京ICP备08000145号