I am having a bit of a problem. I have downloaded the btnx and the btnx-config files. I want to install them because I want complete access to my Logitech MX Revolution mouse.
I read that I had to install the btnx-config file first so that is what I tried. When I opened a shell and went to where I had stored the package, I opened the INSTALL text file and followed the instructions. The first was type in ./configure. I did and got the following:
silkmaze@linux-lz1z:~/My-Stuff/Applications/Software/BTNX/btnx-config-0.4.9> ./configure
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking for style of include used by make… GNU
checking dependency style of gcc… gcc3
checking whether make sets $(MAKE)… (cached) yes
checking for scrollkeeper-config… no
checking for gksu… no
checking for kdesu… kdesu
checking for tar… /bin/tar
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for GTK… yes
checking for GLIB… yes
checking for GLADE… configure: error: Package requirements (libglade-2.0 >= 2.6.0) were not met:No package ‘libglade-2.0’ 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 GLADE_CFLAGS
and GLADE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.silkmaze@linux-lz1z:~/My-Stuff/Applications/Software/BTNX/btnx-config-0.4.9>
I thought that the libglade-2.0 error might be because I hadn’t carried out the command as su, so I logged in as su and carried out the command again, with the same results.
I checked and found that the libglade-2.0 was installed.
I wanted to see what would happen with the btnx ./configure and got the following:
silkmaze@linux-lz1z:~/My-Stuff/Applications/Software/BTNX/btnx-0.4.11> ./configure
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking for style of include used by make… GNU
checking dependency style of gcc… gcc3
checking whether make sets $(MAKE)… (cached) yes
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for LIBDAEMON… configure: error: Package requirements (libdaemon >= 0.10) were not met:No package ‘libdaemon’ 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 LIBDAEMON_CFLAGS
and LIBDAEMON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.silkmaze@linux-lz1z:~/My-Stuff/Applications/Software/BTNX/btnx-0.4.11>
Once again I checked and the libdaemon was installed.
I am not sure how to set the flags mentioned at the end of the two error messages. If someone could help, that would be greatly appreciated.
Thanks.