Archive | December, 2009

error libclntsh.so [lazarus - linux - oracle ] [5]

29 Dec

1. install Oracle Client on Ubuntu

2. copy libclntsh.so for lazarus + zeos + oracle connection
root@ubs-desktop:~# cp /u01/app/oracle/product/10.2.0/client_1/lib/libclntsh.so /usr/lib
root@ubs-desktop:~# cp /u01/app/oracle/product/10.2.0/client_1/lib/libclntsh.so /usr/local/lib

Creating program DB use ZEOSDBO & Oracle in Linux Ubuntu [4]

29 Dec

1. install package ZEOSDBO

2. install Oracle Client on Ubuntu

3. create program
(more…)

Installing the Oracle Client on Ubuntu

29 Dec

Installing the Oracle Client on Ubuntu
1. Prepare Linux
ubs@ubs-desktop:~$ sudo lsb_release -a
LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:cxx-3.0- ia32:cxx-3.0-noarch:cxx-3.1-ia32:cxx-3.1-noarch:cxx-3.2-ia32:cxx-3.2-noarch:desktop-3.1-ia32:desktop-3.1-noarch:desktop-3.2-ia32:desktop-3.2-noarch:graphics-2.0-ia32:graphics-2.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch:graphics-3.1-ia32:graphics-3.1-noarch:graphics-3.2-ia32:graphics-3.2-noarch:qt4-3.1-ia32:qt4-3.1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 9.04
Release: 9.04
Codename: jaunty

2. download 10201_client_linux32.zip from oracle otn
ubs@ubs-desktop:~$ pwd
/home/ubs
ubs@ubs-desktop:~$ mkdir oracle
ubs@ubs-desktop:~$ unzip 10201_client_linux32.zip -d /home/ubs/oracle/
(more…)

Adding ZEOSDBO pacakage in Lazarus on Linux Ubuntu [3]

29 Dec

Adding ZEOSDBO pacakage in Lazarus on Linux Ubuntu [3]
1. download ZEOSDBO
a. ZEOSDBO-6.6.5-stable.zip
b. http://nchc.dl.sourceforge.net/project/zeoslib/Zeos%20Database%20Objects/zeosdbo-6.6.5-stable/ZEOSDBO-6.6.5-stable.zip
2. extract ZEOSDBO
ubs@ubs-desktop:~$ pwd
/home/ubs
ubs@ubs-desktop:~$ mkdir zeos
ubs@ubs-desktop:~$ unzip ZEOSDBO-6.6.5-stable.zip -d /home/ubs/zeos/
(more…)

Creating Project in Lazarus on Linux Ubuntu [2]

28 Dec

Creating Project in Lazarus on Linux Ubuntu [2]


(more…)

Installing Lazarus on Linux Ubuntu [1]

28 Dec

1. Prepare Linux
ubs@ubs-desktop:~$ sudo lsb_release -a
LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:cxx-3.0-ia32:cxx-3.0-noarch:cxx-3.1-ia32:cxx-3.1-noarch:cxx-3.2-ia32:cxx-3.2-noarch:desktop-3.1-ia32:desktop-3.1-noarch:desktop-3.2-ia32:desktop-3.2-noarch:graphics-2.0-ia32:graphics-2.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch:graphics-3.1-ia32:graphics-3.1-noarch:graphics-3.2-ia32:graphics-3.2-noarch:qt4-3.1-ia32:qt4-3.1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 9.04
Release: 9.04
Codename: jaunty

2. Prepare Libraries
ubs@ubs-desktop:~$ sudo apt-get update
ubs@ubs-desktop:~$ sudo apt-get install libgtk2.0-dev
ubs@ubs-desktop:~$ sudo apt-get install libgtk2.0-dev
ubs@ubs-desktop:~$ sudo apt-get install libgdk-pixbuf-dev

3. Download Lazarus and Free Pascal
Download fpc-2.2.4-3.i386.deb.tar and lazarus_0.9.28-0.i386.deb.tar from Sourceforge
(more…)

Creating program DB use ZEOSDBO & Oracle in Lazarus on Windows [4]

28 Dec

Creating program DB use ZEOSDBO & Oracle in Lazarus on Windows [4]


(more…)

Adding ZEOSDBO pacakage in Lazarus on Windows [3]

28 Dec

4. download ZEOSDBO
a. ZEOSDBO-6.6.5-stable.zip
b. http://nchc.dl.sourceforge.net/project/zeoslib/Zeos%20Database%20Objects/zeosdbo-6.6.5-stable/ZEOSDBO-6.6.5-stable.zip
5. extract ZEOSDBO
6. add package
(more…)

Creating Project in Lazarus on Windows [2]

28 Dec

Creating Project in Lazarus on Windows



Installing Lazarus on Windows [1]

28 Dec

1. download Lazarus for Windows
a. lazarus-0.9.28.2-fpc-2.2.4-win32.exe
b. http://nchc.dl.sourceforge.net/project/lazarus/Lazarus%20Windows%2032%20bits/Lazarus%200.9.28.2/lazarus-0.9.28.2-fpc-2.2.4-win32.exe
2. setup Lazarus for Windows
(more…)

Follow

Get every new post delivered to your Inbox.