Issues with DBD-mysql-2.9002.tar.gz

Issues with DBD-mysql-2.9002.tar.gz

am 21.08.2003 19:52:50 von Dan Symula

Greetings. I am having a problem with the above
mentioned file. When I unzip and try and install, I
get a nasty error, complaining about line 89 in the
Makefile file.
Lines follow:

installhtml3dir=''
installman1
INSTALLSITEBIN = /usr

Line 89 is installman1. Obviously, it should have
something such as installman1=''

There are other lines in this file that throw errors
once I repair that one. Any clues as to why this is
happening and what I can do about it? Please reply to
me at this email address.

Dan Symula




=====


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: Issues with DBD-mysql-2.9002.tar.gz

am 21.08.2003 21:40:16 von Rudy Lippan

What os? What version of your os; what version of perl?

On Thu, 21 Aug 2003, Dan Symula wrote:

> Date: Thu, 21 Aug 2003 10:52:50 -0700 (PDT)
> From: Dan Symula
> To: msql-mysql-modules@lists.mysql.com
> Subject: Issues with DBD-mysql-2.9002.tar.gz
>
> Greetings. I am having a problem with the above
> mentioned file. When I unzip and try and install, I
> get a nasty error, complaining about line 89 in the
> Makefile file.
> Lines follow:
>
> installhtml3dir=''
> installman1
> INSTALLSITEBIN = /usr
>
> Line 89 is installman1. Obviously, it should have
> something such as installman1=''
>
> There are other lines in this file that throw errors
> once I repair that one. Any clues as to why this is
> happening and what I can do about it? Please reply to
> me at this email address.
>
> Dan Symula
>
>
>
>
> =====
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
>


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: Issues with DBD-mysql-2.9002.tar.gz

am 21.08.2003 21:40:16 von Rudy Lippan

What os? What version of your os; what version of perl?

On Thu, 21 Aug 2003, Dan Symula wrote:

> Date: Thu, 21 Aug 2003 10:52:50 -0700 (PDT)
> From: Dan Symula
> To: msql-mysql-modules@lists.mysql.com
> Subject: Issues with DBD-mysql-2.9002.tar.gz
>
> Greetings. I am having a problem with the above
> mentioned file. When I unzip and try and install, I
> get a nasty error, complaining about line 89 in the
> Makefile file.
> Lines follow:
>
> installhtml3dir=''
> installman1
> INSTALLSITEBIN = /usr
>
> Line 89 is installman1. Obviously, it should have
> something such as installman1=''
>
> There are other lines in this file that throw errors
> once I repair that one. Any clues as to why this is
> happening and what I can do about it? Please reply to
> me at this email address.
>
> Dan Symula
>
>
>
>
> =====
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
>


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: Issues with DBD-mysql-2.9002.tar.gz

am 21.08.2003 21:51:29 von Dan Symula

OS Redhat Linux, version 9.
Perl Version 5.8

?? anything else missing?


--- Rudy Lippan wrote:
>
> What os? What version of your os; what version of
> perl?
>
>

=====


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: Issues with DBD-mysql-2.9002.tar.gz

am 21.08.2003 21:51:29 von Dan Symula

OS Redhat Linux, version 9.
Perl Version 5.8

?? anything else missing?


--- Rudy Lippan wrote:
>
> What os? What version of your os; what version of
> perl?
>
>

=====


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: Issues with DBD-mysql-2.9002.tar.gz

am 21.08.2003 21:54:27 von Rudy Lippan

On Thu, 21 Aug 2003, Dan Symula wrote:

> Date: Thu, 21 Aug 2003 12:51:29 -0700 (PDT)
> From: Dan Symula
> To: Rudy Lippan
> Cc: msql-mysql-modules@lists.mysql.com
> Subject: Re: Issues with DBD-mysql-2.9002.tar.gz
>
> OS Redhat Linux, version 9.
> Perl Version 5.8
>

Probably the lang thing, so:

unset LANG
perl Makeflie.PL
make
make test
make install.

Rudy



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: Issues with DBD-mysql-2.9002.tar.gz

am 21.08.2003 21:54:27 von Rudy Lippan

On Thu, 21 Aug 2003, Dan Symula wrote:

> Date: Thu, 21 Aug 2003 12:51:29 -0700 (PDT)
> From: Dan Symula
> To: Rudy Lippan
> Cc: msql-mysql-modules@lists.mysql.com
> Subject: Re: Issues with DBD-mysql-2.9002.tar.gz
>
> OS Redhat Linux, version 9.
> Perl Version 5.8
>

Probably the lang thing, so:

unset LANG
perl Makeflie.PL
make
make test
make install.

Rudy



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org