Cant install OpenAL on Linux - linux

Im trying to install LÖVE2D v0.10.2 on my CentOS7 VM. But when I run ./configure
and it just sais "configure: error: LÖVE needs "OpenAL", please install "OpenAL" with development files and try again". I look with yum search openal
for something to install, but there are a no found match, anthough there should be one.
How can I get rid of that error?

Related

how to install unixodbc on linux

I am trying to install unixodbc on linux (clean install of ubuntu 20), but the directions here are not working for me. When I get the step to ./configure , I get an error saying "configure: error: odbc_config not found (required for unixODBC build)".
Given that this is a popular package and the instructions on the main website don't work, I'm wondering if someone in that community could help me install it?
I tried installing it directly from a .deb file which appeared to work with 0 exit status, but I am still getting an error when I try to run odbc_config, which is how they say to verify the installation. And which unixodbc returns nothing.
Any help installing this package on linux would be greatly appreciated!
Note: On mac, brew install unixodbc works just fine. But I am running into problems when using the compiled binaries from that installation on a linux machine -- it is giving me a mysterious file not found error when I try to reference it, even though it is there, so I believe I need to compile it on linux in order to get it to work.
EDIT: I tried installing from source, but then I got a different error: libpq library version = 9.2 is required. Is there any way to install this package on ubuntu without having to set all kinds of special flags?
EDIT2: I was able to get the installation process to complete after installing libpq-dev.

How to install Puppet Enterprise in Redhat?

I am installing Puppet Enterprise in Master(redhat) and I have followed the below steps. Let me know how to solve this
while Executing below command
yum -y install puppet-enterprise-installer
Getting Error like below
No match for argument: puppet-enterprise-installer
Error: Unable to find a match: puppet-enterprise-installer
The problems is that puppet-enterprise-installer isn't installed using yum.
You need to follow the instructions on https://puppet.com/docs/pe/latest/install_pe_getting_started.html, download the installation tarball, untar it and run puppet-entreprise-installer from there.

oprofile binary build error - (liberty library not found)

After download the oprofile source code on my host ( Ubuntu 15.04 ),
for some reasons, I need to build the binary my own.
I enter the following command to build the binary
./configure && make && make install
And got the error message
configure: error: liberty library not found
By searching around the fix to this error, I found a package needs to be installed.
sudo apt-get install binutils-dev
However, the same error still appears even thought the package has been installed successfully.
Is there anything I can check with?
Thanks
Just found the answer.
Please follow the link:
Configuration error: Iberty library not found
This answers my question.

Configure: error: missing libstdc++ // UBUNTU UCK

Right now I am running Ubuntu 14.04 in VMware trying to make a Live CD with a tool called UCK. I am in the process where I can customize and add my own packages and tools to my live CD. I want to install and setup Autopsy so I began with the process of downloading both Sleuthkit and Autopsy. While trying to install those I have been told I have first have to use ./configure according to this guide: https://shankaraman.wordpress.com/2012/11/16/how-to-install-autopsy-and-sleuthkit-in-ubuntu/
and I got the following error: 'Configure: error: missing libstdc++'
Does anyone know how to fix this? I haven't found a solution on the internet yet.
Fixed it by running: sudo apt-get install build-essential -_-.

Trying to build rdiff-backup, getting error "/usr/bin/ld: cannot find -lrsync"

I am trying to build the latest version of rdiff-backup on a CentOS 6 x64 box. (linode).
I am getting the error as follows:
/usr/bin/ld: cannot find -lrsync
I have searched for a rsync.so file with no results.
I have rsync already installed. I can't find an rsync-devel package to install with Yum using the standard repositories.
Any clues?
Thanks!
You need to install librsync:
yum install librsync-devel

Resources