Re: Problem installing DBI (again)

2007-09-25 Thread Jeremiah Foster


On Sep 25, 2007, at 3:20 PM, Charlie Garrison wrote:


Good evening,

On 25/9/07 at 2:55 PM +0200, Jeremiah Foster  
<[EMAIL PROTECTED]> wrote:


Yeah, that link looks good. You can grep your Makefile.PL and  
compare your path to the mysql header files to where they exist on  
your system. I bet that is the problem, make can't find your mysql  
header files.


Except that mysql header files have nothing to with compiling DBI.  
You're thinking about DBD::mysql.


Good point. I just assumed that we were talking about mysql here.


I suggest bypassing CPAN and running make manually. Use CPAN as  
shortcut to get that directory though:


$ sudo perl -MCPAN -e 'shell'   (or just sudo cpan)
cpan> look DBI
DBI-1.59$ perl Makefile.PL
DBI-1.59$ make
DBI-1.59$ exit

When you run the 'make' command you will get some output that  
should explain what the problem is.


The way described above is the right way to go - it is the logical  
next step.


Jeremiah



Re: Problem installing DBI (again)

2007-09-25 Thread Jeremiah Foster
Yeah, that link looks good. You can grep your Makefile.PL and compare  
your path to the mysql header files to where they exist on your  
system. I bet that is the problem, make can't find your mysql header  
files.


Jeremiah

On Sep 25, 2007, at 2:27 PM, Lysimachos Zografos wrote:


Hello,

See if this helps a bit. It worked for me.
http://jayallen.org/journey/2006/04/dbd-mysql-build-problems-on-mac- 
book-pro


On 9/25/07, Mo Chicharro <[EMAIL PROTECTED]> wrote:


Hi All,

I have to send my macbook pro off for repair (suffering form the
usual lack of apple manufacture standards) and am trying to install
the DBI module on a G5 tower in the office. However, am running into
deadends. I Have installed the developer tools amd when I run

# sudo perl -MCPAN -e 'install DBI'

the terminal is giving me:

Writing Makefile for DBI
 -- NOT OK
Running make test
   Can't test without successful make
Running make install
   make had returned bad status, install seems impossible

Kind regards,
Mo





Re: Problem installing DBI (again)

2007-09-25 Thread Mo Chicharro

I have uploaded the session here:

http://www.versioncreative.com/uploads/cgi-list/terminal.txt


On 25 Sep 2007, at 13:28, Jeremiah Foster wrote:



On Sep 25, 2007, at 2:20 PM, Mo Chicharro wrote:


Hi All,

I have to send my macbook pro off for repair (suffering form the  
usual lack of apple manufacture standards) and am trying to  
install the DBI module on a G5 tower in the office. However, am  
running into deadends. I Have installed the developer tools amd  
when I run


# sudo perl -MCPAN -e 'install DBI'

the terminal is giving me:



Usually there is more relevant information regarding the error -  
not just the last bit of the Makefile error. Can you post the  
entire message?



Writing Makefile for DBI
-- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible

Kind regards,
Mo


Jeremiah





Re: Problem installing DBI (again)

2007-09-25 Thread Jeremiah Foster


On Sep 25, 2007, at 2:20 PM, Mo Chicharro wrote:


Hi All,

I have to send my macbook pro off for repair (suffering form the  
usual lack of apple manufacture standards) and am trying to install  
the DBI module on a G5 tower in the office. However, am running  
into deadends. I Have installed the developer tools amd when I run


# sudo perl -MCPAN -e 'install DBI'

the terminal is giving me:



Usually there is more relevant information regarding the error - not  
just the last bit of the Makefile error. Can you post the entire  
message?



Writing Makefile for DBI
-- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible

Kind regards,
Mo


Jeremiah


Re: Problem installing DBI (again)

2007-09-25 Thread Lysimachos Zografos
Hello,

See if this helps a bit. It worked for me.
http://jayallen.org/journey/2006/04/dbd-mysql-build-problems-on-mac-book-pro

On 9/25/07, Mo Chicharro <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I have to send my macbook pro off for repair (suffering form the
> usual lack of apple manufacture standards) and am trying to install
> the DBI module on a G5 tower in the office. However, am running into
> deadends. I Have installed the developer tools amd when I run
>
> # sudo perl -MCPAN -e 'install DBI'
>
> the terminal is giving me:
>
> Writing Makefile for DBI
>  -- NOT OK
> Running make test
>Can't test without successful make
> Running make install
>make had returned bad status, install seems impossible
>
> Kind regards,
> Mo
>


Problem installing DBI (again)

2007-09-25 Thread Mo Chicharro

Hi All,

I have to send my macbook pro off for repair (suffering form the  
usual lack of apple manufacture standards) and am trying to install  
the DBI module on a G5 tower in the office. However, am running into  
deadends. I Have installed the developer tools amd when I run


# sudo perl -MCPAN -e 'install DBI'

the terminal is giving me:

Writing Makefile for DBI
-- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible

Kind regards,
Mo