interfasys
Verified User
Do you have more info on what is not working? Did you try 3.0.5?
interfasys said:Do you have more info on what is not working? Did you try 3.0.5?
Notice: Only variable references should be returned by reference in /var/www/html/horde/lib/Horde/Notification.php on line 98
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.
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/*
Titam said:does this procedure work for FC3 ?![]()
Howto: Install Horde 3.0.4/IMP on FreeBSD
sander815 said:did anyone have problems installing this on RH9?