Howto: Install Horde 3.0.4/IMP on FreeBSD

interfasys said:
Do you have more info on what is not working? Did you try 3.0.5?

You will get an error on the top of the left frame, didn't save the error (stupid) and I have reinstalled PHP 4.3.11 so I can't tell you what it was :(.

No, I did not try 3.0.5 because there is no final version available yet (I do not use beta/testing-software).
 
Just a quick note to let you know that I run 4.4.0 and that I don't have that error. Maybe we run different sets of plugins.
 
Hmm, again I have updated to PHP 4.4.0, when I open Horde and I login in the left (top) I get:

Notice: Only variable references should be returned by reference in /var/www/html/horde/lib/Horde/Notification.php on line 98
 
Oh I see. I didn't pay close enough attention to your error message. You shouldn't display notice errors to your customers. Either reduce the error reporting level in PHP or in Horde.
 
interfasys said:
Oh I see. I didn't pay close enough attention to your error message. You shouldn't display notice errors to your customers. Either reduce the error reporting level in PHP or in Horde.

Thnx :)
 
it worked ok here... FreeBSD 4.11 release
just a few notes:

- I had to use the cclient port (imap-2004d), since the source wasn't compiling with make bsf

- then I had to make it compatible doing something like
# cd /usr/local
# mkdir imap-2004d
# cd imap-2004d
# ln -s ../include/c-client/ include
# ln -s ../lib lib

Also, something you probably forgot, but is very important and is described on docs/INSTALL:

after installing/configuring, do this:

# cd /var/www/html/horde
# chown root.apache config/*
# chmod 0440 config/*
 
Lem0nHead said:
it worked ok here... FreeBSD 4.11 release
just a few notes:

- I had to use the cclient port (imap-2004d), since the source wasn't compiling with make bsf

- then I had to make it compatible doing something like
# cd /usr/local
# mkdir imap-2004d
# cd imap-2004d
# ln -s ../include/c-client/ include
# ln -s ../lib lib

Also, something you probably forgot, but is very important and is described on docs/INSTALL:

after installing/configuring, do this:

# cd /var/www/html/horde
# chown root.apache config/*
# chmod 0440 config/*

Thanks! Added this info to the first post in this thread :).
 
LOL :D
I didn't see it earlier. But i'm not upgrading that fast also ;).

Witch other applications do you mean? I only use Horde and IMP. IMP isn't updated as far as I can see!?
 
28.08.2005: Updated skins for use with DA 1.24.4.
If u have upgraded to 1.24.4 all links to Horde has been removed. With this new version it's fixed and it leaves all changes that the DA-team makes working :).

Also updated the howto for use with a new version of imap-2004. Version imap-2004f. :)
 
My server is craches.

The websites on the servers still working but the directadmin and putty doesnt connect anymore after i did the ./build php y

It closed the connection after .


if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT mhash_save_restore_test.o -MD -MP -MF ".deps/mhash_save_restore_test.Tpo" \
-c -o mhash_save_restore_test.o `test -f 'mhash_save_restore_test.c' || echo './'`mhash_save_restore_test.c; \
then mv -f ".deps/mhash_save_restore_test.Tpo" ".deps/mhash_save_restore_test.Po"; \
else rm -f ".deps/mhash_save_restore_test.Tpo"; exit 1; \
fi
/bin/sh ../libtool --silent --mode=link gcc -g -O2 -o rest_test mhash_save_restore_test.o ../lib/libmhash.la
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT frag_test.o -MD -MP -MF ".deps/frag_test.Tpo" \
-c -o frag_test.o `test -f 'frag_test.c' || echo './'`frag_test.c; \
then mv -f ".deps/frag_test.Tpo" ".deps/frag_test.Po"; \
else rm -f ".deps/frag_test.Tpo"; exit 1; \
fi



What can i do to fix it ?
 
Back
Top