in reply to Can't locate loadable object for module DBD::Sybase in @INC

Use PPM.
Unix: bazooka:/u/rupesh #>ppm install DBD::Sybase Windows: c:\>ppm install DBD::Sybase

Cheers,
Rupesh.

Replies are listed 'Best First'.
Re^2: Can't locate loadable object for module DBD::Sybase in @INC
by c6ackp (Novice) on Jun 06, 2005 at 19:53 UTC
    Michael

    I think my ActiveState ppm install is not working because DBD-Sybase.zip is missing from the zip/8xx directory on ppm.activestate.com.

    It's in the 6xx directory, but I'm using v5.8.6 and I don't know how to point ppm back to the 6xx location.

    Who should I contact to get DBD-Sybase.zip inserted into the 8xx directory?

    Many thanks

Re^2: Can't locate loadable object for module DBD::Sybase in @INC
by Anonymous Monk on Jun 06, 2005 at 10:32 UTC

    I have ActiveState 5.8.6 and I use ppm to install modules.

    Unfortunately, not all modules have not been configured to be installed by ppm.

    ppm install DBD::Sybase ---> returned no results

      Use the "install --location" option (from the link provided).

      Cheers,
      Rupesh.
        Thanks Rupesh, but can you tell me the alternative location (link) for the DBD::Sybase .ppd?