Can not Install Lazarus on Linux

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
andre.procfit
Posts: 1
Joined: Wed 26 Nov 2014 17:21

Can not Install Lazarus on Linux

Post by andre.procfit » Wed 26 Nov 2014 17:46

Hi,

Reproduce:

1.
>Lazarus Main Menu -> Package -> Open Package File (*.lpk) -> dclunidac10.lpk

2. In Package dclunidac10 panel.

Use>>Install

Automaticary installed packages

installing package dclunidac 10.5.0.1 will automatically install the packages.

unidacvcl10.5.0.1
unidac10.5.0.1
dcldac10.9.0.1
dacvcl10.9.0.1
dac10.9.0.1

3. [OK] -> Rebuid Lazarus -> [OK]

Got the following message.
> dac10.pas(10,3) Fatal: Can not find unit CRAccess used by dac10. Check if package dac10 is in the dependencies.

How to resolve this error

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Can not Install Lazarus on Linux

Post by AlexP » Mon 01 Dec 2014 07:36

Hello,

Try to install UniDAC in the following way:
1) Open and compile all the Lazarus packages in the following order:
dac10.lpk
dacvcl10.lpk
dcldac10.lpk
unidac10.lpk
unidacvcl10.lpk
2) Open, compile, and install the dclunidac10.lpk package (The same actions should be done with the required provider packages).

If the problem repeats, please contact us again. Also please specify the exact versions of LiteDAС, Lazarus and FPC

Post Reply