In utilizing the following from the nerdvittles article to get conf running on 64 bit with Proxmox host:
Installing DAHDI on the Proxmox Server. At the outset, we want to express our deep appreciation to Joe Roper, one of the founders of the PBX in a Flash project, for his work in putting together a simple script to install and activate DAHDI on the Proxmox server. In addition, the script spawns another script which makes it easy to activate DAHDI for any PIAF 64-bit virtual machines desired. For our European friends that ever have the need for an Asterisk consultant, you can do no better than Joe Roper. Thanks, Joe!
To begin, log into your Proxmox server as root and issue the following commands:
cd /root
wget http://tr.im/dahdi
apt-get -y update
apt-get -y install zip
unzip install-dahdi.zip
rm install-dahdi.zip
chmod +x install-dahdi.sh
./install-dahdi.sh
After completing the above, it appears everything went ok up until here.
The following package could not be found:
make[2]: Entering directory `/usr/src/dahdi-linux-complete/tools/menuselect'
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
make[2]: Leaving directory `/usr/src/dahdi-linux-complete/tools/menuselect'
I'm assuming this is why conferencing is not working , since the package did not install. I searched for the package to know avail. Any suggestions????
Thanks in advance!!
Installing DAHDI on the Proxmox Server. At the outset, we want to express our deep appreciation to Joe Roper, one of the founders of the PBX in a Flash project, for his work in putting together a simple script to install and activate DAHDI on the Proxmox server. In addition, the script spawns another script which makes it easy to activate DAHDI for any PIAF 64-bit virtual machines desired. For our European friends that ever have the need for an Asterisk consultant, you can do no better than Joe Roper. Thanks, Joe!
To begin, log into your Proxmox server as root and issue the following commands:
cd /root
wget http://tr.im/dahdi
apt-get -y update
apt-get -y install zip
unzip install-dahdi.zip
rm install-dahdi.zip
chmod +x install-dahdi.sh
./install-dahdi.sh
After completing the above, it appears everything went ok up until here.
The following package could not be found:
make[2]: Entering directory `/usr/src/dahdi-linux-complete/tools/menuselect'
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
make[2]: Leaving directory `/usr/src/dahdi-linux-complete/tools/menuselect'
I'm assuming this is why conferencing is not working , since the package did not install. I searched for the package to know avail. Any suggestions????
Thanks in advance!!