Hi guys, I'm having a hell of a time trying to install BaseX on CentOS with Yum. It says I'm missing xml-commons-resolver 1.2 and lucene-contrib:
Resolving Dependencies
--> Running transaction check
---> Package basex.noarch 0:7.2.1-3.2 set to be updated
--> Processing Dependency: xml-commons-resolver = 1.2 for package: basex
--> Processing Dependency: lucene-contrib for package: basex
--> Processing Dependency: jline for package: basex
--> Running transaction check
---> Package basex.noarch 0:7.2.1-3.2 set to be updated
--> Processing Dependency: xml-commons-resolver = 1.2 for package: basex
--> Processing Dependency: lucene-contrib for package: basex
---> Package jline.noarch 0:0.9.94-0.9.el5_6 set to be updated
--> Finished Dependency Resolution
basex-7.2.1-3.2.noarch from home_basex_opensuse has depsolving problems
--> Missing Dependency: xml-commons-resolver = 1.2 is needed by package basex-7.2.1-3.2.noarch (home_basex_opensuse)
basex-7.2.1-3.2.noarch from home_basex_opensuse has depsolving problems
--> Missing Dependency: lucene-contrib is needed by package basex-7.2.1-3.2.noarch (home_basex_opensuse)
Error: Missing Dependency: xml-commons-resolver = 1.2 is needed by package basex-7.2.1-3.2.noarch (home_basex_opensuse)
Error: Missing Dependency: lucene-contrib is needed by package basex-7.2.1-3.2.noarch (home_basex_opensuse)
I've downloaded both and added them to a CLASSPATH but the install script still complains. What step have I missed? Do I also need to add them to my PATH (would prefer not to)? Thanks!