minixman has asked for the wisdom of the Perl Monks concerning the following question:
#!/apps/exlink/orc/perl/bin/perl use DBD::Informix;
bash-3.00$ perl/bin/perl test.pl Can't load '/apps/exlink/orc/arch/sparc-sun-solaris/perl/lib/site_perl +/5.8.5/sun4-solaris/auto/DBD/Informix/Informix.so' for module DBD::In +formix: ld.so.1: perl: fatal: libifsql.so: open failed: No such file +or directory at /apps/exlink/orc/arch/sparc-sun-solaris/perl/lib/5.8. +5/sun4-solaris/DynaLoader.pm line 230. at test.pl line 3 Compilation failed in require at test.pl line 3. BEGIN failed--compilation aborted at test.pl line 3.
bash-3.00$ find . -name libifsql.so ./arch/sparc-sun-solaris/lib/32/libifsql.so ./arch/sparc-sun-solaris/lib/64/libifsql.so ./arch/x86_64-unknown-linux/lib/32/libifsql.so ./arch/x86_64-unknown-linux/lib/64/libifsql.so bash-3.00$ export LD_LIBRARY_PATH=./arch/sparc-sun-solaris/lib/64/libi +fsql.so bash-3.00$ perl/bin/perl test.pl Can't load '/apps/exlink/orc/arch/sparc-sun-solaris/perl/lib/site_perl +/5.8.5/sun4-solaris/auto/DBD/Informix/Informix.so' for module DBD::In +formix: ld.so.1: perl: fatal: libifsql.so: open failed: No such file +or directory at /apps/exlink/orc/arch/sparc-sun-solaris/perl/lib/5.8. +5/sun4-solaris/DynaLoader.pm line 230. at test.pl line 3 Compilation failed in require at test.pl line 3. BEGIN failed--compilation aborted at test.pl line 3. bash-3.00$ more test.pl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBD::Informix ld.so.1 unable to find .so file
by gellyfish (Monsignor) on May 11, 2006 at 09:58 UTC | |
by minixman (Beadle) on May 11, 2006 at 10:07 UTC | |
by gellyfish (Monsignor) on May 11, 2006 at 10:40 UTC | |
|
Re: DBD::Informix ld.so.1 unable to find .so file
by tweetiepooh (Hermit) on May 11, 2006 at 12:33 UTC | |
|
Re: DBD::Informix ld.so.1 unable to find .so file
by chargrill (Parson) on May 11, 2006 at 18:54 UTC |