or just make link fro /usr/local/bin/gbr2 to /usr/bin
Le 21 décembre 2010 18:23, Benoît Minisini
a écrit :
>> Sorry for bothering you with this, I guess it all boils down to this
>> error I found in the apache error log: /usr/bin/env cannot find gbr2:
>>
>> /usr/bin/env: gbr2: no such file or dir
> Sorry for bothering you with this, I guess it all boils down to this
> error I found in the apache error log: /usr/bin/env cannot find gbr2:
>
> /usr/bin/env: gbr2: no such file or directory
>
> The script can be started from the command line, however. Strange thing...
>
> Regards
>
> Rolf
>
Hi Rolf-Werner
> Now, to make things somewhat clearer, let me add this:
>
> During the last two hours or so I set up a commandline application in
> Gambas doing this:
>
> PUBLIC SUB Main()
>
>PRINT " Transitional//EN\">"
Here you have to print an empty line - its part of the HTML-Standard!
>
Sorry for bothering you with this, I guess it all boils down to this
error I found in the apache error log: /usr/bin/env cannot find gbr2:
/usr/bin/env: gbr2: no such file or directory
The script can be started from the command line, however. Strange thing...
Regards
Rolf
Am 21.12.2010 15:41, schrieb Rolf-Werner Eilert:
> Hi folks,
>
> Just had the idea to implement a small application to be called via a
> browser (it is to show the user a collection of pdf files, some choices
> to choose from etc.).
>
> How could I do this in Gambas, or better: where do I start? I'
Hi folks,
Just had the idea to implement a small application to be called via a
browser (it is to show the user a collection of pdf files, some choices
to choose from etc.).
How could I do this in Gambas, or better: where do I start? I've done
command line applications in Gambas before, but ho