Just after compile the last Glom

View: New views
3 Messages — Rating Filter:   Alert me  

Just after compile the last Glom

by Esteve Nubiola :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

The most first think is apologize to you if I post in a wrong list...

The question is that I finished to compile and install the latest Glom version (i.e. 1.11.0) in a Debian system using the autotools... and doesn't run because cannot find libglom-1.0.so.0 library, but it really exists... it was already made and placed in /usr/local/lib/...

I added the path rute in the PATH environment var and anything changed.

Some help ?

One question  more. Some days ago, I upgrade the PostgreSQL version from 8.3 to 8.4. The configure script asked me for the version 8.3 (so, I installed it again)... Is it possible to run Glom on the newer 8.4 PostgreSQL version ?

Thanks,

Esteve

_______________________________________________
glom-devel-list mailing list
glom-devel-list@...
http://mail.gnome.org/mailman/listinfo/glom-devel-list

Re: Just after compile the last Glom

by Armin Burgmeier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Esteve Nubiola wrote:

> Hello,
>
> The most first think is apologize to you if I post in a wrong list...
>
> The question is that I finished to compile and install the latest Glom
> version (i.e. 1.11.0) in a Debian system using the autotools... and
> doesn't run because cannot find libglom-1.0.so.0 library, but it really
> exists... it was already made and placed in /usr/local/lib/...
>
> I added the path rute in the PATH environment var and anything changed.

Try LD_LIBRARY_PATH instead. PATH is for executables, not libraries.

> Some help ?
>
> One question  more. Some days ago, I upgrade the PostgreSQL version from
> 8.3 to 8.4. The configure script asked me for the version 8.3 (so, I
> installed it again)... Is it possible to run Glom on the newer 8.4
> PostgreSQL version ?

Is this just because it looked in the wrong place by default? You can
specify the path of your postgresql installation using
--with-postgres-utils=/some/path (I do this regularly on Gentoo, since
they install postgres simply to /usr/bin).

Armin
_______________________________________________
glom-devel-list mailing list
glom-devel-list@...
http://mail.gnome.org/mailman/listinfo/glom-devel-list

Re: Just after compile the last Glom

by Esteve Nubiola :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/9/9 Armin Burgmeier <armin@...>
Esteve Nubiola wrote:
Hello,

The most first think is apologize to you if I post in a wrong list...

The question is that I finished to compile and install the latest Glom version (i.e. 1.11.0) in a Debian system using the autotools... and doesn't run because cannot find libglom-1.0.so.0 library, but it really exists... it was already made and placed in /usr/local/lib/...

I added the path rute in the PATH environment var and anything changed.

Try LD_LIBRARY_PATH instead. PATH is for executables, not libraries.

Thanks a lot. Now works !
 


Some help ?

One question  more. Some days ago, I upgrade the PostgreSQL version from 8.3 to 8.4. The configure script asked me for the version 8.3 (so, I installed it again)... Is it possible to run Glom on the newer 8.4 PostgreSQL version ?

Is this just because it looked in the wrong place by default? You can specify the path of your postgresql installation using --with-postgres-utils=/some/path (I do this regularly on Gentoo, since they install postgres simply to /usr/bin).

Thanks, again !

Esteve


_______________________________________________
glom-devel-list mailing list
glom-devel-list@...
http://mail.gnome.org/mailman/listinfo/glom-devel-list