Hi Stuart,
I'm trying to port asterisk-1.4.21.1 to asterisk-1.6.2.0. build failed
for libxml2 package , However after including libxml2 in the ltib
package list , asterisk build failed again for xmldoc.
I'm wondering if ltib (8.1.2) package needs libxml2-dev package to solve
this problem, for some reason ltib package list does not have
ltibxml2-dev development package to include.
asterisk build steps followed through ltib
1. ./ltib -p asterisk -m prep
2. ./ltib -p asterisk -m scbuild
ltib asterisk build gave following error
---------------------
checking for xml2-config... xml2-config
configure: *** XML documentation will not be available because the
'libxml2' development package is missing.
configure: *** Please run the 'configure' script with the
'--disable-xmldoc' parameter option
configure: *** or install the 'libxml2' development package.
----------------------
from the asterisk-1.6.2.0 directory ran the configure script with
disable xmldoc
3. ./configure --disable-xmldoc
4. again build the asterisk through ltib
./ltib -p asterisk -m scbuild
build throws same above error.
Infact building asterisk with make utility (make all) the asterisk build
is successful , the error occurs only if tried to build asterisk throght
ltib build.
any help would be appreciated.
Thank You
Nirmala
_______________________________________________
LTIB home page: http://ltib.org
Ltib mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/ltib