Re: Install GNUStep on Ubuntu 16
Ivan Vučica <[email protected]> Thu, 12 May 2016 15:23:17 +0000
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <CAGPLYoTvV0eZz5guoi1bTCoHpezyFzsETFnUkNxT=ZVfNFZX0w@mail.gmail.com> |
--===============0465153737590047070==
Content-Type: multipart/alternative; boundary=001a11346c5673f3800532a6bd0d
--001a11346c5673f3800532a6bd0d
Content-Type: text/plain; charset=UTF-8
Probably installed in /usr/local/lib/GNUstep/Libraries. Not sure.
cd /usr/local/lib/GNUstep
find . | grep libGormCore
Once found, take the **DIRECTORY** where it lives and do something similar
to:
export LD_LIBRARY_PATH="/usr/local/lib/GNUstep/Library:${LD_LIBRARY_PATH}"
then start gorm.
sent from phone
On Thu, May 12, 2016, 14:50 fortuna07 <[email protected]> wrote:
>
>
>
>>
>> But it worked, gorm.app was it :-)
>> I uninstalled it, worked fine.
>> But then I did make/sudo -E make install, all without a problem, but I
>> can't find Gorm now :-(
>> All the other apps are at //usr/lib/GNUStep/Applications, but the new
>> Gorm is not here :-(
>>
>>
> You know how the Cocoa API NSSearchPathForDirectoriesInDomains() or
> [NSFileManager URLsForDirectory:inDomains:] has the concept of a 'domain'?
> Things like NSLocalDomain or NSSystemDomain or NSUserDomain?
>
> You know how filesystem hierarchy standard (FHS) specifies things like
> /usr vs /usr/local? Or how FreeDesktop.org (a.k.a. xdo) specifies
> /usr/share vs /usr/local/share vs ~/.local/share?
>
> See, it's really common that free software for UNIX-like systems -- when
> manually installed -- installs itself into "local" domain. In case of FHS,
> to which Debian -- and thus Debian packaging for GNUstep -- tries to
> adhere, local domain is in /usr/local. Programs installed and upgraded by
> the distribution's packaging system, however it works, get to live in the
> system domain in /usr. For example, /usr/bin vs /usr/local/bin.
>
> Armed with this information, I would look for it in
> /usr/local/lib/GNUstep/Applications.
>
>
> yes, here it is :-)
> But when I try to start it:
> /usr/local/lib/GNUstep/Applications/Gorm.app/Gorm: error while loading
> shared libraries: libGormCore.so.1: cannot open shared object file: No such
> file or directory
>
>
>
> ------------------------------
> View this message in context: Re: Install GNUStep on Ubuntu 16
> <http://gnustep.8.n7.nabble.com/Install-GNUStep-on-Ubuntu-16-tp40858p40897.html>
> Sent from the GNUstep - Help mailing list archive
> <http://gnustep.8.n7.nabble.com/GNUstep-Help-f30048.html> at Nabble.com.
> _______________________________________________
> Help-gnustep mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/help-gnustep
>
--001a11346c5673f3800532a6bd0d
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<p dir=3D"ltr">Probably installed in /usr/local/lib/GNUstep/Libraries. Not =
sure.</p>
<p dir=3D"ltr">cd /usr/local/lib/GNUstep<br>
find . | grep libGormCore</p>
<p dir=3D"ltr">Once found, take the **DIRECTORY** where it lives and do som=
ething similar to:</p>
<p dir=3D"ltr">export LD_LIBRARY_PATH=3D"/usr/local/lib/GNUstep/Librar=
y:${LD_LIBRARY_PATH}"</p>
<p dir=3D"ltr">then start gorm.<br></p>
<p dir=3D"ltr">sent from phone<br>
</p>
<br><div class=3D"gmail_quote"><div dir=3D"ltr">On Thu, May 12, 2016, 14:50=
fortuna07 <<a href=3D"mailto:[email protected]">[email protected]</a>>=
wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8=
ex;border-left:1px #ccc solid;padding-left:1ex">
=20
=20
=20
=20
<div><font face=3D"Calibri">=C2=A0</font></div>
<br>
<blockquote style=3D"border-left:2px solid #cccccc;padding:0 1em" type=
=3D"cite">
<div dir=3D"ltr">
<div class=3D"gmail_extra">
<div class=3D"gmail_quote">=C2=A0
<blockquote style=3D"border-left:2px solid #cccccc;padding:0 1e=
m" style=3D"border-left:2px solid #cccccc;padding:0 1em" class=3D"gmail_quo=
te">
<div bgcolor=3D"#FFFFFF" text=3D"#000066"><span></span>
But it worked, gorm.app was it :-)<br>
I uninstalled it, worked fine.<br>
But then I did make/sudo -E make install, all without a
problem, but I can't find Gorm now :-(<br>
All the other apps are at
//usr/lib/GNUStep/Applications, but the new Gorm is not
here :-(<br>
<br>
</div>
</blockquote>
</div>
<br>
</div>
<div class=3D"gmail_extra">You know how the Cocoa API
NSSearchPathForDirectoriesInDomains() or [NSFileManager
URLsForDirectory:inDomains:] has the concept of a 'domain'=
;?
Things like NSLocalDomain or NSSystemDomain or NSUserDomain?</div=
>
<div class=3D"gmail_extra"><br>
</div>
<div class=3D"gmail_extra">You know how filesystem hierarchy
standard (FHS) specifies things like /usr vs /usr/local? Or
how FreeDesktop.org (a.k.a. xdo) specifies /usr/share vs
/usr/local/share vs ~/.local/share?</div>
<div class=3D"gmail_extra"><br>
</div>
<div class=3D"gmail_extra">See, it's really common that free
software for UNIX-like systems -- when manually installed --
installs itself into "local" domain. In case of FHS, to=
which
Debian -- and thus Debian packaging for GNUstep -- tries to
adhere, local domain is in /usr/local. Programs installed and
upgraded by the distribution's packaging system, however it
works, get to live in the system domain in /usr. For example,
/usr/bin vs /usr/local/bin.</div>
<div class=3D"gmail_extra"><br>
</div>
<div class=3D"gmail_extra">Armed with this information, I would
look for it in /usr/local/lib/GNUstep/Applications.</div>
</div>
</blockquote>
<br>
yes, here it is :-)<br>
But when I try to start it:<br>
/usr/local/lib/GNUstep/Applications/Gorm.app/Gorm: error while
loading shared libraries: libGormCore.so.1: cannot open shared
object file: No such file or directory<br>
<br>
<br>
=20
=09
=09
=09
<br><hr align=3D"left" width=3D"300">
View this message in context: <a href=3D"http://gnustep.8.n7.nabble.com/Ins=
tall-GNUStep-on-Ubuntu-16-tp40858p40897.html" target=3D"_blank">Re: Install=
GNUStep on Ubuntu 16</a><br>
Sent from the <a href=3D"http://gnustep.8.n7.nabble.com/GNUstep-Help-f30048=
.html" target=3D"_blank">GNUstep - Help mailing list archive</a> at Nabble.=
com.<br>_______________________________________________<br>
Help-gnustep mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">Help-gnustep@gnu.=
org</a><br>
<a href=3D"https://lists.gnu.org/mailman/listinfo/help-gnustep" rel=3D"nore=
ferrer" target=3D"_blank">https://lists.gnu.org/mailman/listinfo/help-gnust=
ep</a><br>
</blockquote></div>
--001a11346c5673f3800532a6bd0d--
--===============0465153737590047070==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Help-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-gnustep
--===============0465153737590047070==--