Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
154 views

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 ...
1
vote
2answers
60 views

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 Centos5.5 using YUM However, when I try and compile my program using: gmcs foo.cs I get: foo.cs(11,44): error CS0117: ...
1
vote
2answers
787 views

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

I would like to execute php script from the C Program and store the returning content in to a C variable. I tried like following but it doesnt works: C Code: printf("calling php function\n"); ...
0
votes
0answers
11 views

install JMF in Fedora10

Whenever I am installing JMF in Fedora 10, I am getting following errors. java.lang.Error: Can't open video card 0 java.lang.Error: Can't open video card 1 java.lang.Error: ...
0
votes
0answers
120 views

Python2.4 and python2.5 in Fedora10

I'm working with a Fedora10 64bits distribution, which has installed python2.4 and pythosn2.5. I am trying to install a python module for python2.4, but when I try to execute: python2.4 setup.py ...
0
votes
0answers
9 views

amara for python2.4 and Fedora10

Please, could anyone point out a link to download the rpm file of a proper version on amara XML toolkit for python2.4 in Fedora10 distribtion?
0
votes
1answer
616 views

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 ...
0
votes
1answer
207 views

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 ...
0
votes
1answer
613 views

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. ...
0
votes
4answers
1k views

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 ...