Re: Can't make DBD
From: Andy Hassall (andy_at_andyh.co.uk)
Date: 01/16/04
- Previous message: Tim Bunce: "Re: Can't make DBD"
- In reply to: Sean Kelly: "Re: Can't make DBD"
- Next in thread: Sean Kelly: "Re: Can't make DBD"
- Reply: Sean Kelly: "Re: Can't make DBD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "Sean Kelly" <lists@shortestpath.org>, <dbi-users@perl.org> Date: Fri, 16 Jan 2004 22:36:11 -0000
Sean Kelly wrote:
> Quoting Tim Bunce <Tim.Bunce@pobox.com>:
>
>> Please try
>>
>> http://homepage.eircom.net/~timbunce/DBD-Oracle-1.15-rc2-20040112.tar.gz
>
> This version does not require me to remove "-o build" strings from
> GCC commands - that problem seems to have gone away :) It does not,
> however, compile cleanly as it's still pointing GCC at the 64bit
> Oracle libs when I need the 32bit ones in the "lib32" directories.
Does it work with if you pass the -l option to Makefile.PL? That uses a
different method of finding the libraries, which worked for me on Solaris
(picked up lib32).
-- Andy Hassall <andy@andyh.co.uk> / Space: disk usage analysis tool <http://www.andyh.co.uk> / <http://www.andyhsoftware.co.uk/space>
- Previous message: Tim Bunce: "Re: Can't make DBD"
- In reply to: Sean Kelly: "Re: Can't make DBD"
- Next in thread: Sean Kelly: "Re: Can't make DBD"
- Reply: Sean Kelly: "Re: Can't make DBD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Loading