I'm trying to set an env. var.:

set -x LD_LIBRARY_PATH /usr/lib64 /lib64 /lib /usr/lib
/mnt/ssd/OpenDDS/lib/ /mnt/ssd/OpenDDS/ACE_wrappers/lib/

Then I run the Perl script:

$ perl ./run_test.pl
/mnt/ssd/OpenDDS/bin/DCPSInfoRepo -ORBDebugLevel 10 -ORBLogFile
DCPSInfoRepo.log -o repo.ior
/mnt/ssd/OpenDDS/bin/DCPSInfoRepo: error while loading shared libraries:
libOpenDDS_InfoRepoServ.so.3.12.0: cannot open shared object file: No such
file or directory

I go into BASH:

export
LD_LIBRARY_PATH=/usr/lib64:/lib64:/lib:/usr/lib:/mnt/ssd/OpenDDS/lib/:/mnt/ssd/OpenDDS/ACE_wrappers/lib/

Then the Perl script:

$ perl ./run_test.pl
/mnt/ssd/OpenDDS/bin/DCPSInfoRepo -ORBDebugLevel 10 -ORBLogFile
DCPSInfoRepo.log -o repo.ior
TAO (10880|140123965663040) - Completed initializing the process-wide
service context
TAO (10880|140123965663040) - Default ORB services initialization begins
TAO (10880|140123965663040) -
ORBInitializer_Registry::register_orb_initializer 0 @0x219dea0
TAO (10880|140123965663040) -
ORBInitializer_Registry::register_orb_initializer 1 @0x219de20
TAO (10880|140123965663040) - Default ORB services initialization completed
TAO (10880|140123965663040) - We are the default ORB ...

Question: Why isn't the FISH 'set -x' command functioning as advertised?

BTW> fish --version
fish, version 2.6.0
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to