Questions tagged [fedora10]

Version 10 (November 2008) of Fedora, a Linux-based operating system. Use only if your question is specifically related to features of this version.

Version 10 (November 2008) of Fedora, a Linux-based operating system.

Use only if your question is specifically related to features of this version. Just because you are using this version, doesn't mean you need this tag. Use in addition to or instead of this tag.

See for more information.

9 questions
9
votes
1 answer

How does yum compare versions?

We have a web app we package into an RPM. We have a problem with the version field of the RPM. Let's say we have installed our rpm: foo-2.1.0.007 007 is our build number. Now when we try to install a newer rpm, foo-2.1.0.010, yum says "There's…
Asaf Mesika
  • 1,643
  • 4
  • 20
  • 33
4
votes
3 answers

executing php script from C program and store the results in to a variable

I would like to execute a PHP script from a C program and store the returning content in to a C variable. I tried like following but it doesn't work: C: printf("calling php function\n"); execl("/usr/bin/php -q", "/var/www/html/phpinfo.php",…
Webrsk
  • 1,014
  • 2
  • 15
  • 24
3
votes
2 answers

Mono error: error CS0117: `System.IO.File' does not contain a definition for `ReadLines'

I followed this thread to install Mono on my Fedora box: Install Mono on Centos 5.5 using YUM However, when I try and compile my program using: gmcs foo.cs I get: foo.cs(11,44): error CS0117: `System.IO.File' does not contain a definition for…
Jim
  • 53
  • 1
  • 4
2
votes
1 answer

Can't access Tomcat on Unix from another computer

I installed Tomcat 6.0 into Fedora 10. I'm able to see my webapp on browser doing a simple http://localhost:8080/HomeApp from the server computer. I saw that my server computer has an IP of 192.168.1.5 by doing /sbin/ifconfig. So I replaced the…
Marquinio
  • 4,601
  • 13
  • 45
  • 68
2
votes
2 answers

Creating Menu Entries for User Applications, Linux

Hi I have created an rpm file. My application is completely java application. When I install my rpm I have to double click on Install.sh (its a shell script file which start java application) my program starts. Now I want when i will install my rpm…
Sunil Kumar Sahoo
  • 53,011
  • 55
  • 178
  • 243
1
vote
2 answers

kernel panic - not syncing: attempted to kill the idle task on Vmware workstation 7

I am trying to install ubuntu through vmware Work Station.The process is halting after throwing the error "kernel panic - not syncing: attempted to kill the idle task", I searched for the solution in forums, but they are of little help. Here is the…
0
votes
3 answers

Unable to call system commands and shell scripts from PHP Fedora 10

I am working on an application that runs locally on a Fedora 10 machine through PHP and Apache. It depends on a process that runs in the background. The higher-ups want to be able to start/stop/restart the process, through the browser. I was…
John B
  • 20,062
  • 35
  • 120
  • 170
0
votes
3 answers

C++11 on Fedora 10

I will work for a month in a computer that is not mine, thus returning it back as soon as I am done. However, I can be root. The problem is that I can not run C++11. I am not interested in the latest compiler, just a compiler who can support some…
gsamaras
  • 71,951
  • 46
  • 188
  • 305
0
votes
1 answer

Mono - missing file gnome-sharp at the momment to compile the gnome sample application

Latter of to create a new sample solution in monodevelop. Mono -> New Solution -> C# -> Examples -> Gnome 2.0 Project I found the next errors at the momment to compile the gnome sample application. Building: test (Debug) Construyendo solución…
Edwin Sandoval
  • 53
  • 1
  • 1
  • 7