[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GORM Can't Find libGormCore.so.1 ??
From: |
Citizen Jimserac |
Subject: |
Re: GORM Can't Find libGormCore.so.1 ?? |
Date: |
Mon, 6 Aug 2012 07:30:35 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Aug 6, 10:16 am, Ivan Vučica <ivuc...@gmail.com> wrote:
> Unless /home/wodeming/gnustep/dev-apps/gorm/GormCode/obj is in your dynamic
> loader's search path (on free operating systems usually can be overridden via
> LD_LIBRARY_PATH), then it naturally cannot be found.
>
> You'll want to "sudo -E make install" Gorm before using it, so it also
> installs libGormCore.so.1 in a directory that's in the loader search path.
>
> On 6. 8. 2012., at 15:57, Citizen Jimserac <jimse...@gmail.com> wrote:
>
>
>
>
>
>
>
> > On Ubuntu 12.04
>
> > The source line has been added to .bashrc
> > . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
> > so that's not it.
>
> > ./Gorm: error while loading shared libraries: libGormCore.so.1: cannot
> > open shared object file: No such file or directory?
>
> > But libGormCore.so.1 is sitting right there in the directory:
> > /home/wodeming/./gnustep/dev-apps/gorm/GormCore/obj/libGormCore.so.1
>
> > The compile and link went fine. What am I missing?
>
> > Thanks
> > J
>
> > _______________________________________________
> > Discuss-gnustep mailing list
> > Discuss-gnus...@gnu.org
> >https://lists.gnu.org/mailman/listinfo/discuss-gnustep
Aha, the obvious, as always, eludes me.
That was it.....THANKS !!
J.