2 Jan 2022 |
TheFrenchGhosty | In reply to @samantazfox:pussthecat.org
it uses RHEL's xD so? | 22:38:12 |
TheFrenchGhosty | they use RHEL, but it's not RHEL | 22:38:38 |
zehka | In reply to @thefrenchghosty:pussthecat.org https://almalinux.pkgs.org/8/almalinux-baseos-x86_64/libyaml-0.1.7-5.el8.x86_64.rpm.html Oh, but that's libyaml and not libyaml-devel | 22:39:30 |
TheFrenchGhosty | In reply to @zehka:matrix.flokinet.is Oh, but that's libyaml and not libyaml-devel it's different? | 22:39:42 |
TheFrenchGhosty | -devel is the develoment lib? | 22:39:53 |
Samantaz Fox | yep | 22:40:14 |
zehka | When i tried building with libyaml it failed and told me to install libyaml-dev. After i installed libyaml-devel it worked | 22:40:23 |
TheFrenchGhosty | In reply to @zehka:matrix.flokinet.is When i tried building with libyaml it failed and told me to install libyaml-dev. After i installed libyaml-devel it worked ah ok | 22:40:30 |
TheFrenchGhosty | it's a pretty cool way to do things | 22:40:40 |
zehka | I'm now doing a release build with DISABLE_LSQUIC=1 and see if that shows some signs of live | 22:41:05 |
Samantaz Fox | lib<stuff> is always the compiled binaries (.so) with ressources, and -dev (or -devel ) are the headers used to compile against said lib | 22:41:32 |
Samantaz Fox | some distros also have separate -dbg for debug symbols. | 22:41:53 |
Samantaz Fox | zehka sorry if it takes quite some time, I'm not familiar at all with ArmaLinux (and RH distros in general) | 22:48:06 |
Samantaz Fox | so I'm still at the "install deps" step xD | 22:48:20 |
zehka | No worries :D
If you need some hints i already figured my way through that in the last few days :D | 22:48:52 |
Samantaz Fox | haha ^^ | 22:49:07 |
Samantaz Fox | TheFrenchGhosty HAAAAAAA, the VPS doesn't have enough RAM! | 22:50:33 |
TheFrenchGhosty | In reply to @samantazfox:pussthecat.org
TheFrenchGhosty HAAAAAAA, the VPS doesn't have enough RAM! swap? | 22:50:43 |
Samantaz Fox | yeah ;_; | 22:50:54 |
zehka | What costed me quite some time was that the installer script tries to control postgres through a systemd service called postgresql but it needs to be postgresql-VERSION to work | 22:51:20 |
Samantaz Fox | Ah, for that you've to complain to tmiland :P | 22:51:59 |
Samantaz Fox | he's behind the install script | 22:52:13 |
zehka | I can't complain because i needed to mess with the script in order for it to run on almalinux at all :D | 22:52:30 |
Samantaz Fox | It's a separate project) | 22:52:35 |
zehka | Hm, my newly compiled binary doesn't work either | 23:00:30 |
Samantaz Fox | su: user postgres does not exist | 23:07:29 |
Samantaz Fox | zehka Arma doesn't come with a postgres user? | 23:07:52 |
Samantaz Fox | (postgresql is installed) | 23:08:05 |
zehka | Hm, maybe you installed the wrong postgres :D | 23:08:38 |
zehka | I used this repo: sudo dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm | 23:09:52 |