Re: [ifolder-devel] Problems running iFolder client (or porting iFolder to NetBSD)
Brought to you by:
srinidhi_bs
|
From: Silas S. <si...@gm...> - 2011-10-10 18:14:16
|
I did. After investigating what the script did, I thought that (in my
case) running mono iFolderClient.exe was equivalent but it is not since
the script exports other variables.
Here is the other error:
$ ./ifolder 15:15:17
Could not load file or assembly 'SimiasClient, Version=1.8.3.0, Culture=neutral, PublicKeyToken=08dab5faaddc8eb1' or one of its dependencies.
Unhandled Exception: System.TypeLoadException: Could not load type 'Novell.iFolder.iFolderApplication' from assembly 'iFolderClient, Version=3.8.0.3, Culture=neutral, PublicKeyToken=null'
If you are interested, here is my ifolder script: http://pastebin.com/hpCd9SmC
See that I chanted the "PID=" line to match my system specifications, but it
shouldn't be the problem.
Thank you.
On Mon, Oct 10, 2011 at 11:16:28PM +0530, Ravi Kumar wrote:
> Instead of running mono iFolderClient.exe try running the script ifolder
> which should be in your prefix/bin directory.
>
> ravi
>
> On Mon, Oct 10, 2011 at 10:15 PM, Silas Silva <si...@gm...> wrote:
>
> > Hi all!
> >
> > iFolder was recently adopted by the local sysadmin team in order to
> > exchange files and documentation. Since I use the NetBDS operating
> > system (www.netbsd.org) in my workstation, I realized it was a good
> > oportunity to port iFolder to the NetBSD operating system.
> >
> > Some of iFolder dependencies were already in the NetBSD package manager,
> > pkgsrc (www.pkgsrc.org), like Mono and Gtk#, but others also needed to
> > be ported, like libflaim and Simias.
> >
> > The porting of dependencies and of iFolder itself consisted basically in
> > adding conditionals to deal with the BSD systems in the build system
> > (autogen.sh, configure.in and Makefile.in).
> >
> > After some tries, libflaim, Simias and iFolder compiled fine.
> >
> > But, after running the iFolderClient.exe, I got this error:
> >
> >
> > $ mono iFolderClient.exe
> > Could not load file or assembly 'TrayIcon, Version=0.0.0.0,
> > Culture=neutral, PublicKeyToken=null' or one of its dependencies.
> >
> > Unhandled Exception: System.TypeLoadException: Could not load type
> > 'Novell.iFolder.iFolderApplication' from assembly 'iFolderClient,
> > Version=3.8.0.3, Culture=neutral, PublicKeyToken=null'.
> >
> >
> > Since I don't know anything about Mono, C# or the .NET framework, I
> > don't know what to do.
> >
> > If it is not an easy problem to solve, maybe you could recommend some
> > documentation, so I can debug the problem. Is it possible?
> >
> > Thank you very much.
> >
> > --
> > Silas Silva
> >
> >
> > ------------------------------------------------------------------------------
> > All the data continuously generated in your IT infrastructure contains a
> > definitive record of customers, application performance, security
> > threats, fraudulent activity and more. Splunk takes this data and makes
> > sense of it. Business sense. IT sense. Common sense.
> > http://p.sf.net/sfu/splunk-d2dcopy1
> > _______________________________________________
> > ifolder-devel mailing list
> > ifo...@li...
> > https://lists.sourceforge.net/lists/listinfo/ifolder-devel
> >
>
>
>
> --
> Ravi
--
Silas Silva
|