• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

OPEN-XCHANGE -Installations Howto !!

ja, ging dann aber trotzdem noch net! war dann auf einmal nen anderer fehler!
irgendwas mit <who> usw. blablabla
sah fast aus wie ne classenbeschreibung... naja auf jeden fall in der beschreibung für suse 9,.0 stand dann auch, man solle einfach im schema wo der fehler angeblich ist, den manager rauslöschen!
hab ich auch gemacht!

hab dann aber festgestellt mit kommentieren, und wieder auskommentieren, das der <who> irgendwas fehler mit diesen zeilen in slapd.conf zusammanhängt:

access to dn.subtree="o=AddressBook,ou=OxObjects,dc=example,dc=org"
by group="cn=AddressAdmins,o=AddressBook,ou=OxObjects,dc=example,dc=org" write
by users read
by * none

wenn die auskommentiert ist, kommt keine fehlermeldung mehr!
 
Hallo, ich bin neu hier und habe auch gleich mal ne Frage zu OX.

Ich bin gerade dabei OX auf einem SuSE 9.0-System zu installieren und gehe nach der Anleitung des Cutmasta (Link wurde weiter oben gepostet) vor.
Da ich der Anleitung nach schon wirklich starke Probleme hatte, wundert es mich nicht, dass ich jetzt endgültig hängen geblieben bin. Und zwar an der Stelle:
PostgreSQL JDBC connector:
http://jdbc.postgresql.org/download.html and download pg74.215.jdbc3.jar
cp pg74.215.jdbc3.jar /usr/lib/java/lib/jdbc.jar
Den letzteren Befehl muss man bestimmt in einer Konsole eingeben, nicht wahr? Jedenfalls funktioniert das bei mir nicht!!! Kann mir da jemand helfen?
Oder noch besser, hat jetzt jemand mal ein HowTo was auch mal für Newbies verständlich ist!?

THX,
Hartkorn
 
Hallo nochmal,

das verherige Problem hat sich erledigt. Musste ja nur das Verzeichnis erstellen.

Jetzt habe ich ein Problem mit jdom. Das steht ich soll das compilieren. Nur kann ich das nicht, weil er den Befehl nicht kennt. Was muss ich dazu installieren? Das steht da ja nirgends... :(
 
Sollte eigentlich mit build.sh gehen, schaue einfach mal im Verzeichnis nach. Falls build.sh einen Fehler bringen sollte, dann füge die Zeile

JAVA_HOME=/opt/lampp/java

nach den ECHO Zeilen ein, so ging es bei mir. Danach steht im build Verzeichnis ein jdom.jar zur Verfügung.

PS: Passe den Pfad von JAVA_HOME bitte an :!: :!:

Gruß Heiko :wink:
 
Nächstes Problem...

ich bin jetzt GENAU nach Anleitung vorgegangen... (custmasta) :x
Bin jetzt an der Stelle:

Code:
1.0 Install Tomcat Server	
- cd build_the_ox
- tar xvzf jakarta-tomcat-5.0.28.tar.gz
- cd jakarta-tomcat-5.0.28
- export JAVA_HOME=/usr/lib/java (if not logged in since changing .bashrc)
- sh bin/catalina.sh start
- wait some seconds to let the beast start!

Nach dem export-Befehl soll ich ja "sh bin/catalina.sh start" eingeben was mich zu folgender Fehlermeldung bringt:

Code:
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE

Kann mir mal jemand erklären was ich falsch gemacht habe? Wie gesagt, alles genau nach Anleitung!!!

PS.: Ich krieg hier noch nen Hals!!! :evil:
 
Jooo, ich bin auch dabei das OX zu installieren. Hat alles super geklappt bis zu dem Punkt : Configure the OX

Wenn ich den configure Befehl eingebe (scheiss ist der lang)
bekomm ich am Schluss folgende Fehlermeldung

Code:
vs138017:~/build_the_ox/open-xchange.0.7.5 # ./configure --prefix=/opt/openexchange --with-mailjar=/usr/lib/java/lib/mail.jar --with-activationjar=/usr/lib/java/lib/activation.jar --with-jdomjar=/usr/lib/java/lib/jdom.jar --with-jsdkjar=/usr/lib/java/lib/jsdk.jar --with-jdbcjar=/usr/lib/java/lib/jdbc.jar
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/root/build_the_ox/open-xchange.0.7.5/missing: Unknown `--run' option
Try `/root/build_the_ox/open-xchange.0.7.5/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for java... /usr/lib/java/bin/java
checking for jikes... /usr/bin/jikes
checking for jar... /usr/bin/jar
checking for ant... /usr/bin/ant
checking for javah... /usr/lib/java/bin/javah
checking for sudo... /usr/bin/sudo
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for pthread_mutex_lock in -lpthread... yes
checking for pthread_mutex_lock in -lpthreads... no
checking for socket in -lsocket... no
checking for _xti_accept in -lnsl... no
checking for an ANSI C-conforming const... yes
configure: WARNING: Maybe the build will not work properly because the check for xerces.jar failed. You should specify the location with --with-xercesjar
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/types.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
Error occurred during initialization of VM
Could not reserve enough space for object heap
configure: error: the compile test failed.

Was kann das den sein ????
 
Also, zur Erklärung, ich habe rein gar keine Ahnung von Linux, aber ich muss jetzt im Rahmen eines Projektes OpenXchange installieren und testen, ob sich das eignet bei uns auf Arbeit.
Ich stolpere dabei von einer Schwierigkeit zur nächsten und jetzt komme ich einfach nicht weiter:

Ich bin nach der Anleitung von http://www.accessible.de/ox/ox_howto_de.html vorgegangen und nun bin ich bei Punkt 9 und soll die "init_ldap.ldif" einbinden und bekomme immer den Fehler
"No databases found in config file"...

Diese Fehlerbeschreibung ist wie immer so genau, dass ich keine Ahnung habe was der Fehler ist, wo er ist und was ich jetzt machen soll.
Kann mir vielleicht jemand helfen?

LG

Euer verwirrtes Keksboxhäschen
 
bei mir kommt, nachdem ich make ausgeführt habe, nach einer weile während des kompilierens diese Fehlermeldung

BUILD FAILED
/build_the_ox/open-xchange-0.8.0-2/build.xml:45: Compile failed; see the compiler error output for details.

Total time: 10 seconds
make[1]: *** [java] Error 1
make[1]: Leaving directory `/build_the_ox/open-xchange-0.8.0-2/javabuild'
make: *** [all-recursive] Error 1

und damit steigt er aus, kennt ihr das?
 
hi,
habe ein skript geschrieben, das euch nen ox server installiert. hier mal die beschreibung:

#########################################
0. download my packages from http://web12.austria182.server4free.de/projekte/ox.tar.gz (16MB)
1. first install suse 9.3 with minimal packages
2. with yast install these rpms:
ant
ant-apache-*
postgresql-server
(+ postgresql-libs) postgresql-devel
postgresql-jdbc
jikes
(+ java)
openldap2*
tomcat5-*
mod_jk-ap20
perl-IO-Socket-SSL
perl-Authen-SASL*
perl-Convert-*
perl-XML-LibXML
perl-libxml-perl
perl-CGI-Application
perl-ldap*
apache2
(+ apache2-prefork)
unzip
ispell-german
autoconf
automake
gcc
gcc-c++
3. make a liveupdate (to get new packages)
4. tar zxf ox.tar.gz
5. Edit the ox/confs/ldap.conf (IP Address)
Edit the ox/confs/hosts (IP Address)
Edit the ox/confs/ldap (IP Address)
Edit the ox/pghba (2 IP Addresses)
6. Edit ox/install_ox (the variables for the paths…, please let prefix to /opt/ox)
7. run as root ./install_ox
enter this informations: (db installation)
username: openexchange
password: dbpass
y
n
8. point your browser to http://ox.ox.de/cgi-bin/login.pl or http://192.168.0.x/cgi-bin/login.pl
#########################################

hoffe es hilft jemandem :wink:
 
Hi!

Ich habe auch ein Problem beim Installieren :

Ich benutze diese Anleitung für SUSE 10:

http://www.linuxrc.org/guide/suse-10_0-apache2_2.php

Beim Konfigurieren von BerkeleyDB bekomm ich diese Meldung und ich weiss nicht wie ich diese wegbekomme:

linux:/usr/adm/ox/openldap-2.3.4 # ./configure --prefix=/usr/local/openldap --enable-aci --enable-crypt
Copyright 1998-2005 The OpenLDAP Foundation. All rights reserved.
Restrictions apply, see COPYRIGHT and LICENSE files.
Configuring OpenLDAP 2.3.4-Release ...
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gnutar... no
checking for gtar... no
checking for tar... tar
checking configure arguments... done
checking for cc... cc
checking for ar... ar
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for EMX OS/2 environment... no
checking how to run the C preprocessor... cc -E
checking for gcc... (cached) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dllload... no
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking how to run the C preprocessor... cc -E
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for object suffix... (cached) o
checking for be_app in -lbe... no
checking for cc option to accept ANSI C... none needed
checking for cc depend flag... -M
checking for afopen in -ls... no
checking for EBCDIC... no
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking POSIX termios... yes
checking whether use of TIOCGWINSZ requires sys/ioctl.h... yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for bits/types.h... yes
checking for conio.h... no
checking for crypt.h... yes
checking for direct.h... no
checking for errno.h... yes
checking for fcntl.h... yes
checking for filio.h... no
checking for getopt.h... yes
checking for grp.h... yes
checking for io.h... no
checking for libutil.h... no
checking for limits.h... yes
checking for locale.h... yes
checking for netinet/tcp.h... yes
checking for malloc.h... yes
checking for memory.h... yes
checking for psap.h... no
checking for pwd.h... yes
checking for process.h... no
checking for resolv.h... yes
checking for sgtty.h... yes
checking for shadow.h... yes
checking for stddef.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for sysexits.h... yes
checking for sys/file.h... yes
checking for sys/filio.h... no
checking for sys/errno.h... yes
checking for sys/ioctl.h... yes
checking for sys/param.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... yes
checking for sys/syslog.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for sys/ucred.h... no
checking for sys/uio.h... yes
checking for syslog.h... yes
checking for termios.h... yes
checking for unistd.h... yes
checking for winsock.h... no
checking for winsock2.h... no
checking for sigaction... yes
checking for sigset... yes
checking for socket... yes
checking for select... yes
checking types of arguments for select()... int,fd_set *,struct timeval *
checking for poll... yes
checking for poll.h... yes
checking for sys/epoll.h... yes
checking for epoll system call... yes
checking declaration of sys_errlist... yes
checking for strerror... yes
checking for strerror_r... yes
checking non-posix strerror_r... yes
checking for regex.h... yes
checking for library containing regfree... none required
checking for compatible POSIX regex... yes
checking for sys/uuid.h... no
checking to see if -lrpcrt4 is needed for win32 UUID support... no
checking for resolver link (default)... no
checking for resolver link (-lresolv)... yes
checking for hstrerror... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for gai_strerror... yes
checking for inet_ntop... yes
checking INET6_ADDRSTRLEN... yes
checking struct sockaddr_storage... yes
checking for sys/un.h... yes
checking for openssl/ssl.h... no
checking for ssl.h... no
configure: warning: Could not locate TLS/SSL package
configure: warning: TLS data protection not supported!
checking for _beginthread... no
checking for pthread.h... yes
checking POSIX thread version... 10
checking for LinuxThreads pthread.h... yes
checking for GNU Pth pthread.h... no
checking for sched.h... yes
checking for pthread_create in default libraries... no
checking for pthread link with -kthread... no
checking for pthread link with -pthread... yes
checking for sched_yield... yes
checking for pthread_yield... yes
checking for thr_yield... no
checking for pthread_kill... yes
checking for pthread_rwlock_destroy... yes
checking for pthread_detach with <pthread.h>... yes
checking for pthread_setconcurrency... yes
checking for pthread_getconcurrency... yes
checking for thr_setconcurrency... no
checking for thr_getconcurrency... no
checking for pthread_kill_other_threads_np... yes
checking for LinuxThreads implementation... yes
checking for LinuxThreads consistency... yes
checking if pthread_create() works... yes
checking if select yields when using pthreads... yes
checking for thread specific errno... yes
checking for thread specific h_errno... yes
checking for ctime_r... yes
checking for gethostbyname_r... yes
checking for gethostbyaddr_r... yes
checking number of arguments of ctime_r... 2
checking number of arguments of gethostbyname_r... 6
checking number of arguments of gethostbyaddr_r... 8
checking for db.h... yes
checking for Berkeley DB link (default)... no
checking for Berkeley DB link (-ldb43)... no
checking for Berkeley DB link (-ldb-43)... no
checking for Berkeley DB link (-ldb-4.3)... yes
checking for Berkeley DB version match... Berkeley DB version mismatch
header: Sleepycat Software: Berkeley DB 4.3.27: (September 9, 2005)
library: Sleepycat Software: Berkeley DB 4.3.29: (September 6, 2005)
no
configure: error: Berkeley DB version mismatch

Dies ist der erste Fehler wo kommt bei der Installation :(

HELP !!!!
[/url]
 
steht doch da ;)

header: Sleepycat Software: Berkeley DB 4.3.27: (September 9, 2005)
library: Sleepycat Software: Berkeley DB 4.3.29: (September 6, 2005)

sind 2 verschiedene versionen. update mal die header dateien auf version 4.3.29. dann sollte es gehen.
 
OK, hab mal nach ner Header Version gekuckt, aber nichts gefunden.

Ich schau mal später ob es für Suse 10 n Paket gibt.

Bin noch am verzweifeln ;(
 
headerdateien sind entwickler datein. also kuck mal nach db-devel packet. das musst installieren und ggf. ein onlineupdate machen.
 
Hi!

So..lange nix mehr an dem OX gemacht, nun hab ich aber die db-devel installiert und auch n online update gemacht, geht aber immernoch nicht.
Ich verzweifel bald!

Help

// So hab mal die neue Berkeley DB eingebunden, bekomme hjetzt folgende Fehlermeldung :

linux:/usr/adm/ox/openldap-2.3.4 # env CPPFLAGS="-l/usr/local/BerkeleyDB.4.4/include" LDFLAGS="-L/usr/local/BerkeleyDB.4.4/lib" ./configure --prefix=/usr/local/openldap --enable-aci --enable-crypt
Copyright 1998-2005 The OpenLDAP Foundation. All rights reserved.
Restrictions apply, see COPYRIGHT and LICENSE files.
Configuring OpenLDAP 2.3.4-Release ...
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gnutar... no
checking for gtar... no
checking for tar... tar
checking configure arguments... done
checking for cc... cc
checking for ar... ar
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for EMX OS/2 environment... no
checking how to run the C preprocessor... /lib/cpp
checking for gcc... (cached) cc
checking whether the C compiler (cc -l/usr/local/BerkeleyDB.4.4/include -L/usr/local/BerkeleyDB.4.4/lib) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
linux:/usr/adm/ox/openldap-2.3.4 #
 
Oben