gematik / ref-eRp-FD-Server

ARCHIVED - This project acts as reference implementation of main aspects of an e-prescription server designed by gematik.
Other
44 stars 3 forks source link

Issue with building the project #31

Closed tobias-mierzwa closed 2 years ago

tobias-mierzwa commented 2 years ago

I have problems with the openssl library in the last steps.

I've installed the library on Ubuntu 22.04 with the following commands:

Dependencies installing

sudo apt install libssl-dev libssl3 libxml2-dev

Building project

tobias@tobias-work-ppp:~/Gits/ref-eRp-FD-Server$ cat .env
export OPENSSL_DIR="/usr/bin"
export OPENSSL_LIB_DIR="/usr/lib/x86_64-linux-gnu/"
export OPENSSL_INCLUDE_DIR="/usr/include/openssl/"

export LIBXML_DIR="/usr/bin/"
export LIBXML_LIB_DIR="/usr/lib/x86_64-linux-gnu/"
export LIBXML_INCLUDE_DIR="/usr/include/libxml/"
tobias@tobias-work-ppp:~/Gits/ref-eRp-FD-Server$ source .env
tobias@tobias-work-ppp:~/Gits/ref-eRp-FD-Server$ cargo build
   Compiling proc-macro2 v1.0.40
   Compiling unicode-ident v1.0.1
   Compiling quote v1.0.20
   Compiling syn v1.0.98
   Compiling libc v0.2.126
   Compiling cfg-if v1.0.0
   Compiling serde_derive v1.0.139
   Compiling autocfg v1.1.0
   Compiling serde v1.0.139
   Compiling version_check v0.9.4
   Compiling log v0.4.17
   Compiling memchr v2.5.0
   Compiling cc v1.0.73
   Compiling futures-core v0.3.21
   Compiling slab v0.4.6
   Compiling cfg-if v0.1.10
   Compiling lazy_static v1.4.0
   Compiling futures-sink v0.3.21
   Compiling fnv v1.0.7
   Compiling bytes v0.5.6
   Compiling once_cell v1.13.0
   Compiling futures-channel v0.3.21
   Compiling futures-task v0.3.21
   Compiling pin-project-lite v0.2.9
   Compiling futures-util v0.3.21
   Compiling pin-project-lite v0.1.12
   Compiling pin-utils v0.1.0
   Compiling futures-io v0.3.21
   Compiling smallvec v1.9.0
   Compiling itoa v1.0.2
   Compiling scopeguard v1.1.0
   Compiling bitflags v1.3.2
   Compiling typenum v1.15.0
   Compiling pkg-config v0.3.25
   Compiling pin-project-internal v0.4.30
   Compiling getrandom v0.1.16
   Compiling parking_lot_core v0.8.5
   Compiling bytes v1.1.0
   Compiling percent-encoding v2.1.0
   Compiling convert_case v0.4.0
   Compiling matches v0.1.9
   Compiling tinyvec_macros v0.1.0
   Compiling ppv-lite86 v0.2.16
   Compiling hashbrown v0.12.2
   Compiling ryu v1.0.10
   Compiling serde_json v1.0.82
   Compiling proc-macro-hack v0.5.19
   Compiling linked-hash-map v0.5.6
   Compiling unicode-bidi v0.3.8
   Compiling untrusted v0.7.1
   Compiling copyless v0.1.5
   Compiling spin v0.5.2
   Compiling either v1.7.0
   Compiling httparse v1.7.1
   Compiling async-trait v0.1.56
   Compiling quick-error v1.2.3
   Compiling heck v0.4.0
   Compiling crc32fast v1.3.2
   Compiling const_fn v0.4.9
   Compiling opaque-debug v0.3.0
   Compiling cpufeatures v0.2.2
   Compiling match_cfg v0.1.0
   Compiling regex-syntax v0.6.27
   Compiling adler v1.0.2
   Compiling encoding_rs v0.8.31
   Compiling itoa v0.4.8
   Compiling base64 v0.12.3
   Compiling openssl v0.10.33 (https://github.com/Gematik-Entwicklung/rust-openssl.git?rev=5e02c5f204e77c0421f18a6dee8352a088cc5e3f#5e02c5f2)
   Compiling mime v0.3.16
   Compiling base64 v0.13.0
   Compiling foreign-types-shared v0.1.1
   Compiling byteorder v1.4.3
   Compiling subtle v2.4.1
   Compiling language-tags v0.2.2
   Compiling try-lock v0.2.3
   Compiling httpdate v0.3.2
   Compiling unicode-width v0.1.9
   Compiling foreign-types-shared v0.3.1
   Compiling unicode-segmentation v1.9.0
   Compiling tower-service v0.3.2
   Compiling traitobject v0.1.0
   Compiling ansi_term v0.12.1
   Compiling strsim v0.8.0
   Compiling uuid v0.8.2
   Compiling vec_map v0.8.2
   Compiling arc-swap v0.4.8
   Compiling ipnet v2.5.0
   Compiling log-mdc v0.1.0
   Compiling openssl-probe v0.1.5
   Compiling glob v0.3.0
   Compiling instant v0.1.12
   Compiling num-traits v0.2.15
   Compiling lock_api v0.4.7
   Compiling indexmap v1.9.1
   Compiling num-integer v0.1.45
   Compiling generic-array v0.14.5
   Compiling standback v0.2.17
   Compiling time v0.2.27
   Compiling cookie v0.14.4
   Compiling unicase v2.6.0
   Compiling proc-macro-error-attr v1.0.4
   Compiling proc-macro-error v1.0.4
   Compiling tracing-core v0.1.28
   Compiling bytestring v0.1.5
   Compiling lock_api v0.3.4
   Compiling ring v0.16.20
   Compiling brotli-sys v0.3.2
   Compiling openssl-sys v0.9.61 (https://github.com/Gematik-Entwicklung/rust-openssl.git?rev=5e02c5f204e77c0421f18a6dee8352a088cc5e3f#5e02c5f2)
   Compiling libxml-sys v0.1.0 (/home/tobias/Gits/ref-eRp-FD-Server/libxml-sys)
   Compiling form_urlencoded v1.0.1
   Compiling tinyvec v1.6.0
   Compiling http v0.2.8
   Compiling lru-cache v0.1.2
   Compiling yaml-rust v0.4.5
   Compiling humantime v1.3.0
   Compiling miniz_oxide v0.5.3
   Compiling foreign-types v0.3.2
   Compiling fxhash v0.2.1
   Compiling textwrap v0.11.0
   Compiling unsafe-any v0.4.2
   Compiling heck v0.3.3
   Compiling unicode-normalization v0.1.21
   Compiling http-body v0.3.1
   Compiling typemap v0.3.3
   Compiling net2 v0.2.37
   Compiling iovec v0.1.4
   Compiling num_cpus v1.13.1
   Compiling signal-hook-registry v1.4.0
   Compiling time v0.1.44
   Compiling hostname v0.3.1
   Compiling socket2 v0.3.19
   Compiling atty v0.2.14
   Compiling parking_lot_core v0.7.2
   Compiling thread-id v3.3.0
   Compiling aho-corasick v0.7.18
   Compiling idna v0.2.3
   Compiling flate2 v1.0.24
   Compiling threadpool v1.8.1
   Compiling parking_lot v0.11.2
   Compiling rand_core v0.5.1
   Compiling resolv-conf v0.7.0
   Compiling clap v2.34.0
   Compiling parking_lot v0.10.2
   Compiling mime_guess v2.0.4
   Compiling ordered-float v1.1.1
   Compiling regex v1.6.0
   Compiling digest v0.9.0
   Compiling block-buffer v0.9.0
   Compiling crypto-mac v0.8.0
   Compiling url v2.2.2
   Compiling webpki v0.21.4
   Compiling sct v0.6.1
   Compiling rand_chacha v0.2.2
   Compiling brotli2 v0.3.2
   Compiling sha-1 v0.9.8
   Compiling sha2 v0.9.9
   Compiling hmac v0.8.1
   Compiling webpki-roots v0.20.0
   Compiling webpki-roots v0.21.1
   Compiling rand v0.7.3
   Compiling tokio-macros v0.2.6
   Compiling futures-macro v0.3.21
   Compiling thiserror-impl v1.0.31
   Compiling derive_more v0.99.17
   Compiling actix-macros v0.1.3
   Compiling pin-project-internal v1.0.11
   Compiling enum-as-inner v0.3.4
   Compiling time-macros-impl v0.1.2
   Compiling foreign-types-macros v0.2.2
   Compiling actix-web-codegen v0.4.0
   Compiling asn1_derive v0.4.2
   Compiling structopt-derive v0.4.18
   Compiling thiserror v1.0.31
   Compiling pin-project v0.4.30
   Compiling pin-project v1.0.11
   Compiling time-macros v0.1.1
   Compiling foreign-types v0.5.0
   Compiling libxml v0.1.0 (/home/tobias/Gits/ref-eRp-FD-Server/libxml)
   Compiling structopt v0.3.26
   Compiling xmlsec v0.1.0 (/home/tobias/Gits/ref-eRp-FD-Server/xmlsec)
   Compiling actix-service v1.0.6
   Compiling futures-executor v0.3.21
   Compiling futures v0.3.21
   Compiling chrono v0.4.19
   Compiling serde_urlencoded v0.7.1
   Compiling serde_yaml v0.8.25
   Compiling serde-value v0.6.0
   Compiling quick-xml v0.18.1
   Compiling mio v0.6.23
   Compiling actix-threadpool v0.3.3
   Compiling tracing v0.1.35
   Compiling rustls v0.18.1
   Compiling want v0.3.0
   Compiling actix-router v0.2.4
   Compiling resources v0.1.0 (/home/tobias/Gits/ref-eRp-FD-Server/resources)
   Compiling asn1 v0.4.1
   Compiling bdays v0.1.3
   Compiling jwt v0.10.0
   Compiling log4rs v0.11.0
   Compiling ref-erx-fd-server v0.1.0 (/home/tobias/Gits/ref-eRp-FD-Server/server)
   Compiling mio-uds v0.6.8
   Compiling tracing-futures v0.2.5
   Compiling miscellaneous v0.1.0 (/home/tobias/Gits/ref-eRp-FD-Server/miscellaneous)
   Compiling rustls-native-certs v0.4.0
   Compiling tokio v0.2.25
   Compiling proc-macros v0.1.0 (/home/tobias/Gits/ref-eRp-FD-Server/proc-macros)
   Compiling tokio-util v0.3.1
   Compiling actix-rt v1.1.1
   Compiling trust-dns-proto v0.19.7
   Compiling tokio-rustls v0.14.1
   Compiling actix-codec v0.3.0
   Compiling h2 v0.2.7
   Compiling actix-utils v2.0.0
   Compiling trust-dns-resolver v0.19.7
   Compiling actix-server v1.0.4
   Compiling actix-tls v2.0.0
   Compiling actix-connect v2.0.0
   Compiling actix-testing v1.0.1
   Compiling actix-http v2.2.0
   Compiling hyper v0.13.10
   Compiling awc v2.0.3
   Compiling actix-web v3.3.0 (https://github.com/Gematik-Entwicklung/actix-web.git?rev=393813870e0342f9f9fb6818db90c8f8b6767f84#39381387)
   Compiling hyper-rustls v0.21.0
   Compiling reqwest v0.10.10
   Compiling vau v0.1.0 (/home/tobias/Gits/ref-eRp-FD-Server/vau)
error: linking with `cc` failed: exit status: 1
  |
  = note: "cc" "-m64" "/tmp/rustcrfuOrM/symbols.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.133ysnl3vkqj1ny6.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.13h0dmnd2cblhw7a.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.13lyx1iyl36q7gm9.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.15iyt9fp1wg01w3v.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.16j3krytjxremvx5.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.16mzvpkd7b57sv93.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.172uihey6b4bt8pl.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.17egotrden9ctbb3.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.17n1knm98urlnfqe.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.189m4mt7wf6e2fun.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.18d7pk20f7w75n1s.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.194amegunat9n9wv.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1e7e3cqcm6tkt00f.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1edacazsqnlfefdz.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1era00e2ic9c1ge8.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1h5dj95gkvmme3e1.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1h7knce43b98p4le.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1hqoeq2o6pkvkvsl.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1k46mee7akv2jbrv.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1kg27sm4rftd7k85.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1kkg2z2bu3v8vig5.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1lizfpg4f3p2him0.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1lpsu1vbqpnprs6f.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1lw1oid6n1bekwxl.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1mayc3x2tt1jsym5.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1op4ghhxq59e3kc8.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1qb48xw6ofyss6bu.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1r9rh6t76xgtmy3e.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1rnt7zy37ex2dx6o.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1ro5m8x3hl0dlxx6.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1rqg8z8ojghhid0l.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1sosxgl56kvyn4z4.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1u94uxjxz57jdhnp.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1urexnnw684tab3e.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.1wzmyqn833rxcaev.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.20bonodm1ha4tha.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.20yxll1dlnncg8md.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.21i0i3zbzmn2k7bo.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.21kzizr0a6x7ovm3.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.22kj2lsnzwkirvjd.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.24bgf0m2dyj5b0dg.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.25h25aj15xt68mxz.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.26ya3sp4fe5xfvak.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2742s08yc6p2274d.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.28ba59wmmjn5pdh8.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.28nl0ztufwvcg46v.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2abs83kdb2u28v9g.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2dpfmhb4wx0v2xty.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2hlccyyffxt7ic57.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2igqom3ke5rermog.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2ih9yj5qe3fcqejr.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2jqtewxrsgmqae5s.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2kb4jd30ykqmk45j.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2m8xqz183nqux3tq.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2nitouzxpirjl9ng.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2or28yyfz17zhm5o.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2p2j7fjmsd7e94lu.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2qe4ynsqu17d4y7r.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2s1jpbnh6qivfpkt.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2u3hq6kqv3o6d50x.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2u4n4ly17k27skbd.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2ushcjn6oejbvive.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2v82v2e70uh11wj.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2vna95qc6j13ivsa.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2vq9f56h1dlvn14i.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2w7nhvapccesuqxp.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2wtgizw3zs56qeg7.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.2yzs3lktk2y8adb1.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.300292nrd9mcf5sp.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.315gkk64f9hjbojq.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.32xleqfv4gzxnzax.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.35o98sywilvhq5h4.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.37qsjwd03ic6z23r.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.38bbd8wke5w963on.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.38l0vv98447lec8a.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.39j5qxq8r5c99p77.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.39u3zo7u6sgynfbg.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.39wgvv7nw3zu94hc.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3a5pf8wcrzhc28e0.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3anr5ebqezuky18t.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3bg2qnhfnzy7pi3i.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3bz0ueyyqr00z54w.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3cn5gbvz08ms8oe6.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3d0y3dtklcdyncdr.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3dwh7b1ce71nd6ve.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3fa6xiel80xni5p4.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3gplvfnrzhhnyid6.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3hws4vfa0qr6tx1y.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3igkyfs28bv7fa5t.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3irzsejwtkr7v6la.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3lw87935whk697xv.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3nh4wqzy0r7gn4qw.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3nr7x6o7xy2icqvl.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3obxowwpimox5rrg.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3p2cghrmh3nptko5.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3qilpqf7cawzcy7u.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3qqm3onrlgsxoodz.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3s5k20z3khvvvj0m.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3ts3rnl6fkzhy7rf.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3u1nuiqkpvtao4cj.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3uxq19admqsi5800.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3wkae2d7thnm4dr1.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.3yd49sexutpuwhg2.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.400nlqik256a3c6k.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.401na0u4zmtmjxbo.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.403zkmaz7efzxkxu.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.418v5byclhuccwqu.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.41ek1ysrq5yys1zx.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.41frs91n2f081ubs.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.41g2ym7k24nevr2.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.41lke72kwyd1lyfa.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.43cmsvkqhw2rq97v.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.43vgdv4m8xsprrpk.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4535wpgs4fvomqki.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4710cb6lxxwvf515.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.48igbs9molg8sdxf.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.49bjtfdk98jtdxba.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4a1iyqjoieyv12hv.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4byiyshlb64p2isa.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4ca2h1ymvbbt09ug.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4fpgixgc6gj9zpsa.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4if7egt35v6dnbms.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4igr5mrg8u2bb2d1.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4lj6feezd6cyyif7.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4o9prb6l19x2trk3.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4or2pgp5ilm6l2wg.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4rwyfmznrklmiil7.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4ryecw4bgmreq73y.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4totzipu6aqquplg.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4viwhtlje0vn66yj.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4vno2zohm8yuud4m.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4vt1lmianpe0my73.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.4zg7sbjnlta40eiz.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.50r61uvsuik9ngy4.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.50v0dr58fthgxt0s.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.522aeylg6tr3xeqz.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.54o07ptjc8llmkjr.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.54oibt4hrqahy2t6.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.55c1csshwkb9o7o9.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.55m8dlge9jzagaov.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.58hk88xyh7bdajkx.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.5ddx9e13qwjx381b.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.5fhcku0soptn53yk.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.5foryjnik2123yxn.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.5g2nih1g1giipn02.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.5hdyngh9ecgosjo.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.5uvirmp660e6ynt.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.7hyxhujwxj35rkl.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.9aqqkd8axy6kc89.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.9fug69m2zok73gb.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.9wihdpzlpw37gp8.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.afzznl7z86x0itf.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.d5c2jwln1jfbnz9.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.d6h9vaxyaa6aus7.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.dhsreeds2rrutr.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.ftjml4edbfjpfl9.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.fun4n8vaamz1fbv.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.g6cxl3v11umrehb.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.gjzqpqqw7e9hcl3.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.gprrlgwqlj9xhte.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.grctnpbu4y7mjdq.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.hdf4zcjwyab2jpt.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.hl49t3dq145xdtq.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.i2ens0f576ylms7.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.idhir486jkg589e.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.iibddgi9wt3i0bw.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.ir97mt7w6alzgs6.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.jw21vtdezlvhmdh.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.lf4gfhjsfp36iuz.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.llnlfieau4b8he2.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.m0sd6x2q46u0plk.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.ngq8vs49o1bbghn.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.oz10s4lo7dflyyl.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.pcamz5a02to4w20.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.pj2ikxebmg173u6.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.yyfhs4aulxqib8m.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.z9rs4vpo46fe79d.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.zpo0i3n4rm8nq04.rcgu.o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0.26sl5vhlsko3dgnn.rcgu.o" "-Wl,--as-needed" "-L" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps" "-L" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/build/brotli-sys-d75f6bde1e787ec3/out" "-L" "/usr/lib/x86_64-linux-gnu/" "-L" "/usr/lib/x86_64-linux-gnu/" "-L" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/build/ring-8173291ff5a29e41/out" "-L" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libref_erx_fd_server-e08c5d0511cf820f.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libwebpki_roots-51c92e4d07846b20.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libbdays-c73ee21f4f485cb0.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/librustls_native_certs-84fa10240ad35c56.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libopenssl_probe-bcf562b6d0f17d99.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libglob-04ca65a0b44566d4.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libreqwest-b94ad0e122d0702f.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libhyper_rustls-614411f68eae2300.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libwebpki_roots-6e30e8cad28e18e8.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libipnet-f073b4f397119582.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtokio_rustls-30314c533cc8c275.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/librustls-bc5e12dd16f82b1d.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libsct-e5d377a2d74cb9b0.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libwebpki-9cd9c6e980571595.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libring-9bf82ee852b9ffb8.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libspin-6c3fd6efa2b98c68.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libuntrusted-777b7cf154ffb94b.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libmime_guess-7214426b7ed05a0e.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libunicase-84acfb74484027be.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libhyper-78981380560803ce.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libwant-48809c1e4e9a136a.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtry_lock-52f4c691b4b6670c.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libhttpdate-25b5223dcb7c6ef1.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtower_service-69f49ab4e21eb96f.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libhttp_body-8677034dacb10a85.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libquick_xml-936fab89af8df26d.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libresources-e10c58a115a187f8.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libuuid-5b415083a1bfe686.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libmiscellaneous-08f2fff3476fe8db.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libjwt-838c3a5056dc4a2a.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libsha2-bb49336c7bf393fe.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libhmac-1b0fe210df3eba5c.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libcrypto_mac-5e01be21bf8dcdcb.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libsubtle-167169b7bf616eab.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libbase64-497dd0f10b3cc307.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libasn1-c4a9f63c89d114f3.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libvau-9bbeab0edd9ce748.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libactix_web-bddb91c3502ec9ed.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libactix_tls-cb519ececed6c548.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libawc-fa8c150886e54242.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libactix_server-4ea018bc39f857be.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libsocket2-4fea3e345627345c.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libactix_router-f1e63dda50787467.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libbytestring-247f5f86c86bf576.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libactix_http-4949dd3409de8ded.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libbase64-d5fc11ae38654507.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libhttparse-8bb7304e7fc0e6ea.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libitoa-61f067705a8f332b.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libsha1-e3dea4da9494fd00.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libopaque_debug-851de9e121af3001.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libcpufeatures-d48945ba3fac4352.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libblock_buffer-5967b32578f134aa.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libdigest-2324b21b74a662f3.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libgeneric_array-e38a89728b1d7355.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtypenum-a91d779620c3a155.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libserde_urlencoded-4e5af8f562b7625f.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libcookie-a738c511aa2b7211.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libencoding_rs-7744ecbe04ff3284.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libregex-87c7bcfc69d2e495.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libaho_corasick-ab3d183a1838f536.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libregex_syntax-8862a0f2c91230da.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libmime-03b4ecc1a23455c7.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libbrotli2-800b95270a51218a.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libbrotli_sys-ce9d253baf779f95.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtime-ec8b0f30e152712b.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtime_macros-46dad5c1df300407.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libstandback-4186dd003a9d814d.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libfxhash-183fc27da284e399.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libbyteorder-9843e4d331d3c374.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libactix_utils-5896ea3ea113e9cf.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libactix_connect-d381a09f51a65461.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtrust_dns_resolver-49fff208f2822d63.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libresolv_conf-0edaf8083f4c1270.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libhostname-b8c529f37a63bdc2.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libmatch_cfg-227d4bed8c088e03.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtrust_dns_proto-b38a8d1b095c5785.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/librand-8460577d585ea68f.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/librand_chacha-ccd025d09575f380.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libppv_lite86-9ecff46335884f3f.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/librand_core-8a8e206716e2f8e1.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libgetrandom-a20599b3603fa63c.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/liblru_cache-e9158a7f30470895.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libactix_rt-47b1d83d74297c1e.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libactix_threadpool-9252e8414161b5b9.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libthreadpool-901064461bba944c.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libparking_lot-fdb41e2d840d51a5.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libparking_lot_core-0f4a0d21c2e096e3.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/liblock_api-792681263a4604dd.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libinstant-40b4b8b7d41cac3a.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libcopyless-be285b8029cc67bc.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libeither-4a4d0015453fc028.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libh2-a8e520f48fa5e196.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtracing_futures-bbf40dc9e2a18135.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtracing-6127ebbceabece71.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtracing_core-86af7f300476dc84.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libhttp-b09dbc197af8298d.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libbytes-706395179f7ccc91.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libactix_service-651a7de1b664f2d8.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libpin_project-771f2334964924d6.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libactix_codec-44d7c8dc90bef4d4.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtokio_util-7d97d3e2ccb937bb.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libpin_project-c9bb4558964c27be.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libthiserror-b6be9e78c3aaf63b.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/liblog4rs-253113b2180cf423.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libserde_yaml-e95c80e365649817.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libindexmap-dcc79a4838c774a4.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libhashbrown-6bfee6f76e11f03a.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libyaml_rust-5622ea0356f8fad1.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/liblinked_hash_map-536f3e6e2317eef5.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libhumantime-0c4b3efda11736eb.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libquick_error-55667ff4581b2c01.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/liblog_mdc-585bf54cab548930.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libserde_json-38fcaa808b2d90de.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libryu-3af2e174192d1dbf.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libitoa-d5a45f36d2efbaa4.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libthread_id-39667eee2939665d.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtypemap-8cec4445203f8de9.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libunsafe_any-7a1b6cdebcfc32a8.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtraitobject-2dc5a717e6598c5c.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libchrono-1a17da31f310e04b.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libnum_integer-b72a1dd1badc0221.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtime-707643b723c20fd6.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libflate2-b0dee70033584119.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libminiz_oxide-441796fafb1da57e.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libadler-0fde365a4d87e943.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libcrc32fast-3b334f1edf46e000.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libparking_lot-d959c129524a26ff.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libparking_lot_core-f257b900360b5041.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libsmallvec-1577765a48a0307f.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/liblock_api-901083ca4ee9d4cd.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libscopeguard-a8751fe16e8ac7c3.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libserde_value-965d31ca9950eb5b.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libordered_float-381a467fb30bec38.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libnum_traits-43af29e3a709e164.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libarc_swap-d55e87b04bc4227f.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/liblanguage_tags-2d2f6087e8bf6d4b.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/liburl-4da9b9f22f6ccc7d.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libidna-5aaa37b9f22c01bc.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libunicode_normalization-054addaa9cf51118.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtinyvec-f748b0d007e6f5ec.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtinyvec_macros-8d5d3a6135e2e0a6.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libunicode_bidi-cb10f3ad15255695.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libform_urlencoded-85b8c67d9f38e8f9.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libpercent_encoding-5d3cf08126233219.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libmatches-ca23c42005926bc5.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtokio-60fcad3565727c7f.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libsignal_hook_registry-1c99cbf7c290374f.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libnum_cpus-13cc24abaf45007f.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libfnv-43ef4200c552d273.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libmio_uds-3bc0babff277fb7d.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libmio-cb0d40c2d19396cd.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libiovec-7be3835c5121c4da.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libnet2-bd0592a047105e57.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libcfg_if-cc9d86601bea178e.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libbytes-0d8983938367d17a.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libpin_project_lite-ca25111053d9da13.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libstructopt-a680292ff83c240d.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/liblazy_static-e24fcf15b5cab9c8.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libclap-0b8788a2daa756c1.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libvec_map-72bb3154cb7c8ae8.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libtextwrap-7135b38cefdeda6b.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libunicode_width-536174c2d8508e8e.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libstrsim-c921444dfc01a678.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libatty-8cefed76a2ead9b4.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libansi_term-37947e3c9d10903e.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libopenssl-c369ee3e07d50411.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libonce_cell-207ecd2e0a25a01a.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libbitflags-9324b2d55c0f6b80.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libforeign_types-4b96c66d27323f1e.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libforeign_types_shared-4184f7174f7ea2ee.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libopenssl_sys-64fe9dda9f939a99.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/liblibc-71e050290436a4db.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/liblog-ce12e5f296902316.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libserde-b2afe7111f93458f.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libcfg_if-904ac7e0155b8ce8.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libfutures-41376547c370a655.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libfutures_executor-7331881a08881d56.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libfutures_util-ae606bac85922097.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libmemchr-eebfddeb4aba3e53.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libfutures_io-1579ec41daf3ce61.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libslab-05b833cc21705e34.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libfutures_channel-c7b78ed5049e8cb4.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libpin_project_lite-bc0a06a266f87279.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libfutures_sink-590cc2c09dc9a706.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libfutures_task-4adaf3890a0eb626.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libpin_utils-b31350adeaace291.rlib" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libfutures_core-e0348fd6b50c6745.rlib" "-Wl,--start-group" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7ca39ac42651c3df.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-62c6d032818141a1.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-50484fc03eb1eb5b.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-758be083b246d9c6.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-3cdf9a3c68f76e2d.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-3a1b74821c25a0e1.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e046d82ebd84bb7f.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a61cdd33cfa8394f.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-410c38f8df854235.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f79d7458e122215f.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-7d24b750ce5b22e8.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4c2aa1ea3133ab73.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-41220dc85a7f114f.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-230d004276c898f9.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-03ae30169a5438be.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f82c44b7818af35.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1a0b7681f7efa789.rlib" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-83735dd4dae9b02c.rlib" "-Wl,--end-group" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-385029872275478f.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/home/tobias/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/ref_erx_fd_server-03905932a301e7b0" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs"
  = note: /usr/bin/ld: /home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libjwt-838c3a5056dc4a2a.rlib(jwt-838c3a5056dc4a2a.jwt.2b950936-cgu.13.rcgu.o): in function `openssl::pkey::PKeyRef<T>::id':
          /home/tobias/.cargo/git/checkouts/rust-openssl-b91f1b0e26c396e7/5e02c5f/openssl/src/pkey.rs:198: undefined reference to `EVP_PKEY_id'
          /usr/bin/ld: /home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libopenssl-c369ee3e07d50411.rlib(openssl-c369ee3e07d50411.openssl.e3e7d10e-cgu.11.rcgu.o): in function `openssl::symm::Cipher::iv_len':
          /home/tobias/.cargo/git/checkouts/rust-openssl-b91f1b0e26c396e7/5e02c5f/openssl/src/symm.rs:318: undefined reference to `EVP_CIPHER_iv_length'
          /usr/bin/ld: /home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libopenssl-c369ee3e07d50411.rlib(openssl-c369ee3e07d50411.openssl.e3e7d10e-cgu.11.rcgu.o): in function `openssl::symm::Cipher::block_size':
          /home/tobias/.cargo/git/checkouts/rust-openssl-b91f1b0e26c396e7/5e02c5f/openssl/src/symm.rs:334: undefined reference to `EVP_CIPHER_block_size'
          /usr/bin/ld: /home/tobias/Gits/ref-eRp-FD-Server/target/debug/deps/libopenssl-c369ee3e07d50411.rlib(openssl-c369ee3e07d50411.openssl.e3e7d10e-cgu.9.rcgu.o): in function `openssl::pkey::PKeyRef<T>::id':
          /home/tobias/.cargo/git/checkouts/rust-openssl-b91f1b0e26c396e7/5e02c5f/openssl/src/pkey.rs:198: undefined reference to `EVP_PKEY_id'
          collect2: error: ld returned 1 exit status

  = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
  = note: use the `-l` flag to specify native libraries to link
  = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname)

error: could not compile `ref-erx-fd-server` due to previous error
Degerada commented 2 years ago

The libssl package in the Ubuntu 22.04 repo is too new for building this relatively dated project. The easiest way is to download older libssl versions from the Ubuntu archive:

wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2_amd64.deb wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb

and install both of them via sudo dpkg -i libssl-dev_1.1.1f-1ubuntu2_amd64.deb sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb

Run cargo clean to clean the project directory from half-finished compiles and then you'll be able to successfully build it on Ubuntu 22.04.

Keep in mind that Ubuntu will try to upgrade libssl-dev from 1.1 to 3.0 whenever you want to update your system. In order to avoid this you can tell apt to hold libssl-dev at the current version: sudo apt-mark hold libssl-dev

tobias-mierzwa commented 2 years ago

Thank you! It's building without errors.