[Mono-list] Problem with Syscall (or how to bind port 443 as a non-privileged user)

Edward Ned Harvey (mono) edward.harvey.mono at clevertrove.com
Mon Mar 3 02:55:32 UTC 2014


I figured it out, thanks to this page:
http://www.cc.dtu.dk/?page_id=304

I know I previously said I had mono 3.2.6.  I apologize, it's actually 3.2.8.  It was built as follows:
./configure --prefix=/usr/local/mono-3.2.8 && make && echo "" && echo "Done" && echo""
followed by 
sudo make install && echo "" && echo "Ok Ok Ok" && echo ""

I would expect, based on the above webpage, that the ./configure && make should have built mono using LD_RUN_PATH set to /usr/local/mono-3.2.8/lib, but apparently it doesn't - Should that be considered a bug in the Makefile?

The workaround is to specify the LD_LIBRARY_PATH on each call to mono
env LD_LIBRARY_PATH=/usr/local/mono-3.2.8/lib /usr/local/mono-3.2.8/bin/mono FunWithFooBar.exe



More information about the Mono-list mailing list