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 trying to get this to work by having PHP make calls to the system using exec() and shell_exec,...
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");
execl("/usr/bin/php -q", "/var/www/html/phpinfo.php", NULL);
printf("End php function\n");
Php Code:
<?php
echo "hello";
?>
Envir...
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 test
Building: test (Debug)
Realizando compilación principal...
Compilation failed: 2 erro...
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 file an icon will be seen in desktop. and by clicking on that icon my application must st...
Hi,
I have successfully installed OpenLDAP Server on Fedora Core 10 and now when query it from same system its working fine.
But when I try to connect / query it from any other machine (windows XP) it says 'no domain listed'.
Please tell me what am I missing and how to resolve it.
Regards,
...
Hi,
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 nothing to update".
When I've remade the RPMs, but removed the leading zeroes, the pr...