i got this problem

.::Gsmdenis::.

Verified User
Joined
Jun 15, 2007
Messages
102
i got this problem ,after /sbin/service httpd restart


HTML:
[root@host customapache]# /sbin/service httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 15 of /etc/httpd/conf/extra/httpd-dav.conf:
Invalid command 'DavLockDB', perhaps mis-spelled or defined by a module not included in the server configuration
[FAILED]
 
yes , after rebuilt PHP5.23, got follow error:

ext/iconv/.libs/iconv.o:/usr/local/directadmin/customapache/php-5.2.3/ext/iconv/iconv.c:1286: more undefined references to `libiconv' follow
ext/iconv/.libs/iconv.o: In function `php_iconv_stream_filter_ctor':
/usr/local/directadmin/customapache/php-5.2.3/ext/iconv/iconv.c:2426: undefined reference to `libiconv_open'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

i do this way :

cd /usr/local/directadmin/customapache
perl -pi -e 's#--with-iconv#--with-iconv=/usr/local#' configure.php_ap2
./build php_ap2 n

but same , any help thanks!

BR.,
 
follow is my step also my problem:

install php5.2.3

1. cd /usr/local/directadmin/custombuild
2. nano configure/ap2/configure.php5 and nano configure/ap2/configure.php4
3.--with-iconv=/usr/local to configure/ap2/configure.php4 and configure/ap2/configure.php5

4.cd /usr/local/directadmin/customapache

5. perl -pi -e 's#--with-iconv#--with-iconv=/usr/local#' configure.php_ap2
./build php_ap2 n

finaly i got:

ext/iconv/.libs/iconv.o: In function `php_iconv_stream_filter_ctor':
/usr/local/directadmin/customapache/php-5.2.3/ext/iconv/iconv.c:2426: undefined reference to `libiconv_open'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

BR.,

Denis
 
Back
Top