to be clear, you should restart from zero, by cleaning all, the "normal" dir should be "locale", except if you have compiled mono from source without --prefix=/usr LD_Lib.. is for lib (/usr/lib(64), /lib ....) PATH is for bin only (/usr/bin, /bin ....) if you have mono in normal install dir (/usr/lib), you don't need to "tweak" path in your startup script After what, if you really want parallel install, i suggest you to read this : http://www.mono-project.com/Parallel_Mono_Environments But i guess, this is not what you want
2009/8/4 SCharrua <[email protected]>: > > in fact, the mono framework is installed at /usr/local/lib/ > > locate mono-service2.exe > > returns /usr/local/lib/mono..... > > on version 1.9, i had the mono framework installed in /opt/mono but removed > it and installed according to default installation path... everything else > (httpd, webservices,etc...) works ok ... > > Sergio > > > > Robert Jordan wrote: >> >> Sergio C. Charrua wrote: >>> >>> 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 >> >> Wait, where is your mono actually located? From your path output >> it seems to be in /opt/mono, so you have to set this: >> >> export LD_LIBRARY_PATH=/opt/mono/lib >> >> Robert >> >> _______________________________________________ >> Mono-list maillist - [email protected] >> http://lists.ximian.com/mailman/listinfo/mono-list >> >> > > -- > View this message in context: > http://www.nabble.com/Service-do-not-start-tp24806538p24811908.html > Sent from the Mono - General mailing list archive at Nabble.com. > > _______________________________________________ > 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
