[Komodo-beta] help
by Fedor Bel other posts by this author
Jan 29 2007 4:59AM messages near this date
view in the new Beta List Site
Re: [Komodo-beta] License issue.
|
[Komodo-beta] code completion on static methods
----- Original Message ----
From: "komodo-beta-request@listserv.ActiveState.com" <komodo-beta-request@[...].com>
To: komodo-beta@[...].com
Sent: Sunday, January 28, 2007 10:00:30 PM
Subject: Komodo-beta Digest, Vol 29, Issue 42
Send Komodo-beta mailing list submissions to
komodo-beta@[...].com
To subscribe or unsubscribe via the World Wide Web, visit
http://listserv.ActiveState.com/mailman/listinfo/komodo-beta
or, via email, send a message with subject or body 'help' to
komodo-beta-request@[...].com
You can reach the person managing the list at
komodo-beta-owner@[...].com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Komodo-beta digest..."
Today's Topics:
1. Re: freebsd (Otto Hirr)
2. Re: freebsd (Todd Whiteman)
----------------------------------------------------------------------
Message: 1
Date: Sat, 27 Jan 2007 21:19:34 -0800
From: "Otto Hirr" <otto.hirr@[...].com>
Subject: Re: [Komodo-beta] freebsd
To: "'Todd Whiteman'" <toddw@[...].com>
Cc: komodo-beta@[...].com
Message-ID: <26E5C38CC0894B21AA670FB58EA75977@[...].com>
Content-Type: text/plain; charset="iso-8859-1"
Hi Todd,
Is there an outline of how to set it up for freebsd? I've never run linux
compatability before.
Yes, I have the linux compatability installed, and is loaded, it can be seen
via kldstat.
Per the linux compatability doc of freebsd,
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-lbc-insta
ll.html, I have installed the linux_base.
However there are several from which one could choose. eg debian, gentoo,
rh, etc.
Is linux_base the best?
After that, what is next? ldd still shows several 'not found' items. Take
for example, libglib-2.0.so.0. It is not found. However it is shown in the
output of 'ldconfig -r'. So it must not be seen by the linux compatability
portion.
Is there some documentation on how to get komodo up on freebsd, that step
though enabling the linux compatability? For example, the shared libraries
under {komodo}/lib/mozilla, need to be found... so should this directory be
added to /etc/ld-elf.so.conf or should the LD_LIBRARY_PATH be set, which
presently is not. If the env var is to be set, what should it be set to?
Oh and yes, I have the libcpp5 version of komodo.
I REALLY would like to get this going, freebsd is my main platform.
Thanks again for any pointers.
..Otto
> -----Original Message-----
> From: Todd Whiteman [mailto:toddw@[...].com]
> Sent: Friday, January 26, 2007 4:19 PM
> To: otto.hirr@[...].com
> Cc: komodo-beta@[...].com
> Subject: Re: [Komodo-beta] freebsd
>
>
> I have it running on Freebsd 6.2, which should be similar.
> Use the linux
> libcpp5 version.
>
> Note: You'll need linux ports of certain libraries (i.e. libgtk2), as
> it's a linux binary and not a native freebsd binary.
>
> Have you tried it yet yourself. If you cannot get it working we shall
> try to help out where we can, just post back the errors you
> get when you
> try and run Komodo.
>
> Cheers,
> Todd
>
> Otto Hirr wrote:
> > Does anyone have komodo beta running on freebsd 6.1?
> >
> > ..Otto
> >
> > _______________________________________________
> > Komodo-beta mailing list
> > Komodo-beta@[...].com
> > http://listserv.ActiveState.com/mailman/listinfo/komodo-beta
> >
> >
>
------------------------------
Message: 2
Date: Sun, 28 Jan 2007 11:36:52 -0800
From: Todd Whiteman <ToddW@[...].com>
Subject: Re: [Komodo-beta] freebsd
To: otto.hirr@[...].com
Cc: komodo-beta@[...].com
Message-ID: <45BCFB54.40104@[...].com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
There is a message on the support forum from Kiffin Gish discussing his
setup for FreeBSD, which should be a good starting point:
http://support.activestate.com/forum-topic/getting-komodo-to-run-on-
For the compatability layer, linux_base should be enough.
For gtk, I used: "sudo pkd_add -r linux-gtk2" to install this
compatibility library.
Don't worry too much about ldd-config showing missing items, as there is
a komodo wrapper script which sets up some of the additional library
link environment (using the LD_LIBRARY_PATH variable).
Other than that, you should be able to run straight from the command line:
<install_dir> /bin/komodo
Cheers,
Todd
Otto Hirr wrote:
> Hi Todd,
>
> Is there an outline of how to set it up for freebsd? I've never run linux
> compatability before.
>
> Yes, I have the linux compatability installed, and is loaded, it can be seen
> via kldstat.
>
> Per the linux compatability doc of freebsd,
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-lbc-insta
> ll.html, I have installed the linux_base.
>
> However there are several from which one could choose. eg debian, gentoo,
> rh, etc.
>
> Is linux_base the best?
>
> After that, what is next? ldd still shows several 'not found' items. Take
> for example, libglib-2.0.so.0. It is not found. However it is shown in the
> output of 'ldconfig -r'. So it must not be seen by the linux compatability
> portion.
>
> Is there some documentation on how to get komodo up on freebsd, that step
> though enabling the linux compatability? For example, the shared libraries
> under {komodo}/lib/mozilla, need to be found... so should this directory be
> added to /etc/ld-elf.so.conf or should the LD_LIBRARY_PATH be set, which
> presently is not. If the env var is to be set, what should it be set to?
>
> Oh and yes, I have the libcpp5 version of komodo.
>
> I REALLY would like to get this going, freebsd is my main platform.
>
> Thanks again for any pointers.
>
> ..Otto
>
>
> > -----Original Message-----
> > From: Todd Whiteman [mailto:toddw@[...].com]
> > Sent: Friday, January 26, 2007 4:19 PM
> > To: otto.hirr@[...].com
> > Cc: komodo-beta@[...].com
> > Subject: Re: [Komodo-beta] freebsd
> >
> >
> > I have it running on Freebsd 6.2, which should be similar.
> > Use the linux
> > libcpp5 version.
> >
> > Note: You'll need linux ports of certain libraries (i.e. libgtk2), as
> > it's a linux binary and not a native freebsd binary.
> >
> > Have you tried it yet yourself. If you cannot get it working we shall
> > try to help out where we can, just post back the errors you
> > get when you
> > try and run Komodo.
> >
> > Cheers,
> > Todd
> >
> > Otto Hirr wrote:
> >
> >> Does anyone have komodo beta running on freebsd 6.1?
> >>
> >> ..Otto
> >>
> >> _______________________________________________
> >> Komodo-beta mailing list
> >> Komodo-beta@[...].com
> >> http://listserv.ActiveState.com/mailman/listinfo/komodo-beta
> >>
> >>
> >>
>
>
>
------------------------------
_______________________________________________
Komodo-beta mailing list
Komodo-beta@[...].com
http://listserv.ActiveState.com/mailman/listinfo/komodo-beta
End of Komodo-beta Digest, Vol 29, Issue 42
*******************************************
____________________________________________________________________________________
Have a burning question?
Go to www.Answers.yahoo.com and get answers from real people who know.
|