View Single Post
  #5 (permalink)  
Old 06-14-2007, 04:31 AM
masif masif is offline
Junior Member
 
Posts: 9
Default Compiation and Building of Source Code

Thanx for your reply
I am using Fedora 6 and eclipse.

When I click on the build file of ZimbraServer the following error occurs:

[javac] Compiling 1 source file to /opt/zimbra/ZimbraServer/build/classes
[java] Exception in thread "main" java.lang.Error: Unresolved compilation problem:
[java] sLogsByClass cannot be resolved
[java] at com.zimbra.common.util.LogFactory.getLog(LogFactor y.java:45)
[java] at com.zimbra.cs.db.Versions.<clinit>(Versions.java:5 5)

I have'nt yet configured the mysql and also not created the database form their scripts.
I have installed the database but when I run it, it gives the following error:

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

Now tell me what should I do, I think its the database error, bcoz its trying to fetch the db version from the databsae table and upon not finding it, the above mentioned error ocurrs.
However if you furhter guided me, I will be really thankful to you. If need further clarification regarding the project, I ll explain it you.
Reply With Quote