Dahdi On v1.5

sircolin

Renowned Member
Nov 12, 2009
78
0
71
UK
could someone running Proxmox 1.4 or 1.5 please tell me if these packages are availble in Proxmox 1.4 or 1.5
Code:
build-essential make libncurses5-dev libcurl3-dev libiksemel-dev pve-headers
I wish to compile dahdi But im running 1.3 atm, i don't want to upgrade if these are not present.

Col
 
could someone running Proxmox 1.4 or 1.5 please tell me if these packages are availble in Proxmox 1.4 or 1.5
Code:
build-essential make libncurses5-dev libcurl3-dev libiksemel-dev pve-headers
I wish to compile dahdi But im running 1.3 atm, i don't want to upgrade if these are not present.

Col

packages are there, only the pve-headers are replace by:

pve-headers-2.6.18-1-pve for 2.6.18 Kernel. (and similiar for 2.6.24 or 2.6.32).
 
ok i upgraded my the machine to 2.6.24-7-pve

then ran
Code:
apt-get -y install build-essential make libncurses5-dev libcurl3-dev libiksemel-dev pve-headers-2.6.24-10-pve
Now im getting this error
Code:
Setting up pve-headers-2.6.24-10-pve (2.6.24-21) ...
ln: creating symbolic link `/lib/modules/2.6.24-10-pve/build': No such file or directory
dpkg: error processing pve-headers-2.6.24-10-pve (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 pve-headers-2.6.24-10-pve
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any idea's
 
If you install the latest headers, you als need the latest availbale kernel

pve-kernel-2.6.24-10-pve_2.6.24-21_amd64.deb
 
I just installed 1.5 with 2.6.18-2 and libiksemel-dev won't install

shows:
E: Couldn't find package libiksemel-dev

 
just try:

Code:
aptitude update && aptitude install libiksemel-dev
 
Thanks Tom,
I did that and got this
Couldn't find any package whose name or description matched "libiksemel-dev"
Couldn't find any package whose name or description matched "libiksemel-dev"
No packages will be installed, upgraded, or removed.
This is my kernel
Code:
uname -a
Linux 2.6.18-2-pve #1 SMP Mon Feb 1 10:45:26 CET 2010 x86_64 GNU/Linux
 
pls post the output of the following command:

Code:
aptitude update
 
# aptitude update
Hit http://ftp.us.debian.org lenny Release.gpg
Hit http://ftp.us.debian.org lenny Release
Hit http://security.debian.org lenny/updates Release.gpg
Hit http://security.debian.org lenny/updates Release
Ign http://security.debian.org lenny/updates/main Packages/DiffIndex
Ign http://security.debian.org lenny/updates/contrib Packages/DiffIndex
Ign http://ftp.us.debian.org lenny/main Packages/DiffIndex
Hit http://security.debian.org lenny/updates/main Packages
Hit http://download.proxmox.com lenny Release.gpg
Hit http://security.debian.org lenny/updates/contrib Packages
Ign http://ftp.us.debian.org lenny/contrib Packages/DiffIndex
Hit http://ftp.us.debian.org lenny/main Packages
Hit http://download.proxmox.com lenny Release
Hit http://ftp.us.debian.org lenny/contrib Packages
Ign http://download.proxmox.com lenny/pve Packages/DiffIndex
Ign http://download.proxmox.com lenny/pve Packages
Hit http://download.proxmox.com lenny/pve Packages
Reading package lists... Done