On Fri, Jan 25, 2002 at 10:20:38AM +0100, H.Merijn Brand wrote: > > Now what would be a solution for a problem stated either here or on another > group related to new perl builds and the use of DBI/DBD. Sybase (I think) only > ships their new products with 64bit libraries, which have - of course - to be > linked against a 64bit application, like perl built with -Duse64bitall. This > is no problem for DBI, but what if this user wants both Sybase/64 *and* Unify > (unlikely, I know, but there are probably better examples to be thought of) a > database that (so far) only supports 32bit (static) builds and thus requires a > 32bit perl. > > Is this something to put to p5p?
Either it'll work or it won't. Probably not a p5p issue, more likely need to ensure that other modules, like DBD::Sybase build okay with a perl built with -Duse64bitall. But I'm just guessing. Tim.
