# Build error with voxl-portal and voxl-tflite-server

Source: https://forum.modalai.com/topic/4342/build-error-with-voxl-portal-and-voxl-tflite-server
Category: VOXL SDK and Software (https://forum.modalai.com/category/47/voxl-sdk-and-software)
Tags: voxl-sdk
Posted: 2025-04-11 15:09:47 UTC by teddy.zaremba
Replies: 1 · Views: 453

## teddy.zaremba · 2025-04-11 15:09:47 UTC

Getting this linking error building any branch of voxl-portal or voxl-tflite-server: 

```
"/usr/lib/gcc-cross/aarch64-linux-gnu/7/../../../../aarch64-linux-gnu/bin/ld: warning: libwayland-server.so.0, needed by //usr/lib/libgbm.so, not found (try using -rpath or -rpath-link)
//usr/lib/libgbm.so: undefined reference to `wl_resource_get_user_data'
collect2: error: ld returned 1 exit status
src/CMakeFiles/voxl-tflite-server.dir/build"
```

## Reply by teddy.zaremba · 2025-04-11 15:10:16 UTC

@teddy-zaremba Temporary fix by just installing missing package: 

```
apt-get install -y libwayland-server0:arm64 libwayland-dev:arm64
```

Also have to install this for voxl-portal
```
apt-get install -y libglib2.0-0:arm64
```
