i actually added the LD_LIBRARY_PATH to the PATH environment variable.... so it gets global to the O.S. (i guess... i'm far from being a linux guru or competent sysadmin... )
i got the tip to "export" the LD_LIBRARY_PATH from a post somewhere, a few days ago ... Sergio Coelho Charrua Project Manager & Software Engineer [email protected] www.voip.pt ----- Original Message ----- From: "Petit Eric" <[email protected]> To: "Sergio C. Charrua" <[email protected]> Cc: [email protected] Sent: Terça-feira, 4 de Agosto de 2009 15H37m GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Mono-list] Service do not start why PATH=LD_LIBRARY_PATH ?!! 2009/8/4 Sergio C. Charrua <[email protected]>: > > > 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 > -- Cordially. Small Eric Quotations of the days: --------------------------------------------------------------------------- I have no special talents. I am only passionately curious _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
