From: Alex P. <pes...@ma...> - 2010-09-24 12:51:05
|
On 09/24/10 12:32, Tagangout, Abderrahim wrote: > Hi Alex, > so i try this and after compiling the x86 sources, i try to make the array.cpp file with "gpre_current", but it say that it doesn't find the libicuu* library? > > abdo@ubuntu804icnova:~/Firebird-2.1.3.18185-0/gen$ make -f Makefile.libfbclient > ../gen/firebird/bin/gpre_current -r -m -z -n ../src/dsql/array.epp ../temp/superclient/dsql/array.cpp > ../gen/firebird/bin/gpre_current: error while loading shared libraries: libicuuc.so.30: cannot open shared object file: No such file or directory > make: *** [../temp/superclient/dsql/array.cpp] Fehler 127 > abdo@ubuntu804icnova:~/Firebird-2.1.3.18185-0/gen$ > > In the Directory /gen/firebird/lib/ is this library present? > yes > Should i make an sym link to this library as env-variable? > Any way to make it available to dynamic loader. During the build we do: export LD_LIBRARY_PATH = ../gen/firebird/lib Symlinks are also OK I think. |