From owner-freebsd-questions Tue Sep 25 7:53:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from email.accessus.net (email.accessus.net [209.145.128.5]) by hub.freebsd.org (Postfix) with ESMTP id 245C837B41E for ; Tue, 25 Sep 2001 07:53:21 -0700 (PDT) Received: from [209.145.133.59] (account jkoenig@accessus.net HELO jwebmedia.com) by email.accessus.net (CommuniGate Pro SMTP 3.4.8) with ESMTP id 19793931 for freebsd-questions@FreeBSD.ORG; Tue, 25 Sep 2001 09:53:20 -0500 Message-ID: <3BB09BF8.2DDD3E91@jwebmedia.com> Date: Tue, 25 Sep 2001 10:00:09 -0500 From: Joseph Koenig Reply-To: joe@jwebmedia.com Organization: jWeb New Media Design X-Mailer: Mozilla 4.77 (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: export and putenv Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to set an environmental variable (ODBCINI=/usr/local/src/bin/odbc.ini) and I tried export ODBCINI=/usr/local/src/bin/odbc.ini and it says "command export not found". So I tried putenv("ODBCINI=/usr/local/src/bin/odbc.ini") and it says "Badly placed ()'s". What am I doing wrong? Thanks, Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message