Re: RE : Re: RE : Re: RE : Re: RE : Re: RE : Re: cheapskate webmail interface

2006-10-12 Thread Juha Saarinen

On 10/11/06, Desmond Coughlan [EMAIL PROTECTED] wrote:

  Yeah. I used to do Solaris admin (Jesus, you'd never know it...), and usually prefer 
installing software the ./configure -- make  make install route.  Especially 
since a ports install doesn't tell you anything about where the software is put


It most certainly does, and also allows you to change the locations of
the software to be installed. Have a look at the Makefile in the
ports.


--

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


ports vs configure/make/make install Re: RE : Re: RE : Re: RE : Re: RE : Re: RE : Re: cheapskate webmail interface

2006-10-12 Thread Chad Leigh -- Shire.Net LLC


On Oct 12, 2006, at 1:26 AM, Juha Saarinen wrote:


On 10/11/06, Desmond Coughlan [EMAIL PROTECTED] wrote:
  Yeah. I used to do Solaris admin (Jesus, you'd never know  
it...), and usually prefer installing software the ./configure --  
make  make install route.  Especially since a ports install  
doesn't tell you anything about where the software is put


It most certainly does, and also allows you to change the locations of
the software to be installed. Have a look at the Makefile in the
ports.


While theoretically you can change the location where stuff is put  
using ports, it does not always work out that well (I admit I could  
have screwed up).  Mainly, some ports rely on other ports.  I  
installed a bunch of stuff (gnu build stuff) that some ports relied  
on in my own dir /usr/public as a prefix.  The ports system should  
know about this (ie at later install time) but certain ports that  
rely on this stuff seem to have it hardwired that this stuff is in / 
usr/local and these ports fail.  So may ports can easily be changed,  
some ports can't.


I use ports for things like build tools, system tools, editors,   
compilers. and certain standard SW we use.  I use configure/make etc  
for my MTA, apache, php, my imap and pop servers, and lots of my  
service level software that I find much easier to customize myself  
without jumping through ports.


best
Chad




--

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


---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
chad at shire.net





Re: RE : Re: RE : Re: RE : Re: RE : Re: RE : Re: cheapskate webmail interface

2006-10-11 Thread jan gestre

On 10/10/06, Desmond Coughlan [EMAIL PROTECTED] wrote:


X-No-Archive: true

   uninstall cyrus and install dovecot from the ports tree. its small,
 lightweight, and fast.

 are you trying to install stuff without using the ports tree?

  Yeah. I used to do Solaris admin (Jesus, you'd never know it...), and
usually prefer installing software the ./configure -- make  make install
route.  Especially since a ports install doesn't tell you anything about
where the software is put

  D.


use the whereis command to know where it is installed. FYI, a port install
will tell you where the apps was installed after finishing.


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


RE : Re: RE : Re: RE : Re: RE : Re: cheapskate webmail interface

2006-10-10 Thread Desmond Coughlan
X-No-Archive: true
   
   try to telnet port 143, if you can't connect it means you don't have an 
IMAP server 
   
  Thanks, yes I _thought_ that I had installed the Cyrus server from the ports 
collection
   
  A manual install is running, as I write these words.
   
  D.


-
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Demandez à ceux qui savent sur Yahoo! Questions/Réponses.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE : Re: RE : Re: RE : Re: RE : Re: cheapskate webmail interface

2006-10-10 Thread Desmond Coughlan
X-No-Archive: true
   
  *sigh*
   
rachi# ./configure --with-bdb=/usr/local/BerkeleyDB.4.5 
--with-sasl=/usr/local/include/sasl
...
checking for sasl/sasl.h... no
  configure: error: Cannot continue without libsasl2.
  Get it from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/.

  But ... 
   
rachi# ls /usr/local/include/sasl/sasl.h
  /usr/local/include/sasl/sasl.h
   
  D.


-
 Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE : Re: RE : Re: RE : Re: RE : Re: RE : Re: cheapskate webmail interface

2006-10-10 Thread Desmond Coughlan
X-No-Archive: true
   
   uninstall cyrus and install dovecot from the ports tree. its small,
 lightweight, and fast.
 
 are you trying to install stuff without using the ports tree?
   
  Yeah. I used to do Solaris admin (Jesus, you'd never know it...), and usually 
prefer installing software the ./configure -- make  make install route.  
Especially since a ports install doesn't tell you anything about where the 
software is put
   
  D.
   
  
 


-
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Demandez à ceux qui savent sur Yahoo! Questions/Réponses.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RE : Re: RE : Re: RE : Re: RE : Re: cheapskate webmail interface

2006-10-10 Thread Eric
Desmond Coughlan wrote:
 X-No-Archive: true

   *sigh*

 rachi# ./configure --with-bdb=/usr/local/BerkeleyDB.4.5 
 --with-sasl=/usr/local/include/sasl
 ...
 checking for sasl/sasl.h... no
   configure: error: Cannot continue without libsasl2.
   Get it from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/.
 
   But ... 

 rachi# ls /usr/local/include/sasl/sasl.h
   /usr/local/include/sasl/sasl.h

uninstall cyrus and install dovecot from the ports tree. its small,
lightweight, and fast.

are you trying to install stuff without using the ports tree?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]