On Fri, Feb 27, 2009 at 1:54 PM, millisami <[email protected]> wrote: > Now I got to use this in my Ubuntu Hardy. I googled on how to run a .NET app > using Mono in Ubuntu and I found http://mono-project.com/Main%5FPage Mono . > And I've been trying to install Mono 2.0.1, 2.2 since 2 days, still figuring > out the installation error and I'm getting no-where. So, before spending > anymore time on it I want to know what are the things to install to make > work the PHP passthru(...) function and PdfProcess.exe work together??
Nothing special should be required, as long as the binfmt kernel extension is working. It is by default on Ubuntu, I think. (It's depended on by the mono-common package.) > Only installing Mono will work or do I have to install XSP and MCS as well?? > And which version of Mono is required to run this PdfProcess.exe .NET 2 > based module?? You'll need the core 2.0 framework libraries, as well as any others that your assembly depends on. It's not possible for us to extract that information from just the filename. Try running "mono PdfProcess.exe" from the command-line. If you see any errors about assemblies that cannot be found, just figure out the Ubuntu package that assembly is provided by and install it. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
