[Gambas-user] Gambas3 rev. 1294 fails

Ron Onstenk ronstk at ...239...
Mon Apr 7 03:36:28 CEST 2008


On Sunday 06 April 2008 07:31, R. Stormo wrote:
> > 
> > 
> Tried to download the libget text but it would not work. Installation wemt
> ok, but the program did not start. 
> It went out with core dump. So I have to wait until gambas3 uses rev 0.17 to
> make it work. :(
> 

Just like the same problem I had once with SuSE yast and curl library.

The posible solution can be to compile from libget from source
and use ./configure --prefix=/usr/local before the make.

Normal it wil compile to /usr (global distribution) but for personal usage
with the prefix you have your personal aside the distibutions one.
ATT yast did need the SuSE version of curl and gambas a new conflicting with yast.

When gambas during the configure phase is looking it should find 
it on the /usr/local (v0.16) path instead of the /usr path (0.17).

The only minus point is the posibility other new configurations of other
programms wil also use the /usr/local (0.16) one.

Do not forget the ld.config stuff.

Ron





More information about the User mailing list