Custom query (1088 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 1088)

Ticket Resolution Summary Owner Reporter
#2363 fixed gdal's ogr2ogr misses libgrass_vector.8.2.so osgeolive@… edso
Description
user@osgeolive:~$ ogr2ogr --version
ERROR 1: libgrass_vector.8.2.so: cannot open shared object file: No such file or directory
ERROR 1: libgrass_vector.8.2.so: cannot open shared object file: No such file or directory
ERROR 1: libgrass_vector.8.2.so: cannot open shared object file: No such file or directory
ERROR 1: libgrass_vector.8.2.so: cannot open shared object file: No such file or directory
GDAL 3.4.3, released 2022/04/22

can be fixed by adding the location to the library path

user@osgeolive:~$ LD_LIBRARY_PATH=/usr/lib/grass82/lib/ ogr2ogr --version
GDAL 3.4.3, released 2022/04/22

maybe it's best to add the path globally via /etc/ld.so.conf.d/grass.conf ?

#2362 invalid libssl versions osgeolive@… darkblueb
Description

on a new LUbuntu 22.04 ISO disk image, run the following:

lubuntu@lubuntu:~$ find / -name 'libssl*' 2>/dev/null
/snap/core20/1405/usr/lib/x86_64-linux-gnu/libssl.so.1.1
/snap/core20/1405/usr/share/doc/libssl1.1
/snap/firefox/1232/usr/lib/firefox/libssl3.so
/usr/lib/x86_64-linux-gnu/libssl.so.3
/usr/lib/x86_64-linux-gnu/libssl3.so
/usr/share/doc/libssl3
/var/lib/dpkg/info/libssl3:amd64.list
/var/lib/dpkg/info/libssl3:amd64.md5sums
/var/lib/dpkg/info/libssl3:amd64.postinst
/var/lib/dpkg/info/libssl3:amd64.postrm
/var/lib/dpkg/info/libssl3:amd64.shlibs
/var/lib/dpkg/info/libssl3:amd64.symbols
/var/lib/dpkg/info/libssl3:amd64.templates
/var/lib/dpkg/info/libssl3:amd64.triggers

#2361 fixed EFI setup for Ubuntu 22.04 kalxas kalxas
Description

Following the build process fix in #2348, we now need to update the process of EFI setup.

A good solution is described here:

https://askubuntu.com/questions/1289400/remaster-installation-image-for-ubuntu-20-10

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.