Re: [ROOT] Problem loading libMySQL.so

From: Jacek M. Holeczek (holeczek@us.edu.pl)
Date: Wed Feb 27 2002 - 19:40:11 MET


Try :
	gSystem->Load("libMySQL.so")
I'm not sure now, but I think that if you want to be able to ".L
libMySQL.so" you need to modify one line in the $ROOTSYS/etc/system.rootrc
file :
	Unix.*.Root.MacroPath:	.:$(ROOTSYS)/macros:$(ROOTSYS)/lib
You might also consider modification of a second line :
	Unix.*.Root.DynamicPath:	.:$(ROOTSYS)/lib:$(ROOTSYS)/macros
(Would it be a good idea to make these modifications in the
"official" ROOT release ? I vote yes.)
(Of course, instead of modifying the $ROOTSYS/etc/system.rootrc file, you
could also modify/create the $HOME/.rootrc file.)
Hope this helps,
Jacek.



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:43 MET