i followed your tip and tryed this: as you can see, my start.sh script has the export LD_LIBRARY_PATH=/usr/local/lib/ declaration, but in the command line, if i did something like: echo $LD_LIBRARY_PATH i got something like /opt/mono/bin(or similar...) which did not exist (??)... so i did the following :
export LD_LIBRARY_PATH=/usr/local/lib/ export PATH=$LD_LIBRARY_PATH;$PATH and echo $PATH now returns: /usr/local/lib/:/opt/mono/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin but the problem still maintains.... :( and yes, i need to be root to execute the service... Sergio Coelho Charrua Project Manager & Software Engineer [email protected] www.voip.pt _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
