Raptor2 and Redland error

Dear friends,
I were Installed Rapro2, rasqal, redland and sqalite .
when I compiling my program the following error is coming , I could not figure it out where could be the proble .Please any one can help to get out of this problem.
error:

...patience...
...patience...
...found 2643 targets...
...updating 2 targets...
gcc.link bin.v2/app/miis_rdf_server/gcc-4.4.4/debug/miis_rdf_server
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../librdf.a(rdf_init.o): In function `librdf_free_world':
/home/guest/Desktop/redland-1.0.15/src/rdf_init.c:239: undefined reference to `lt_dlexit'
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../librdf.a(rdf_init.o): In function `librdf_new_world':
/home/guest/Desktop/redland-1.0.15/src/rdf_init.c:162: undefined reference to `lt_dlinit'
/home/guest/Desktop/redland-1.0.15/src/rdf_init.c:164: undefined reference to `lt_dlsetsearchpath'
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../librdf.a(rdf_init.o): In function `librdf_calloc_memory':
/home/guest/Desktop/redland-1.0.15/src/rdf_init.c:701: undefined reference to `raptor_calloc_memory'
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../librdf.a(rdf_init.o): In function `librdf_alloc_memory':
/home/guest/Desktop/redland-1.0.15/src/rdf_init.c:683: undefined reference to `raptor_alloc_memory'
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../librdf.a(rdf_init.o): In function `librdf_free_memory':
/home/guest/Desktop/redland-1.0.15/src/rdf_init.c:665: undefined reference to `raptor_free_memory'
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../librdf.a(rdf_raptor.o): In function `librdf_finish_raptor':
/home/guest/Desktop/redland-1.0.15/src/rdf_raptor.c:231: undefined reference to `raptor_free_world'
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../librdf.a(rdf_raptor.o): In function `librdf_init_raptor':
/home/guest/Desktop/redland-1.0.15/src/rdf_raptor.c:205: undefined reference to `raptor_world_set_log_handler'
/home/guest/Desktop/redland-1.0.15/src/rdf_raptor.c:209: undefined reference to `raptor_world_set_generate_bnodeid_handler'


Best Regards
Babu
it means that:
In function `librdf_free_world' you refer to `lt_dlexit' which is not defined.
In function `librdf_new_world' you refer to `lt_dlinit' and `lt_dlsetsearchpath' which are not defined.
In function `librdf_calloc_memory' you refer to `raptor_calloc_memory' which is not defined.

Etc.
Topic archived. No new replies allowed.