Closed ghost closed 8 years ago
Install libgcrypt-dev or equivalent.
ok i got a little bit further. after that i had to install libperl-dev and libgtk2.0-dev
bitlbee is installed through apt-get and running
now i got this error:
configure: WARNING:
* The config script /usr/bin/libgcrypt-config was * built for x86_64-pc-linux-gnu and thus may not match the * used host x86_64-unknown-linux-gnu. * You may want to use the configure option --with-libgcrypt-prefix *\ to specify a matching config script.
checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for BITLBEE... no configure: error: Package requirements (bitlbee >= 3.4) were not met:
No package 'bitlbee' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables BITLBEE_CFLAGS and BITLBEE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
Install bitlbee-dev
sort of worked. just can't add it in bitlbee. already restarted it.
Just a note, might be wise to add these requirements in the readme. would have saved both of us some time :P
configure: WARNING:
* The config script /usr/bin/libgcrypt-config was * built for x86_64-pc-linux-gnu and thus may not match the * used host x86_64-unknown-linux-gnu. * You may want to use the configure option --with-libgcrypt-prefix *\ to specify a matching config script.
checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for BITLBEE... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating steam/Makefile config.status: executing depfiles commands config.status: executing libtool commands root@vultr:~/bitlbee-steam# make Making all in steam make[1]: Entering directory '/root/bitlbee-steam/steam' CC steam_la-steam.lo CC steam_la-steam-api.lo CC steam_la-steam-crypt.lo CC steam_la-steam-http.lo CC steam_la-steam-json.lo CC steam_la-steam-user.lo CC steam_la-steam-util.lo CCLD steam.la make[1]: Leaving directory '/root/bitlbee-steam/steam' make[1]: Entering directory '/root/bitlbee-steam' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/root/bitlbee-steam' root@vultr:~/bitlbee-steam# make install Making install in steam make[1]: Entering directory '/root/bitlbee-steam/steam' make[2]: Entering directory '/root/bitlbee-steam/steam' /bin/mkdir -p '/usr/lib/bitlbee/' /bin/bash ../libtool --mode=install /usr/bin/install -c steam.la '/usr/lib/bitlbee/' libtool: install: /usr/bin/install -c .libs/steam.so /usr/lib/bitlbee/steam.so libtool: install: /usr/bin/install -c .libs/steam.lai /usr/lib/bitlbee/steam.la libtool: install: warning: remember to run `libtool --finish /usr/lib/bitlbee/' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/root/bitlbee-steam/steam' make[1]: Leaving directory '/root/bitlbee-steam/steam' make[1]: Entering directory '/root/bitlbee-steam' make[2]: Entering directory '/root/bitlbee-steam' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/root/bitlbee-steam' make[1]: Leaving directory '/root/bitlbee-steam'
What distro?
Ubuntu Server 15.10
Use the repository: https://jgeboski.github.io/
Also, make sure you restart bitlbee and that Protocols
in bitlbee.conf
is commented out or includes steam
.
And reconnect to bitlbee.
Reconnecting to bitlbee is implied when you restart it.
@poserman any update on this issue?
Reconnecting to bitlbee is implied when you restart it.
You can restart bitlbee without disconnecting clients:
$ ps -fCbitlbee
bitlbee 17968 1 0 15:05 ? 00:00:00 /usr/sbin/bitlbee -p 6667 -P /var/run/bitlbee.pid -F
bitlbee 18349 17968 0 15:05 ? 00:00:03 /usr/sbin/bitlbee -p 6667 -P /var/run/bitlbee.pid -F
$ sudo systemctl restart bitlbee
$ ps -fCbitlbee
bitlbee 18349 1 0 15:05 ? 00:00:03 /usr/sbin/bitlbee -p 6667 -P /var/run/bitlbee.pid -F
bitlbee 23522 1 0 20:33 ? 00:00:00 /usr/sbin/bitlbee -p 6667 -P /var/run/bitlbee.pid -F
Closing this issue due to lack of reply.
I installed the dh-autoreconf package but it won't build.