From: Jochen Wiedmann Date: September 25 2000 8:41am Subject: Re: Problem with make List-Archive: http://lists.mysql.com/perl/864 Message-Id: <39CF0FBA.D18F06BB@ispsoft.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Taylor Fisher wrote: > dbdimp.c: In function `msql_dr_connect': > dbdimp.c:560: `environ' undeclared (first use in this function) > dbdimp.c:560: (Each undeclared identifier is reported only once > dbdimp.c:560: for each function it appears in.) At the top of dbd/dbdimp.c, insert the line char** environ; and let me know your system details: perl -V Bye, Jochen