On 10/25/05, Ziaul Mannan <[EMAIL PROTECTED]> wrote:
> ** Low Priority **
>
> Hello,
>
> I was able to install the following perl modules fine:
> DBI
> Data::Dumper
> Data::ShowTable
> DBI.pm
>
> Then,when I am try to install perl module called 'DBD::mysql' on AIX
> 5.2(64-bit) and 5.3. In both cases I am getting following errors:
>
> dogwood:mysql:/home/mysql/DBD-mysql-3.0002 # perl make
> Can't open perl script "make": A file or directory in the path name
> does not exi
> st.
> dogwood:mysql:/home/mysql/DBD-mysql-3.0002 # make

Typically, you would do the following to install Perl modules:

perl Makefile.PL
make
make test
make install

I noticed that you typed 'perl make' instead of 'perl Makefile.PL'.

--
Kevin.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to