• Alfresco on Gentoo

    by  • 1st June 2008 • Uncategorized

    I’ve installed alfresco on Gentoo, used Gentoo HOWTO . Only major problem which I encountered was with not finding jdbc MySQL driver. I’ve tried to use script from the HowTo, but it wasn’t working.

    My Solution was to rebuild jdbc driver ( the script broken it ) ( emerge -av jdbc-mysql ) and then I’ve done a simple find /usr -name jdbc-mysql.jar and linked the file inside tomcats lib ( ln -s `find /usr -name jdbc-mysql.jar` /usr/share/tomcat-6/lib/jdbc-mysql.jar )