-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Question: I get this error message:
export: bad interpreter: No such file or directory
when I execute this bash script
#!/bin/bash
MONO_PREFIX=/opt/mono-2.6
GNOME_PREFIX=/opt/gnome-2.6
export DYLD_LIBRARY_PATH=$MONO_PREFIX/lib:$DYLD_LIBRARY_PATH
export LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATH
export…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Quick question - I'm on Debian squeeze, running nginx fine and installed mono fine. Now I want to host a .net4 web application and as I understand it I'll need fastcgi-mono-server4 (and xsp4 when testing it out) - where do I get these packages?
I tried apt-get install fastcgi-mono-server4 and same…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have mono 2.11 set up with my nginx 1.0.15 webserver running on centos 6.2. I built it from source and xps2, xps4 and fastcgi-mono-server2 work as expected. The problem is when I try and run fastcgi-mono-server4. When I run:
fastcgi-mono-server4 /applications=site:/:/srv/www/html/ /socket=tcp:127…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Not sure if this is a silly question or not. Basically I'm figuring out how to run Mono on Linux, and I'm a Linux no0b.
I've got everything up and running, but confused about fastcgi-mono-server.
A lot of sites reference fastcgi-mono-server2 while other sites reference fastcgi-mono-server4
When…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
thank, but by using this i am getting the output
c2@ubuntu:~/Desktop$ mcs testingsrp.cs -lib:/home/c2/Desktop/libsrp/libsrp.so
c2@ubuntu:~/Desktop$ nm -D /home/c2/Desktop/libsrp/libsrp.so | grep SRP_initialize_library
c2@ubuntu:~/Desktop$ MONO_LOG_LEVEL="debug" MONO_LOG_MASK="dll" mono testingsrp…
>>> More