Error installing zeoz in lazarus (linux)
Moderators: gto, EgonHugeist
Error installing zeoz in lazarus (linux)
Lazarus . Ubuntu Linux
I have error when install zcomponent.lpk
shows this message ... /usr/lib/lazarus/components/Zeos/src/plain/ZPlainLoader.pas(97,22) Fatal: Can't find unit libc used by ZPlainLoader
The library libc6 is installed in my system.
Any idea?
Thanks in advance.
I have error when install zcomponent.lpk
shows this message ... /usr/lib/lazarus/components/Zeos/src/plain/ZPlainLoader.pas(97,22) Fatal: Can't find unit libc used by ZPlainLoader
The library libc6 is installed in my system.
Any idea?
Thanks in advance.
Same bug or problem...
I have Ubuntu Hardy 8.04 and Ubuntu Intrepid 8.10 in differents computers.
The two are 32 bits machines.
Lazarus version is 0.9.9.26
Zeoslib was download from firmos.at version 6.6.4
Libc6 32 version completely installled.
When i try to install in lazarus, the same bug shows this error: /home/user/zeosdbo/src/plain/ZPlainLoader.pas(1,1) Fatal: Can't find unit libc used by ZPlainLoader
Could somebody knows how to fix it???
The two are 32 bits machines.
Lazarus version is 0.9.9.26
Zeoslib was download from firmos.at version 6.6.4
Libc6 32 version completely installled.
When i try to install in lazarus, the same bug shows this error: /home/user/zeosdbo/src/plain/ZPlainLoader.pas(1,1) Fatal: Can't find unit libc used by ZPlainLoader
Could somebody knows how to fix it???
Solved...
Ok... it was solved!
1- Download and install all the fpc packages. ( When you use synaptic to install fpc, it seems to be incomplete. ( Two packages: fpc.crosswind32 and fpc.units* are not installed by synaptic )
2- Change the write permissions of "/usr/lib/lazarus". The zeos installation needs to create some files.
Thanks..
1- Download and install all the fpc packages. ( When you use synaptic to install fpc, it seems to be incomplete. ( Two packages: fpc.crosswind32 and fpc.units* are not installed by synaptic )
2- Change the write permissions of "/usr/lib/lazarus". The zeos installation needs to create some files.
Thanks..
After a lot of playing problem is solved. If this can help someone here it is: if you installed (ubuntu) fpc and lazarus from synaptic, remove everything. d/l fpc-2.2.2-3-debs.tgz and lazarus-0.9.26-0-debs.tar from http://sourceforge.net/project/showfile ... _id=631656 untar everything and install it. d/l latest version of zeoslib and unpack it. everything else is like in tutorial. package -> open package file (*.lpk), navigate to the dir where you unpacked zeoslib, etc.
if you receive error about some gtk2 functions, in tools -> configure build lazarus lcl interface target and ide set to gtk, not gtk2. This is the only way for me. And don't forget to change permission for /usr/lib/lazarus.
bye
if you receive error about some gtk2 functions, in tools -> configure build lazarus lcl interface target and ide set to gtk, not gtk2. This is the only way for me. And don't forget to change permission for /usr/lib/lazarus.
bye
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Which version do you mean? I tried to remove libc from zeoslib when fpc is used. This isn't available in the 6.6 releases yet. Only in SVN (branches/6.6-patches) and the trunk/testing snapshots. These snapshots aren't stable yet, but of course, I'd like loads of people to test and fix them.d/l latest version of zeoslib and unpack it
Mark
v6.6.4-stable announced on main page where you write a note for lazarus users too. but i have another problem. i follow tutorial from http://wiki.lazarus.freepascal.org/inde ... s_tutorial and when i want to set connected to true i get message 'None of the dynamic libraries can be found: libcIntsh.so oracle or oracle9i driver same error. but installation was ok.
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
zeljko,
Please, send a patch when necessary. Don't forget about the Kylix support that might still be working at the moment. Did you have a look at the change I refered to? Here's a link to the SVN repository viewer for this specific changeset: http://fisheye2.atlassian.com/changelog/zeos?cs=572
Mark
Please, send a patch when necessary. Don't forget about the Kylix support that might still be working at the moment. Did you have a look at the change I refered to? Here's a link to the SVN repository viewer for this specific changeset: http://fisheye2.atlassian.com/changelog/zeos?cs=572
Mark
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
stanks,
This problem also occurs when the dll itself is available but not all of the dll's needed to load it. I have no clue what dll's are needd exactly for oracle. It might help to add the directory containing the oracle driver dll's to your system path. Also having different oracle HOME's on the same machine might be tricky.
Mark
This problem also occurs when the dll itself is available but not all of the dll's needed to load it. I have no clue what dll's are needd exactly for oracle. It might help to add the directory containing the oracle driver dll's to your system path. Also having different oracle HOME's on the same machine might be tricky.
Mark