RE: horde on freebsd6

2006-02-14 Thread Ted Mittelstaedt

Setting up Horde/IMP is what you would term a very 'non trivial'
exercise.  It and it's series of ports that it's dependent on needs
to be laid into the system in a particular way or problems like
this happen.  And if you want to completely take advantage of all
IMP's features such as displaying word and excel documents
that are e-mailed, spell checking, and such, you must install
a lot more ports than what are listed as dependencies.  The IMP
port author was apparently shooting for a very stripped-down
IMP installation I'm afraid.

However once you do get it in, and running, it kicks the crap out
of all other webmail interfaces out there.

I have a document I can send to you that are my notes from the
last Horde/IMP install I did on 6.0, just e-mail me off list.
I must warn you though that you probably will have to scratch your
entire installation and start over.  horde/IMP is not a trivial
little php app.

Ted

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dave
Sent: Monday, February 13, 2006 2:10 PM
To: freebsd-questions@freebsd.org
Subject: horde on freebsd6


Hello,
I've got php4 and apache installed on freebsd6 with several php4 
extensions. Now i want to install horde and imp to test them out while 
atempting to decide if horde would be suitable as a webmail 
solution. I try 
the install via ports, but pear always stops saying the port 
requires the 
cli or cgi version of php, but i have a conflicting port 
installed. I've 
already got php4 installed, does anyone have a workaround for this?
Thanks.
Dave.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.6/258 - Release Date: 
2/13/2006

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


horde on freebsd6

2006-02-13 Thread Dave

Hello,
   I've got php4 and apache installed on freebsd6 with several php4 
extensions. Now i want to install horde and imp to test them out while 
atempting to decide if horde would be suitable as a webmail solution. I try 
the install via ports, but pear always stops saying the port requires the 
cli or cgi version of php, but i have a conflicting port installed. I've 
already got php4 installed, does anyone have a workaround for this?

Thanks.
Dave.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: horde on freebsd6

2006-02-13 Thread Philip Hallstrom

Hello,
  I've got php4 and apache installed on freebsd6 with several php4 
extensions. Now i want to install horde and imp to test them out while 
atempting to decide if horde would be suitable as a webmail solution. I try 
the install via ports, but pear always stops saying the port requires the cli 
or cgi version of php, but i have a conflicting port installed. I've already 
got php4 installed, does anyone have a workaround for this?

Thanks.


Not that I've done it, but /usr/ports/devel/pear/Makefile has this in it:

WANT_PHP_SCR=   yes

And in /usr/ports/Mk/bsd.php.mk there are these:

# WANT_PHP_CLI=yes  - Want the CLI version of PHP.
# WANT_PHP_CGI=yes  - Want the CGI version of PHP.
# WANT_PHP_MOD=yes  - Want the Apache Module for PHP.
# WANT_PHP_SCR=yes  - Want the CLI or the CGI version of PHP.
# WANT_PHP_WEB=yes  - Want the Apache Module or the CGI version of PHP.
# You may combine multiple WANT_PHP_* knobs.

So maybe it's as simple as:

make install WANT_PHP_MOD=yes

Maybe...

good luck!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: horde on freebsd6

2006-02-13 Thread Kevin Kinsey

Dave wrote:


Hello,
   I've got php4 and apache installed on freebsd6 with
several php4 extensions. Now i want to install horde and
imp to test them out while atempting to decide if horde
would be suitable as a webmail solution. I try the install
via ports, but pear always stops saying the port requires
the cli or cgi version of php, but i have a conflicting port
installed. I've already got php4 installed, does anyone
have a workaround for this?
Thanks.
Dave.



IANAE, but here are some ideas:

1.  show us the error.
2.  set FORCE_PKG_REGISTER and try again.
3.  uninstall the conflicting port and try again.
4.  show us the error.
5.  use PHP5, particularly lang/php5, which installs a CLI
  by default as well as the apache.so
6.  format your hard drive and start over ... no, wait; that's
  not the FreeBSD Way(TM).
7.  do some magic with configure statements.
8.  show us the error?


HTH,

Kevin Kinsey

--
Familiarity breeds attempt.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]