Building Ports w/ Options, Env

2006-11-13 Thread Rachel Florentine
Hi; Would someone kindly simply edit the following, if that's possible (if I'm not too far off how it should be done) so that I can have an example of how to build OpenLDAP with the options and env I want? Here's what I have so far. I don't know if it's correct or not... 1. Edit

Re: Building Ports w/ Options, Env

2006-11-13 Thread Rachel Florentine
7575- Original Message From: Nils Vogels [EMAIL PROTECTED] What you put between the brackets [], is passed to make ans should be options that make recognizes. A small example: MAKE_ARGS = { 'www/squid' = 'CONFIGURE_ARGS+=--enable-delay-pools --enable-snmp --enable-ssl

Building Ports w/ Options, Env

2006-11-14 Thread Rachel Florentine
71- Original Message From: Nils Vogels [EMAIL PROTECTED] What you put between the brackets [], is passed to make ans should be options that make recognizes. A small example: MAKE_ARGS = { 'www/squid' = 'CONFIGURE_ARGS+=--enable-delay-pools --enable-snmp --enable-ssl

Re: Building Ports w/ Options, Env

2006-11-14 Thread Rachel Florentine
- Original Message From: Eric Schuele [EMAIL PROTECTED] MAKE_ARGS = { 'www/squid' = 'CONFIGURE_ARGS+=--enable-delay-pools --enable-snmp --enable-ssl --enable-ipf-transparent --enable-removal-policies', 'mail/imp' = 'WITH_HTML=yes WITH_COURIER-IMAP=yes', } Okay,

Re: Building Ports w/ Options, Env

2006-11-14 Thread Rachel Florentine
- Original Message From: Eric Schuele [EMAIL PROTECTED] MAKE_ARGS = { 'www/squid' = 'CONFIGURE_ARGS+=--enable-delay-pools --enable-snmp --enable-ssl --enable-ipf-transparent --enable-removal-policies', 'mail/imp' = 'WITH_HTML=yes WITH_COURIER-IMAP=yes', } Okay,

Re: Building Ports w/ Options, Env

2006-11-14 Thread Rachel Florentine
83 - Original Message From: Eric Schuele [EMAIL PROTECTED] I'm no expert here but... 1) MAKE_ARGS (and MAKE_ENV) is a hash... so it would be curly braces. 2) Use MAKE_ENV. (from the man page) MAKE_ENV = { 'databases/mysql41-*' = [ 'WITH_LINUXTHREADS=1',

What Is the PATH to cyrus-sasl2?

2006-11-15 Thread Rachel Florentine
Hi; I'm building openldap from source since I can't figure out how to pass arguments to the port. I need to build with cyrus-sasl2, which is built. However, I don't know what the path is, and my build can't find it by itself. Please help. TIA, Rachel

Re: What Is the PATH to cyrus-sasl2?

2006-11-15 Thread Rachel Florentine
737373- Original Message From: Jan Grant [EMAIL PROTECTED] The generic approach to determining what a port has installed and where is this: pkg_info -L {package name} Thanks. It said it couldn't find it. I just decided to unistall it and install it from the tarball. Rachel

Re: How To Configure w/ FreeBSD

2006-11-15 Thread Rachel Florentine
71717171 - Original Message From: FRLinux [EMAIL PROTECTED] Hello, as someone mentionned, you are quite off-topic here. Besides, a trip to the ports documentation would be advised. Start with make config then work your way through. As a personal experience, FreeBSD is what we mostly

The Mystery Of the Disappearing Processes

2006-11-17 Thread Rachel Florentine
Hi; My server crashed yesterday. We finally got it back up. The problem was a startup script that I'd created. However, now that it's back up, when I ps some of the processes which are running (notably Zope) don't show up. Qmail doesn't show up either *unless* I shut it down and restart it (but

Qmail Vpopmail From Ports

2006-11-18 Thread Rachel Florentine
Hi; I've installed both qmail and vpopmail from ports. Qmail is up and running because of the great instructions provided. But I haven't figured out how to get vpopmail up (and, of course, working with qmail). Please help. Rachel

Re: Qmail Vpopmail From Ports

2006-11-18 Thread Rachel Florentine
797984- Original Message From: Peter Thoenen [EMAIL PROTECTED] http://dev.qmailrocks.org/qmail/freebsd/109 is your friend. Well, going to that page led me to this as the authority for vpopmail: http://dev.qmailrocks.org/qmail/freebsd/vpopmail_std.htm (I already have qmail working.)

Re: Qmail Vpopmail From Ports

2006-11-18 Thread Rachel Florentine
- Original Message From: John L [EMAIL PROTECTED] Why would I want to rip out a perfectly good installation? Because it's not perfectly good. Many of the patches only sort of work. I just want to get vpopmail working with qmail. If you don't care whether it crashes mysteriously

Qmail Vpopmail From Ports

2006-11-18 Thread Rachel Florentine
But...I already have qmail working from port! [EMAIL PROTECTED]:local/vpopmail/bin (106) ps|grep qmail 368 con- S 0:00.93 supervise qmail-send 370 con- S 0:00.91 supervise qmail-smtpd 813 con- I 0:00.02 qmail-lspawn ./Mailbox [EMAIL PROTECTED]:local/vpopmail/bin (107) Why

Re: Qmail Vpopmail From Ports

2006-11-18 Thread Rachel Florentine
7883- Original Message From: Tom Ierna [EMAIL PROTECTED] I've installed qmail/vpopmail many ways - from source, using the instructions from qmailrocks and most recently using the instructions found here: http://www.tnpi.biz/internet/mail/toaster/install.shtml108 The toaster method

Re: Qmail Vpopmail From Ports

2006-11-18 Thread Rachel Florentine
- Original Message From: John L [EMAIL PROTECTED] In general I agree. The qmail port, unlike most of the other ports, is junk. I didn't realize you're the author of O'Reilly's book on Qmail :) I'll take your opinion a little more seriously. I noticed that although I have all my

Re: Qmail Vpopmail From Ports

2006-11-19 Thread Rachel Florentine
7676Thanks everyone for your help. It's been a long weekend with lots of mistakes, but I'm up now. Rachel Sponsored Link Mortgage rates near 39yr lows. $420k for $1,399/mo. Calculate new payment!

Best Hardware Choices

2006-11-19 Thread Rachel Florentine
8080Hi; I need to buy new h/w that I'm going to use specifically to build an experimental server...one that I can screw up with without crashing clients' sites ;) What motherboard, chip, hard drive and firewall pci card do you guys recommend for FBSD? I'm rebuilding a standalone box connected

Ezmlm Port Okay Or Junk?

2006-11-21 Thread Rachel Florentine
105Hi; Okay, I learned from sad experience and you all that the qmail port is junk. What about ezmlm? Same thing? Or good to go? TIA, Rachel Sponsored Link $200,000 mortgage for $660/ mo 30/15 yr fixed,

Getting Qmail Ezmlm To Work

2006-11-23 Thread Rachel Florentine
757575Hi; I installed qmail from source because of problems with the port. I installed vpopmail from port okay. I installed ezmlm-idx from port; however, it doesn't appear to communicate with one or both of the other two programs. I can issue commands from the command prompt to create a list,

What Did I Do To My Server?!

2006-11-29 Thread Rachel Florentine
75Hi; I thought I'd backup the working drive of my server to my new .5 teraflop HD. When I tried, something went haywire. It deleted the most important parts of my Zope installations (which are backed up) but now I can't install Zope. It throws strange errors. What could have happened? How do I

Re: What Did I Do To My Server?!

2006-11-29 Thread Rachel Florentine
- Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] Could you please show the actual out-put when zope fails to install? It's long. I'll put it at the end. Even better might be to know what commands you issued and the output of your failed backup, which might let on what

Re: What Did I Do To My Server?!

2006-11-29 Thread Rachel Florentine
828282- Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] I just tried substituting the Data.fs from the instance that has the problem into the instance that is now working and got a new error: Traceback (most recent call last): File

Data Recovery

2006-11-30 Thread Rachel Florentine
Hi; Is there a data recovery utility anywhere available? Not one that loads into Windoze, but straight into FBSD. I tried the following command to back up my working HD to my new 1/2 teraflop HD: cp -R /* /ad2 and I managed to crash the system (recovered easily) and fry some important files

Problem w/ Zope Port

2006-11-30 Thread Rachel Florentine
- Original Message From: HAYASHI Yasushi [EMAIL PROTECTED] Hi, maintainer comes here. Do NOT make clean before make instance, please. make install instance clean? ...or... make install make instance make clean? Also, where do I specify where I want the instance? I saw no opportunity

Re: Installation Problem

2006-12-01 Thread Rachel Florentine
77- Original Message From: Tom McLaughlin [EMAIL PROTECTED] Just install from the FreeBSD ports tree. cd /usr/ports/net/py-ldap2 make install clean Thanks, Rachel Yahoo! Music Unlimited

Corrupted C Compiler

2006-12-04 Thread Rachel Florentine
106Hi; I entered the following stupid command: cp -R /* /ad2 thinking that would copy the contents of my working HD to my new 1/2 teraflop HD (ad2). What it did was manage to wipe out some very important files (thank goodness I had up-to-date backups) and it appears to have corrupted gcc...my C

Re: Corrupted C Compiler

2006-12-04 Thread Rachel Florentine
- Original Message From: Josh Paetzel [EMAIL PROTECTED] It's not immediately clear to me what you mean by repairing broken C files. The port uses the Zope source and the system compiler, presumably the same source and compiler you are using to build it by hand. Are you sure you

How Do Binary Repair

2006-12-04 Thread Rachel Florentine
75Hi; I broke gcc. Yes, I'm pretty confident that's what I did. How do I repair it? Or is this the wrong forum to ask? TIA, Rachel Yahoo! Music Unlimited Access over 1 million songs.

Re: How Do Binary Repair

2006-12-04 Thread Rachel Florentine
82- Original Message From: Kris Kennaway [EMAIL PROTECTED] Reinstall from backup or fresh binary media. So go to GNU and look for a gcc tarball and have at it. But that's not the FBSD way of doing things, is it? I wouldn't do that with MySQL, for example, I'd use the port, right? So,

Re: How Do Binary Repair

2006-12-04 Thread Rachel Florentine
108 - Original Message From: Peter A. Giessel [EMAIL PROTECTED] I'm assuming that you are talking about GCC in the base system? How do you propose to recompile GCC without GCC? I suppose you could do a make buildworld but not if you don't have a working compiler. :) So from source,

Re: How Do Binary Repair

2006-12-04 Thread Rachel Florentine
858376 - Original Message From: Kris Kennaway [EMAIL PROTECTED] To: Rachel Florentine [EMAIL PROTECTED] Uh, what I said. Fresh binary media = either reinstall from an iso image, or extract a copy of the damaged files from the freebsd release media in another way (e.g. fetch the base

Re: Corrupted C Compiler

2006-12-04 Thread Rachel Florentine
76 - Original Message From: Jan Grant [EMAIL PROTECTED] I don't think it makes much sense, no. Zope is python-based and unless you're building products that rely on native libraries, what you describe doesn't sound like an accurate diagnosis. It's more likely (this is a stab in the

Re: Corrupted C Compiler

2006-12-05 Thread Rachel Florentine
81- Original Message From: Jan Grant [EMAIL PROTECTED] When you have a chance, it'd be nice to get a detailed error report (including the command you were running to clean up the libraries). I get this error when I try to runzope: ImportError: No module named cPersistence I yahoo'd

Re: Corrupted C Compiler

2006-12-05 Thread Rachel Florentine
- Original Message From: Josh Paetzel [EMAIL PROTECTED] That rebuilds the python C library interface stuff I believe, but doesn't have anything at all to do with the system C compiler. There is nothing wrong with your system C compiler. Well, that's a relief! Thanks! If you look at

Re: How Do Binary Repair

2006-12-05 Thread Rachel Florentine
- Original Message From: Josh Paetzel [EMAIL PROTECTED] Yes, someone else already clued me in ;) Thanks, Rachel Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta.