Installing Zeos in Lazarus

Forum related to the ZDBC API-Layer

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
mparak
Senior Boarder
Senior Boarder
Posts: 81
Joined: 12.09.2005, 06:51
Location: Durban South Africa
Contact:

Installing Zeos in Lazarus

Post by mparak »

Dear Friends,

It seems from what I read on this and other Forums that Zeos can be made to install and work on Lazarus.

What is clear is that one needs to do all sorts of magical stuff and say the secret word before it all "happens".

Does any kind soul have a record of the installation procedure? (Idiot proof)

Warmest regards

Mo
www.cad.co.za
Last edited by mparak on 21.08.2008, 13:20, edited 2 times in total.
barko
Senior Boarder
Senior Boarder
Posts: 51
Joined: 07.09.2005, 13:13

Post by barko »

1. Download this copy of zeosdbo (source is from svn - test branch).

2. Download lazarus for your system (windows/linux).

3. Unpack zeosdbo.

4. start lazarus

5. Use: Open Package File (.lpk) from Components menu

6. go to zeosdbo/packages/lazarus

7. select all .lpk files and press open

8. press compile on all open windows in this order:

- zcore
- zparsesql
- zplain
- zdbc
- zcomponent

press install on zcomponent

press Yes to rebuild lazarus

that is all...

note this: zeosdbo is work ok with FPC 2.0.2+ or FPC 2.1.1

I use FPC 2.0.3 (from svn) - this is fpc 2.0.2 with bug fixes included (nothing more).

fpc 2.0.3 sources

For Windows you need (Windows Executable Installer):

Lazarus for Windows 0.9.14.1 with fpc 2.0.2

For Linux you need (RPM packages):

FPC 2.0.2 for Linux

FPC Sources 2.0.2 for Linux

Lazarus 0.9.14.1 for Linux

See my next post...
Last edited by barko on 27.07.2006, 18:06, edited 5 times in total.
barko
Senior Boarder
Senior Boarder
Posts: 51
Joined: 07.09.2005, 13:13

Post by barko »

Upgrade from 2.0.2 to 2.0.3 fpc:

for windows:

unpack fpc.zip to "anywhere"
go to "anywhere"\fpc directory and select all
go to c:\lazarus\fpcsrc and paste

open command line (cmd) and use this command:
go to c:\lazarus\fpcsrc

1. make all clean
2. make install INSTALL_PREFIX=c:\lazarus\pp

for linux (in console as root user):

unpack fpc.zip to "anywhere" (use unzip command or mc)
go to "anywhere"/fpc

1. make all clean
2. make install INSTALL_PREFIX=/usr
3. rm -f /usr/bin/ppc386
4. ln -s /usr/lib/fpc/2.0.3/ppc386 /usr/bin/ppc386
5. /usr/lib/fpc/2.0.3/samplecfg /usr/lib/fpc/2.0.3 /etc
varathasiva
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 28.05.2007, 14:31

Reg Upgradte Zeos DB 6.6.1

Post by varathasiva »

Dear All,
I am using zeos db 6.0.I want to upgrade the 6.6.1 version.How i can upgrade the zeos 6.6.1 version.Advance thanks to all.

Kindly Regards
Siva
Post Reply