Tagged Questions
1
vote
3answers
243 views
I can not get my Realtek 8723 driver source compiled
I have a Lenovo IdeaPad Yoga 13. WLAN won't work out of box with fedora 18. So I googled around and found this 2 links:
...
-1
votes
2answers
43 views
About ncurses header file [closed]
I' running Fedora 15 (32-bit). But I can`t compile and run an ncurses program. Also, colours are not working in the terminal. What can I do to fix this?
3
votes
2answers
880 views
How to build a custom kernel on Fedora?
I want to test an (upstream) custom kernel on Fedora.
The plan so far is:
use a recent fedora config as starting point, e.g. /boot/config-3.6.6-1.fc17.x86_64
lookup build dependencies
lookup right ...
2
votes
1answer
192 views
Replace python built with UCS4 with UCS2
I've got fedora fc15 installed with python 2.7.1-7.fc15. It is built with ucs4 and I've got some packages here at work that are built with ucs2. I now cannot build other packages that use these ucs2 ...
0
votes
0answers
47 views
Help compiling Fedora kernel [closed]
I wan to know how to compile the kernel image which is under the CDROM:isolinux/ dir named vmlinuz and how to make the other files like initrd.img in the same directory.
0
votes
0answers
222 views
Build Chromium from source
I'm using Fedora 16 and I've successfully compiled Chromium from source (the first time I compiled something from source) a while back following these instructions:
...
1
vote
1answer
100 views
Compling KUTE traffic generator 1.4 on Fedora Core 5
I am trying to install KUTE traffic generator on Fedora Core 5 kernel version 2.6.15.
When I try to complile I get this error message:
[root@dhcppc128 kute-1.4]# make
make modules
make[1]: Entering ...
0
votes
2answers
1k views
How to install wireless driver in Fedora 15?
I have tried ndiswrapper 1.56 for fc15... it gives the following error :
$ make
make -C driver
make[1]: Entering directory `/home/dhinesh/sware/ndiswrapper-1.56/driver'
make -C ...
4
votes
1answer
538 views
How can I specify OS-conditional build requirements in an RPM spec file?
I am trying to work my way around with the BuildPrereq flag in the spec files.
I want a few pre-requisites to be included if the OS is of a particular version. something like
if os == fedora 4
...
12
votes
2answers
4k views
What is the Fedora equivalent of the Debian build-essential package?
What is the Fedora equivalent of the Debian build-essential package?
2
votes
2answers
1k views
libX11.so.6 Not found
I tried to make && make install package, but I get an error:
libX11.so.6 not found
Where can i get this lib?