Blog Posts on compile




Percent:
 
Distinct:
 


xml2-config not found by Nelson's Blog on Mar 14, 2012I'm compiling php 5.3.10 when I got this error.checking whether to enable LIBXML support... yeschecking libxml2 install dir... nochecking for xml2-config path...configure: error: xml2-config not found. Please check your libxml2 installation.To resolv...



Cannot find ldap.h by Nelson's Blog on Mar 14, 2012I'm compiling php with ldap support but I encountered an error.checking for ANSI C header files... (cached) yeschecking for LDAP support... yeschecking for LDAP Cyrus SASL support... noconfigure: error: Cannot find ldap.hTo resolve, install package o...



libssl not found when compiling dovecot by Nelson's Blog on Jan 30, 2012I'm compiling dovecot with ssl support when I got an error. The error:Checking for SSL_read in -lssl... noconfigure: error: Can't build with OpenSSL: libssl not foundI've installed openssl via source and my dovecot is also source. To resolve, you nee...



BerkeleyDB not available when compiling openldap by Nelson's Blog on Dec 28, 2011I'm compiling openldap when suddenly compiling stops checking db.h usability... nochecking db.h presence... nochecking for db.h... noconfigure: error: BDB/HDB: BerkeleyDB not availableTo resolve, you need to install db-5. If you still encounter the i...



No library found for -ldb by Nelson's Blog on Sep 12, 2011I'm currently installing DB_File from cpan wheere I've downlaoded it for my ASSP in CentOS 5.6. Encountered an error while compiling it[root@server DB_File-1.824]# perl Makefile.PLParsing config.in...Looks Good.Checking if your kit is complete...Look...



ICU headers and libraries not found by Nelson's Blog on Sep 1, 2011Encounter the ff when compiling php5checking for location of ICU headers and libraries... not found configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works. Installing libicu and lib...



cannot find -lltdl by Nelson's Blog on Sep 1, 2011Error after doing make in php5/usr/bin/ld: cannot find -lltdl collect2: ld returned 1 exit status install libtool-ltdl-devel to fix.



no recognized SSL/TLS toolkit detected by Nelson's Blog on Sep 1, 2011Encounter the ff error when installing apache2 with openssl supportno SSL-C headers found configure error:...no recognized SSL/TLS toolkit detected Installing openssl-devel fix the problem. Though I'm using openssl from source and not rpm.



OPENSSL_cpuid_setup on compiling perl module Net-SSLeay by Nelson's Blog on Jul 14, 2011I'm having a trouble compiling Net-SSLeay. Got an error when doing makerm -f blib/arch/auto/Net/SSLeay/SSLeay.soLD_RUN_PATH="/usr/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector SSLeay.o -o blib/arch/auto/Net/SSLeay/SSLeay.so \...



Cannot find libmysqlclient under /usr when compiling php by Nelson's Blog on Jul 10, 2011I'm compiling php via source under a 64bit CentOS 5.6. Encountered the ff while compiling:checking for working const... yeschecking whether time.h and sys/time.h may both be included... yeschecking for working alloca.h... (cached) yeschecking for all...