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
