Home > geek, gentoo, website > Alfresco on Gentoo

Alfresco on Gentoo

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 )

geek, gentoo, website

  1. No comments yet.
  1. No trackbacks yet.