I s it possible? I've built DBI on Linux using for C++ parts lib.so.6(link to libc-2.1.3) But i need to make work this bulit module on perl(5.6) installed on a remote machine(CGI_hosting) with no such libc. I have onle ftp-access to my directory and have no oportunity to install packages remotely. I've copied all these parts of the built DBI module to the remote machine including libc.so.6(i mean i made symlink) and libc-2.1.3 but i can't make perl see these libc and i am getting such error:
Can't load '.../my_directory/lib/auto/DBI/DBI.so' 'for module DBI: Shared object "libc.so.6" not found at /usr/local/nf/lib/perl5/5.6.1/i386-freebsd/DynaLoader.pm line 206. at /my_directory/lib/DBI.pm line 182 Of_course i make in my scripts " usr lib '.../my_directory/lib'". Is it possible to make work?
