[GRASS-dev] error when compiling grass with pdal
Paulo van Breugel
p.vanbreugel at gmail.com
Wed Jan 2 07:36:36 PST 2019
On 1/2/19 4:10 PM, Sebastiaan Couwenberg wrote:
> On 1/2/19 3:48 PM, Paulo van Breugel wrote:
>> After creating symlinks libpdal_base.so.5 pointing to libpdal_base.so.7
>> and libpdal_utils.so.5 pointing to libpdal_utils.so.7, I can open the
> Don't do this. The SOVERSION changed to reflect the ABI change. If the
> libraries remained compatible it wouldn't have bumped their SONAME.
>
>> Any ideas how to solve this?
> Find out where you have PDAL installed, it seems you have at least two
> installations. Remove the one you don't use, and fix ld.so.conf to
> include the paths to your self-built one.
>
> If you install your self-built PDAL, it should use paths that are used
> by ldconfig (as configured in /etc/ld.so.conf.d/*.conf) unless you use
> an unusual prefix (not /usr/local nor /usr). If you use /opt as prefix
> for example, you'll need to add /opt/lib to the ld.so.conf configuration.
Thanks, that was it, I had uninstalled a previous pdal version
(installed via Ubuntu repository), but some configuration files remained
it seems. Cleaning it all up did the trick, thanks!
>
> Kind Regards,
>
> Bas
>
More information about the grass-dev
mailing list