Npgsql:
At http://www.go-mono.com/postgresql.html and under bullet item "Npgsql" you see "included with Mono."  However, when I use the <%@ import namespace="Npgsql" %> directive I get:
 
 Error message: /tmp/tmp5cb222ed.cs(25,0) : error CS0246: The namespace `Npgsql' can not be found (missing assembly reference?) (0,0) : error failed: 1 error(s), 0 warnings
 
Do I need to install "Mono Class Libraries?"  I haven't need that yet.  Out of curiosity, why is there a separate download for extra class libraries when you get a ton with "Mono Runtime?"  Are these additional / less critical assemblies?
 
Nohup:
I get help from this newsgroup before and I very much thank everyone who contributed.  But I'm suddenly getting errors where I wasn't before.
 
Doing this:
nohup "mono /usr/local/bin/mod-mono-server.exe --nonstop --root . --applications /mono:." &
Gives me this:
nohup: appending output to `nohup.out'
nohup: cannot run command `mono /usr/local/bin/mod-mono-server.exe --nonstop --root . --applications /mono:.': No such file or directory
 
However, if I do the same w/o the "&" like this:
nohup mono /usr/local/bin/mod-mono-server.exe --nonstop --root . --applications /mono:.
Then it works fine ... only I can't regain control of the terminal of course.
 
Then only thing I might have changed is permissions on the directory where I run the command.  But everyone was wrx on it.
 
Thanks for any help.  Are you guys are doing a superb job!
 
-Abe

Reply via email to