Re: is perl a script language?
From: Beau E. Cox (beau_at_beaucox.com)
Date: 06/29/04
- Next message: Randy W. Sims: "Re: Creating images"
- Previous message: Randy W. Sims: "Re: Creating images"
- Maybe in reply to: Lfm: "is perl a script language?"
- Next in thread: Lfm: "Re: Re: is perl a script language?"
- Maybe reply: Lfm: "Re: Re: is perl a script language?"
- Maybe reply: Lfm: "Re: Re: is perl a script language?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: lifm@zcxc.com.cn Date: Tue, 29 Jun 2004 02:31:27 -1000
On Sunday 27 June 2004 03:06 pm, lfm wrote:
> hello ,beau
>
>
> I have installed bugzilla on the windows, but failed on the linux!
>
> where?
>
> the perl module installation!
>
> I download the perl module from cpan, tar them and
> perl Makefile.PL
> make
> make test
> make install
>
> But some of them failed !
> e.g. DBD-mysql-2.9003
>
> ---------------------------------------------------------------------------
>---- [root@localhost bugzilla]# cd DBD-mysql-2.9003/
> [root@localhost DBD-mysql-2.9003]# ls
> ChangeLog dbdimp.c INSTALL.html Makefile.PL MANIFEST.SKIP mysql.xs
> t constants.h dbdimp.h lib MANIFEST myld README
> TODO [root@localhost DBD-mysql-2.9003]# perl Makefile.PL
> Can't exec "mysql_config": No such file or directory at Makefile.PL line
> 174. readline() on closed filehandle PIPE at Makefile.PL line 176.
> Can't exec "mysql_config": No such file or directory at Makefile.PL line
> 174. readline() on closed filehandle PIPE at Makefile.PL line 176.
> Can't exec "mysql_config": No such file or directory at Makefile.PL line
> 174. readline() on closed filehandle PIPE at Makefile.PL line 176.
> Can't exec "mysql_config": No such file or directory at Makefile.PL line
> 174. readline() on closed filehandle PIPE at Makefile.PL line 176.
> Can't exec "mysql_config": No such file or directory at Makefile.PL line
> 174. readline() on closed filehandle PIPE at Makefile.PL line 176.
> Failed to determine directory of mysql.h. Use
>
> perl Makefile.PL --cflags=-I<dir>
>
> to set this directory. For details see the INSTALL.html file,
> section "C Compiler flags" or type
>
> perl Makefile.PL --help
>
> ---------------------------------------------------------------------------
>----
>
> so ,can you help?
Have you installed mysql on your Linux box? If not,
do that first; Configure it and find out where
the two files above (mysql_config and mysql.h) are,
read the DBD-mysql docs, and it should work.
Aloha => Beau;
- Next message: Randy W. Sims: "Re: Creating images"
- Previous message: Randy W. Sims: "Re: Creating images"
- Maybe in reply to: Lfm: "is perl a script language?"
- Next in thread: Lfm: "Re: Re: is perl a script language?"
- Maybe reply: Lfm: "Re: Re: is perl a script language?"
- Maybe reply: Lfm: "Re: Re: is perl a script language?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|