|
|
[OX User] problem with installing OX on suse10
Roland Lepper de
roland_de_lepper at hotmail.com
Wed May 9 12:49:44 CEST 2007
Hi,I'm trying to install OX 0.8.6-3 conviencepack on Suse10.I'm using the howto of http://heinous.org/wiki/Open-XChange_on_SUSE_10.0I installed all dependancies and everything went Ok till installing OX.I did the following:ox:/tmp/oxbuild/open-xchange-0.8.6-3 # ./configure --with-mailjar=/usr/share/java/mail.jr --with-activationjar=/usr/share/java/activation.jar --with-jdomjar=/usr/share/java/jdom.jar --with-jsdkjar=/usr/share/java/servletapi5.jar --with-jdbcjar=/usr/share/pgsql/pg74.216.jdbc3.jar --with-runuid=wwwrun --with-rungid=tomcat --enable-webdav --enable-doc --prefix=/srv/ox --with-cgibindir=/srv/www/cgi-bin/ox --with-htdocsdir=/srv/www/htdocs --with-dbpass=ownzme --with-organization="Specs" --with-basedn=dc=specs,dc=nl --with-rootdn=uid=mailadmin,dc=specs,dc=nlThe above gave no errors.then do make and get the error1: [javac] *** Semantic Error: Type "Folder" was not found. [javac] 195. wml.createWebmailMessageListSearch(folder, searchSubFolder, (List) no.global.get("folderSearchTypes")); [javac] ^----------------------------------------------------------------------------------------------------^ [javac] *** Semantic Error: No applicable overload for a method with signature "createWebmailMessageListSearch(??, boolean, java.util.List)" was found in type "com.openexchange.webmail.message.WebmailMessageList". Perhaps you wanted the overloaded version "void createWebmailMessageListSearch(?? f, boolean searchSubFolder, java.util.List searchTypesOrig) throws java.lang.Exception;" instead? [javac] 197. wml.createWebmailMessageList(folder, (String) no.global.get("stype"), (String) no.global.get("search")); [javac] ^-----------------------------------------------------------------------------------------------------^ [javac] *** Semantic Error: No applicable overload for a method with signature "createWebmailMessageList(??, java.lang.String, java.lang.String)" was found in type "com.openexchange.webmail.message.WebmailMessageList". Perhaps you wanted the overloaded version "void createWebmailMessageList(?? f, java.lang.String searchFor, java.lang.String searchCrit) throws java.lang.Exception;" instead? [javac] 223. fillMessageList(wml, folder); [javac] ^--------------------------^ [javac] *** Semantic Error: No applicable overload for a method with signature "fillMessageList(com.openexchange.webmail.message.WebmailMessageList, ??)" was found in type "com.openexchange.webmail.MessageList". Perhaps you wanted the overloaded version "void fillMessageList(com.openexchange.webmail.message.WebmailMessageList wml, ?? folder);" instead? [javac] 227. writeDeleteItems(folder); [javac] ^----------------------^ [javac] *** Semantic Error: No applicable overload for a method with signature "writeDeleteItems(??)" was found in type "com.openexchange.webmail.MessageList". Perhaps you wanted the overloaded version "void writeDeleteItems(?? folder) throws java.lang.Exception;" instead? [javac] 228. writeMoveCopyItems(folder); [javac] ^------------------------^ [javac] *** Semantic Error: No applicable overload for a method with signature "writeMoveCopyItems(??)" was found in type "com.openexchange.webmail.MessageList". Perhaps you wanted the overloaded version "void writeMoveCopyItems(?? folder) throws java.lang.Exception;" instead? [javac] 565. private void fillMessageList(WebmailMessageList wml, Folder folder) { [javac] ^----^ [javac] *** Semantic Error: Type "Folder" was not found. [javac] 575. if (wmiList.get(a) instanceof Message) { [javac] ^-----^ [javac] *** Semantic Error: Type "Message" was not found. [javac] 576. Message msg = (Message) wmiList.get(a); [javac] ^-----^ [javac] *** Semantic Error: Type "Message" was not found. [javac] 576. Message msg = (Message) wmiList.get(a); [javac] ^-----^ [javac] *** Semantic Error: Type "Message" was not found. [javac] 599. private void writeMessageList(Vector msgList, Folder folder, Store imapStore) { [javac] ^----^ [javac] *** Semantic Error: Type "Folder" was not found. [javac] 599. private void writeMessageList(Vector msgList, Folder folder, Store imapStore) { [javac] ^---^ [javac] *** Semantic Error: Type "Store" was not found. [javac] 615. Folder tmp = null; [javac] ^----^ [javac] *** Semantic Error: Type "Folder" was not found. [javac] 617. tmp = (Folder) flist.get(data[2]); [javac] ^----^ [javac] *** Semantic Error: Type "Folder" was not found. [javac] 650. private void writeMessage(Message msg, String ff, Folder tFolder, int position, Vector nextMsgs, int threadLevel) { [javac] ^-----^ [javac] *** Semantic Error: Type "Message" was not found. [javac] 650. private void writeMessage(Message msg, String ff, Folder tFolder, int position, Vector nextMsgs, int threadLevel) { [javac] ^----^ [javac] *** Semantic Error: Type "Folder" was not found. [javac] 676. String uid = String.valueOf(((UIDFolder) tFolder).getUID(msg)); [javac] ^-------^ [javac] *** Semantic Error: Type "UIDFolder" was not found. [javac] 683. Flags flags = msg.getFlags(); [javac] ^---^ [javac] *** Semantic Error: Type "Flags" was not found. [javac] 743. int priority = WebmailMessageTools.getPriority(msg); [javac] ^----------------------------------^ [javac] *** Semantic Error: No applicable overload for a method with signature "getPriority(??)" was found in type "com.openexchange.webmail.message.WebmailMessageTools". Perhaps you wanted the overloaded version "int getPriority(?? msg) throws ??;" instead? [javac] 929. private void writeDeleteItems(Folder folder) throws Exception { [javac] ^----^ [javac] *** Semantic Error: Type "Folder" was not found. [javac] 970. private void writeMoveCopyItems(Folder folder) throws Exception { [javac] ^----^ [javac] *** Semantic Error: Type "Folder" was not found. [javac] Charset conversion error at offset 3257: Invalid or incomplete multibyte or wide character [javac] Found 1 lexical error in "/tmp/oxbuild/open-xchange-0.8.6-3/src/com/openexchange/groupware/CalendarSearchDelete.java": [javac] 110. nothing = "Sie haben keinen Termin zum L [javac] ^----------------------------^ [javac] *** Lexical Error: String constant not properly terminated. [javac] Found 6 syntax errors in "/tmp/oxbuild/open-xchange-0.8.6-3/src/com/openexchange/groupware/CalendarSearchDelete.java":Charset conversion error at offset 3257: Invalid or incomplete multibyte or wide character [javac] 110. nothing = "Sie haben keinen Termin zum L [javac] ^--------------------------------------^ [javac] *** Syntax Error: ";" inserted to complete Statement [javac] <-------------------------------- [javac] 109. if(no.getLanguage().equals("DE")) [javac] 110. nothing = "Sie haben keinen Termin zum L [javac] -----------------------------------------------------------------------> [javac] *** Syntax Error: "else Statement" inserted to complete BlockStatement [javac] < [javac] 107. if(no.name.equals("nothingSelected")){ [javac] . . . [javac] 110. nothing = "Sie haben keinen Termin zum L [javac] -----------------------------------------------------------------------> [javac] *** Syntax Error: "}" inserted to complete Statement [javac] <------------------------------------- [javac] 107. if(no.name.equals("nothingSelected")){ [javac] . . . [javac] 110. nothing = "Sie haben keinen Termin zum L [javac] -----------------------------------------------------------------------> [javac] *** Syntax Error: "else Statement" inserted to complete BlockStatement [javac] < [javac] 105. public void onAfterNASGetObject(nasObject no) { [javac] . . . [javac] 110. nothing = "Sie haben keinen Termin zum L [javac] -----------------------------------------------------------------------> [javac] *** Syntax Error: "}" inserted to complete MethodBody [javac] < [javac] 18. public class CalendarSearchDelete extends Management{ [javac] . . . [javac] 110. nothing = "Sie haben keinen Termin zum L [javac] -----------------------------------------------------------------------> [javac] *** Syntax Error: "}" inserted to complete ClassBodyBUILD FAILED/tmp/oxbuild/open-xchange-0.8.6-3/build.xml:57: Compile failed; see the compiler error output for details.Total time: 3 secondsmake[1]: *** [java] Error 1make[1]: Leaving directory `/tmp/oxbuild/open-xchange-0.8.6-3/javabuild'make: *** [all-recursive] Error 1ox:/tmp/oxbuild/open-xchange-0.8.6-3 #And ofcourse make install will fail too: [javac] ^--------------------------------------^ [javac] *** Syntax Error: ";" inserted to complete Statement [javac] <-------------------------------- [javac] 109. if(no.getLanguage().equals("DE")) [javac] 110. nothing = "Sie haben keinen Termin zum L [javac] -----------------------------------------------------------------------> [javac] *** Syntax Error: "else Statement" inserted to complete BlockStatement [javac] < [javac] 107. if(no.name.equals("nothingSelected")){ [javac] . . . [javac] 110. nothing = "Sie haben keinen Termin zum L [javac] -----------------------------------------------------------------------> [javac] *** Syntax Error: "}" inserted to complete Statement [javac] <------------------------------------- [javac] 107. if(no.name.equals("nothingSelected")){ [javac] . . . [javac] 110. nothing = "Sie haben keinen Termin zum L [javac] -----------------------------------------------------------------------> [javac] *** Syntax Error: "else Statement" inserted to complete BlockStatement [javac] < [javac] 105. public void onAfterNASGetObject(nasObject no) { [javac] . . . [javac] 110. nothing = "Sie haben keinen Termin zum L [javac] -----------------------------------------------------------------------> [javac] *** Syntax Error: "}" inserted to complete MethodBody [javac] < [javac] 18. public class CalendarSearchDelete extends Management{ [javac] . . . [javac] 110. nothing = "Sie haben keinen Termin zum L [javac] -----------------------------------------------------------------------> [javac] *** Syntax Error: "}" inserted to complete ClassBodyBUILD FAILED/tmp/oxbuild/open-xchange-0.8.6-3/build.xml:57: Compile failed; see the compiler error output for details.Total time: 3 secondsmake[1]: *** [java] Error 1make[1]: Leaving directory `/tmp/oxbuild/open-xchange-0.8.6-3/javabuild'make: *** [all-recursive] Error 1ox:/tmp/oxbuild/open-xchange-0.8.6-3 # make install/bin/sh ./config/mkinstalldirs /srv/ox/bin/bin/sh ./config/mkinstalldirs /srv/ox/sbin/bin/sh ./config/mkinstalldirs /srv/ox/share/bin/sh ./config/mkinstalldirs /srv/ox/share/images/bin/sh ./config/mkinstalldirs /srv/ox/share/sound/bin/sh ./config/mkinstalldirs /srv/ox/share/misc/bin/sh ./config/mkinstalldirs /srv/ox/share/servlets/bin/sh ./config/mkinstalldirs /srv/ox/share/perl/bin/sh ./config/mkinstalldirs /srv/ox/share/groupware/data/templates/bin/sh ./config/mkinstalldirs /srv/ox/share/webmail/data/templates/bin/sh ./config/mkinstalldirs /srv/ox/etc/bin/sh ./config/mkinstalldirs /srv/ox/etc/groupware/bin/sh ./config/mkinstalldirs /srv/ox/etc/webmail/bin/sh ./config/mkinstalldirs /srv/ox/etc/init.d/bin/sh ./config/mkinstalldirs /srv/ox/etc/groupware/sslcerts/bin/sh ./config/mkinstalldirs /srv/ox/var/bin/sh ./config/mkinstalldirs /srv/ox/var/log/bin/sh ./config/mkinstalldirs /srv/ox/var/settings/intranet/bin/sh ./config/mkinstalldirs /srv/ox/var/settings/webmail/bin/sh ./config/mkinstalldirs /srv/ox/var/filespool/bin/sh ./config/mkinstalldirs /srv/ox/var/drafts/bin/sh ./config/mkinstalldirs /srv/ox/var/webmailupload/bin/sh ./config/mkinstalldirs /srv/ox/var/dictionary/bin/sh ./config/mkinstalldirs /srv/ox/lib/bin/sh ./config/mkinstalldirs /srv/ox/include/bin/sh ./config/mkinstalldirs /srv/ox/info/bin/sh ./config/mkinstalldirs /srv/ox/man/bin/sh ./config/mkinstalldirs /srv/www/htdocsif [ "/srv/www/htdocs" = "/srv/ox/share" ]; then \ /bin/sh ./config/mkinstalldirs /srv/www/htdocs/groupware/data; \ /bin/sh ./config/mkinstalldirs /srv/www/htdocs/webmail/data; \else \ /bin/sh ./config/mkinstalldirs /srv/www/htdocs/cfintranet; \ /bin/sh ./config/mkinstalldirs /srv/www/htdocs/cfintranet/webmail; \fi/bin/sh ./config/mkinstalldirs /srv/www/cgi-bin/oxchmod 755 bin/groupware/openexchange-groupwarechmod 755 bin/groupware/openexchange-sessiondchmod 755 bin/webmail/openexchange-webmailchmod 755 sbin/addgroup_oxchmod 755 sbin/addresource_oxchmod 755 sbin/addresourcegroup_oxchmod 755 sbin/addresourcetogroup_oxchmod 755 sbin/adduser_oxchmod 755 sbin/addusersql_oxchmod 755 sbin/addusertogroup_oxchmod 755 sbin/changecyruspass_oxchmod 755 sbin/changeuserattr_oxchmod 755 sbin/delgroup_oxchmod 755 sbin/delresource_oxchmod 755 sbin/delresourcefromgroup_oxchmod 755 sbin/delresourcegroup_oxchmod 755 sbin/deluser_oxchmod 755 sbin/deluserfromgroup_oxchmod 755 sbin/correctfilespoolchmod 755 sbin/dbinit_oxchmod 755 system/etc/init.d/groupwarechmod 755 system/etc/init.d/webmailchmod 755 system/etc/init.d/sessiondchmod 755 system/etc/init.d/openexchange/bin/sh ./config/mkinstalldirs /srv/ox/var/settings/intranet/bin/sh ./config/mkinstalldirs /srv/ox/var/settings/webmail/bin/sh ./config/mkinstalldirs /srv/ox/var/filespool/bin/sh ./config/mkinstalldirs /srv/ox/var/drafts/bin/sh ./config/mkinstalldirs /srv/ox/var/webmailupload/bin/sh ./config/mkinstalldirs /srv/ox/var/dictionarytouch /srv/ox/var/log/sessiond.logtouch /srv/ox/var/log/groupware.logtouch /srv/ox/var/log/webmail.logtouch /srv/ox/var/log/jserv.logif [ "" ]; then \ chown : /srv/ox/var/log/sessiond.log; \ chown : /srv/ox/var/log/groupware.log; \ chown : /srv/ox/var/log/webmail.log; \ chown : /srv/ox/var/log/jserv.log; \ chown -R : /srv/ox/var/settings/; \ chown -R : /srv/ox/var/filespool/; \ chown -R : /srv/ox/var/drafts/; \ chown -R : /srv/ox/var/webmailupload/; \ chown -R : /srv/ox/var/dictionary/; \else \ chown wwwrun:tomcat /srv/ox/var/log/sessiond.log; \ chown wwwrun:tomcat /srv/ox/var/log/groupware.log; \ chown wwwrun:tomcat /srv/ox/var/log/webmail.log; \ chown wwwrun:tomcat /srv/ox/var/log/jserv.log; \ chown -R wwwrun:tomcat /srv/ox/var/settings/; \ chown -R wwwrun:tomcat /srv/ox/var/filespool/; \ chown -R wwwrun:tomcat /srv/ox/var/drafts/; \ chown -R wwwrun:tomcat /srv/ox/var/webmailupload/; \ chown -R wwwrun:tomcat /srv/ox/var/dictionary/; \ficp bin/groupware/openexchange-groupware /srv/ox/bin/.cp bin/groupware/openexchange-sessiond /srv/ox/bin/.cp bin/webmail/openexchange-webmail /srv/ox/bin/.cp sbin/addgroup_ox /srv/ox/sbin/.cp sbin/addresource_ox /srv/ox/sbin/.cp sbin/addresourcegroup_ox /srv/ox/sbin/.cp sbin/addresourcetogroup_ox /srv/ox/sbin/.cp sbin/adduser_ox /srv/ox/sbin/.cp sbin/addusersql_ox /srv/ox/sbin/.cp sbin/addusertogroup_ox /srv/ox/sbin/.cp sbin/changeuserattr_ox /srv/ox/sbin/.cp sbin/delgroup_ox /srv/ox/sbin/.cp sbin/delresource_ox /srv/ox/sbin/.cp sbin/delresourcefromgroup_ox /srv/ox/sbin/.cp sbin/delresourcegroup_ox /srv/ox/sbin/.cp sbin/deluser_ox /srv/ox/sbin/.cp sbin/deluserfromgroup_ox /srv/ox/sbin/.cp sbin/correctfilespool /srv/ox/sbin/.cp sbin/dbinit_ox /srv/ox/sbin/.cp sbin/removedocuments_ox /srv/ox/sbin/.cp system/setup/init_database.sql /srv/ox/share/.cp system/setup/init_ldap.ldif /srv/ox/share/.cp system/setup/openxchange.schema /srv/ox/share/.cp system/etc/init.d/groupware /srv/ox/etc/init.d/.cp system/etc/init.d/sessiond /srv/ox/etc/init.d/.cp system/etc/init.d/webmail /srv/ox/etc/init.d/.cp system/etc/init.d/openexchange /srv/ox/etc/init.d/.cp conf/admintools.conf /srv/ox/etc/.cp conf/initscript.conf /srv/ox/etc/.cp conf/groupware/nasi.conf /srv/ox/etc/groupware/.cp conf/groupware/calendar /srv/ox/etc/groupware/.cp conf/groupware/currencyformat /srv/ox/etc/groupware/.cp conf/groupware/dateformat /srv/ox/etc/groupware/.cp conf/groupware/external.conf /srv/ox/etc/groupware/.cp conf/groupware/forum /srv/ox/etc/groupware/.cp conf/groupware/intranet.conf /srv/ox/etc/groupware/.cp conf/groupware/ldap.properties /srv/ox/etc/groupware/.cp conf/groupware/server.conf /srv/ox/etc/groupware/.cp conf/groupware/ldap_addressbooks.xml /srv/ox/etc/groupware/.chown wwwrun:tomcat /srv/ox/etc/groupware/server.confchmod 640 /srv/ox/etc/groupware/server.confcp conf/groupware/system.properties /srv/ox/etc/groupware/.cp conf/groupware/tasks /srv/ox/etc/groupware/.cp -r conf/groupware/locales /srv/ox/etc/groupware/.cp -r conf/groupware/METADB /srv/ox/etc/groupware/.cp conf/webmail/flags.cfg /srv/ox/etc/webmail/.cp conf/webmail/system.properties /srv/ox/etc/webmail/.cp conf/webmail/nasi.conf /srv/ox/etc/webmail/.cp conf/webmail/server.conf /srv/ox/etc/webmail/.chown wwwrun:tomcat /srv/ox/etc/webmail/server.confchmod 640 /srv/ox/etc/webmail/server.confcp conf/webmail/spellcheck.cfg /srv/ox/etc/webmail/.cp conf/webmail/system.cfg /srv/ox/etc/webmail/.cp conf/webmail/system.properties /srv/ox/etc/webmail/.cp conf/webmail/webmail.properties /srv/ox/etc/webmail/.cp -r conf/webmail/locales /srv/ox/etc/webmail/.cp -r groupware/* /srv/ox/share/groupware/data/templates/.cp -r webmail/* /srv/ox/share/webmail/data/templates/.if [ "/srv/www/htdocs" = "/srv/ox/share" ]; then \ cp -r system/www/groupware/* /srv/www/htdocs/groupware/data/.; \ cp -r system/www/webmail/* /srv/www/htdocs/webmail/data/.; \else \ cp -r system/www/groupware/* /srv/www/htdocs/cfintranet/.; \ cp -r system/www/webmail/* /srv/www/htdocs/cfintranet/webmail/.; \ficp lib/* /srv/ox/lib/cp: cannot stat `lib/*': No such file or directorymake: *** [install] Error 1ox:/tmp/oxbuild/open-xchange-0.8.6-3 #Please helpThanks in advance for your help
_________________________________________________________________
http://www.live.nl
Windows Live Messenger
More information about the User
mailing list
|
|