Re: desperate Newb help

2008-12-05 Thread Warren Liddell

I have no idea why 'configure' is run. No configure is run for me at all.
Looks like your ports tree isn't sane. How do you upgrade your 
portstree?


Instead of using portupgrade, could you just execute the following:
make -C /usr/ports/databases/qt4-sql clean build




If youre new to freebsd, pkg_add -r packagename is infinitely easier 
than muddling through port build options.


Brian
Well i have been using freebsd for about a yr an i update my ports via 
svn, but i also maintain a standard copy of the ports tree via csup.


Sadly the same error existed when i tried make -C 
/usr/ports/databases/qt4-sql clean build ... id gladly use pkg_add if 
had the pre-build pkg for QT4-sql vers 4.4.2 or even all the QT4 @ vers 4.5

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


Re: Desperate for Help

2004-12-22 Thread Joshua Lokken
On Wed, 22 Dec 2004 02:47:19 +0100, J65nko BSD [EMAIL PROTECTED] wrote:
 On Tue, 21 Dec 2004 17:24:02 -0500, alfredo perez
 [EMAIL PROTECTED] wrote:
  Heloo list
 
  I have been trying to set up my FreeBSD 5.3 to get my emails with no
  results. I have installed and set up Mutt, Ssmtp and Fetchmail. None of
  them are working properly. I have no idea where to start first. I have
  already read the man pages and followed several how-tos I found on the
  internet but no results. I was wondering if any of you know of a web
  site with steps that I can follow to sep up my Mutt, fetchmail and
  ssmtp. I dont want to give up on this!!!
 
  THANKS
 
 Start with fetchmail. You need a .fetchmailrc file in your home
 directory. Some examples
 
 poll pop.domain2.com  protocol POP3 timeout 60 no dns
user loginname password 'poppassword' is homedirowner here,
options fetchall fetchlimit 0
 
 poll pop3.domain.com protocol POP3
user [EMAIL PROTECTED] password poppasswd is homedirowner here,
options fetchall
 
 As you can see some ISP's require only your login name, others require
 [EMAIL PROTECTED]. You can run fetchmail -v to see where you
 get stuck.
 
 This is an example for googles gmail, using SSL
 
 poll pop.gmail.com protocol POP3  timeout 60 no dns
   user gmailname password gmailpassword ssl  is homdirowner here,
   options fetchall fetchlimit 0
 
 If you are new to all this MTA, MUA and SMTP thing, you could consider
 to use Pine. mutt is nice but as a beginner Pine is probably easier to
 understand and configure than mutt.

Ah!  If you want to learn to use Mutt, learn to use Mutt.  Now that
you've got an idea of how to setup fetchmail, you'll want to create
a ~/.muttrc file.  There are many, many sample .muttrc files online;
Google is your friend.  This is the example I worked from when 
I first setup Mutt:

http://www.hserus.net/muttrc.html

All I had to do to get Mutt working with ssmtp was to tell Mutt to
use ssmtp in ~/.muttrc

set sendmail=/path/to/ssmtp

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


Re: Desperate for Help

2004-12-21 Thread Greg 'groggy' Lehey
On Tuesday, 21 December 2004 at 17:24:02 -0500, alfredo perez wrote:
 Heloo list

 I have been trying to set up my FreeBSD 5.3 to get my emails with no
 results. I have installed and set up Mutt, Ssmtp and Fetchmail. None of
 them are working properly. I have no idea where to start first. I have
 already read the man pages and followed several how-tos I found on the
 internet but no results. I was wondering if any of you know of a web
 site with steps that I can follow to sep up my Mutt, fetchmail and
 ssmtp. I dont want to give up on this!!!

I'd suggest you read http://www.lemis.com/questions.html.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgphiS3XuPwPx.pgp
Description: PGP signature


Re: Desperate for Help

2004-12-21 Thread J65nko BSD
On Tue, 21 Dec 2004 17:24:02 -0500, alfredo perez
[EMAIL PROTECTED] wrote:
 Heloo list
 
 I have been trying to set up my FreeBSD 5.3 to get my emails with no
 results. I have installed and set up Mutt, Ssmtp and Fetchmail. None of
 them are working properly. I have no idea where to start first. I have
 already read the man pages and followed several how-tos I found on the
 internet but no results. I was wondering if any of you know of a web
 site with steps that I can follow to sep up my Mutt, fetchmail and
 ssmtp. I dont want to give up on this!!!
 
 THANKS

Start with fetchmail. You need a .fetchmailrc file in your home
directory. Some examples

poll pop.domain2.com  protocol POP3 timeout 60 no dns
user loginname password 'poppassword' is homedirowner here,
options fetchall fetchlimit 0

poll pop3.domain.com protocol POP3
user [EMAIL PROTECTED] password poppasswd is homedirowner here,
options fetchall

As you can see some ISP's require only your login name, others require
[EMAIL PROTECTED]. You can run fetchmail -v to see where you
get stuck.

This is an example for googles gmail, using SSL

poll pop.gmail.com protocol POP3  timeout 60 no dns
   user gmailname password gmailpassword ssl  is homdirowner here,
   options fetchall fetchlimit 0

If you are new to all this MTA, MUA and SMTP thing, you could consider
to use Pine. mutt is nice but as a beginner Pine is probably easier to
understand and configure than mutt.

Just take step by step ;)

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