[Gambas-user] Gambas and cgi

2009-10-16 Thread Alarch
Hello, 

I would like some informations about gambas for cgi. I can't find tutorials
about this aspect, in the wiki the link about web app in gambas is in
italic (not yet existing). 

First of all, I am using debian, and I found the package gambas2-gb-web wich
seems had hoc. 

if I dry run the install : 

 # aptitude -s install  gambas2-gb-web

Les NOUVEAUX paquets suivants vont être installés :
  gambas2-gb-web gambas2-runtime{a} libxtrap6{a} libxxf86misc1{a}
shared-mime-info{a} x11-xserver-utils{a} xdg-utils{a}

Is that enought for runing cgi on the server ? I suppose I need the runtime
of course, but I don't know if the gambas cgi executable will use db-web on
the serveur or is linked at compilation ? Maybe install gambas2-runtime
will be enought ?

Regards, 

--
Marc





--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas and cgi

2009-10-16 Thread Alarch
Dimitris Anogiatis wrote:

> Hey Marc,
> 
> gambas2-runtime and gambas2-gb-web might be enough to run a cgi
> script on your webserver... however if you need to use any other libraries
> you need to download then before you can actually use them.
> 
> You also need to set up your webserver to run gbw2 as a CGI executable
> (like php-cgi is run to run php pages) and add cgi or another kind of
> extension
> for your gambas pages.
> 
> Personally I use gsp for Gambas Server Pages
> 
> I would also download gb.vb to use string functions that resemble those
> of Visual Basic although it's pretty easy to manipulate strings in Gambas.
> 
> Take a look in the following link too
> 
> http://gambasdoc.org/help/doc/serverpage?view
> 
> I hope I helped
> Keep up the good work
> 
> Regards,
> Dimitris

Well, 

I installed debian packages for gambas2-gb-web and gambas2-runtime but the
debian version is gambas 2.7-1, so I don't have any gbs2 script. Is it
possible to run cgi with this version ? 

On an other and, I download gambas2-2.16.0.tar.bz2 from source forge, but I
don't find anything like gb-web, and I don't want to compile all gambas on
my server, only the runtime and some components.

What would the best solution ?

Regards,

--
Marc


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user