[Slackbuilds-users] geos-3.8.0 re-installation: symbolic links question

Didier Spaier didier at slint.fr
Fri Jan 31 16:36:47 UTC 2020


Instead of:
for i in $(ls libcncp*); do grep -r $i /old/var/log/packages/ ; done|sort
I meant
for i in $(ls libcncp*); do grep -r $i /var/log/packages/ ; done|sort

Le 1/31/20 à 5:35 PM, Didier Spaier a écrit :
> You don't want to just put the dust under the carpet, do you?
> 
> Furthermore, the dates clearly show that for instance
> libcncpmslld2.so
> doesn't come from the same packages as
> libcncpmslld2.so.3.0.0
> 
> So, symlink to what?
> 
> Fisrt, find from which packages these files come from.
> 
> Something like that will tell you
> 
> cd /usr/lib64
> for i in $(ls libcncp*); do grep -r $i /old/var/log/packages/ ; done|sort
> 
> then check if these packages were properly built.
> 
> Didier
> 
> .Le 1/31/20 à 4:52 PM, Rich Shepard a écrit :
>> Because proj has been upgraded to 6.3.0 I need to rebuild geos and gdal
>> against that version.
>>
>> The geos-3.8.0 build completed without error but 'upgrade --reinstall ...'
>> produced these complaints by ldconfig:
>>
>> /sbin/ldconfig: /usr/lib64/libcncpnet30.so is not a symbolic link
>> /sbin/ldconfig: /usr/lib64/libcncpmslld2.so is not a symbolic link
>> /sbin/ldconfig: /usr/lib64/libcncpnet2.so is not a symbolic link
>> /sbin/ldconfig: /usr/lib64/libcncpnet20.so is not a symbolic link
>>
>> Sure enough:
>>
>> # ls -la libcncp*
>> -rwxr-xr-x 1 root root  90632 Jan 12 08:36 libcncpmslld2.so*
>> -rwxr-xr-x 1 root root  90472 Jun 24  2018 libcncpmslld2.so.3.0.0*
>> -rwxr-xr-x 1 root root  39512 Jan 12 08:36 libcncpnet2.so*
>> -rwxr-xr-x 1 root root  39352 Jun 24  2018 libcncpnet2.so.1.2.4*
>> -rwxr-xr-x 1 root root 117344 Jan 12 08:36 libcncpnet20.so*
>> -rwxr-xr-x 1 root root 117184 Jun 24  2018 libcncpnet20.so.1.0.0*
>> -rwxr-xr-x 1 root root  46912 Jan 12 08:36 libcncpnet30.so*
>> -rwxr-xr-x 1 root root  46752 Jun 24  2018 libcncpnet30.so.1.0.0*
>>
>> Should I change the *.so to symbolic links?
>>
>> Rich
>>
>> _______________________________________________
>> SlackBuilds-users mailing list
>> SlackBuilds-users at slackbuilds.org
>> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
>> FAQ - https://slackbuilds.org/faq/
>>
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
> 


More information about the SlackBuilds-users mailing list