Comment 5 for bug 1949362

Revision history for this message
Epiesasha (epiesasha) wrote :

I tired the following:

```
➜ MB-System-5.7.5 /usr/bin/gdalinfo
/usr/bin/gdalinfo: symbol lookup error: /lib/libgdal.so.28: undefined symbol: _ZN6libdap5ErrorD1Ev
➜ MB-System-5.7.5 sudo apt install libtirpc-dev libtirpc3
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libtirpc-dev is already the newest version (1.3.2-2).
libtirpc3 is already the newest version (1.3.2-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

```

The error persist - I see the library you mention, has the following header: `/usr/include/tirpc/rpc/types.h`

I moved away from cmake and built GDAL from source using the old './configure' scripts .. and it builds fine.

I also have another tool that requires the same header - MB-Stestem (pinned for my use to V.5.7)
And it also has issues in finding the types.h header. Its configure script returns the following:

```
checking for rpc/rpc.h... no
checking for tirpc/rpc/rpc.h... no
checking for rpc/types.h... no
checking for tirpc/rpc/types.h... no
configure: error: Required header <rpc/types.h> not found, check include path and installed development packages
```