bangor has asked for the wisdom of the Perl Monks concerning the following question:
If I set the path usingCan't load '/usr/local/lib64/perl5/auto/Mail/SPF_Check.so' for module +Mail::SPF_Check: libspf2.so.2: cannot open shared object file: No suc +h file or directory at /usr/lib64/perl5/DynaLoader.pm line 190.
The script works. I'm sure there is a way of setting this path in the Makefile (using LIBS => [] ?) but I can't work out the correct syntax.export LD_LIBRARY_PATH='/usr/local/lib'
UPDATE - found the solution, see my comment below.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Setting library path in Makefile
by Fletch (Bishop) on Apr 30, 2019 at 12:58 UTC | |
|
Re: Setting library path in Makefile
by thanos1983 (Parson) on Apr 30, 2019 at 09:01 UTC | |
|
Re: Setting library path in Makefile
by bangor (Monk) on May 03, 2019 at 06:42 UTC | |
|
Re: Setting library path in Makefile
by Anonymous Monk on May 02, 2019 at 19:41 UTC |