On Fri, May 28, 2010 at 7:42 PM, WORLEY, Dale R (Dale) <[email protected]> wrote: > I'm running into an odd problem: On FC 10, I can't build 4.2 because > ./configure can't find the Jasper Reports JARs. The problem in the code is > simple enough: The JARs are searched for as > "sipx-jasperreports-deps/jasperreports", etc. (see the bottom of > config/java.m4, which is what produces the relevent parts of ./configure), > but they're in the source tree as > "sipx-jasperreports-deps/deps-jars/jaspereports-3.0.0.jar", etc., which it > seems could never be found because of the intermediate "deps-jars" directory.
IMHO - you should separately install jasperreports dependencies in order to be found during build There should be a .rpm provided, something like: sipx-jasperreports-deps-1.0.0-1.noarch exposed by the sipx FC repository.. After install (yum install sipx-jasperreports-deps-1.0.0-1), dependencies jars will be put here: /usr/share/java/sipx-jasperreports-deps (all java libraries should reside in /usr/share/java) In order to be able to install using yum, you should put the sipx repository .conf file here: /etc/yum.repos.d Hope this helps, Mircea > > The really odd thing is that none of this seems to have changed recently, but > I can no longer build it. > > Dale > _______________________________________________ > sipx-dev mailing list [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-dev > Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev > sipXecs IP PBX -- http://www.sipfoundry.org/ > _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
