Hi all I have a problem i cant solve . I'm trying to install apache( 2.2.4 ) , php (5.2.5 ) and mysql (5.1.22 ) in a chroot jail. Actually I have installed all of them in a chroot jail and also I can run my php application succesfully . But I can't see character set ( it must be iso-8859-9 , turkish ) correctly . apache is under /apache and mysqld is under /mysqld .
below is my php configuration options : ./configure --prefix=/php --with-apxs2=/apache/bin/apxs --with-config-file-path=/php/etc --with-mysql=/mysqld --enable-inline-optimization --disable-debug --enable-bcmath --enable-calendar --enable-ctype --enable-dbase --enable-discard-path --enable-exif --enable-filepro --enable-force-cgi-redirect --enable-ftp --enable-gd-imgstrttf --enable-gd-native-ttf --with-ttf --enable-magic-quotes --enable-memory-limit --enable-shmop --enable-sigchild --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-trans-sid --enable-wddx --enable-yp --with-ftp --with-jpeg-dir=/usr/lib --with-png-dir=/usr/include --with-freetype-dir=/usr/lib --without-xpm --with-zlib=yes --with-zlib-dir=/usr/lib --with-expat-dir=/usr/lib --enable-xslt --with-xsl=/usr/lib --with-ncurses=/usr/lib --with-gd --with-gettext=/usr/lib --with-mysql-sock=/mysqld/mysql-socket/mysql.sock --with-mcrypt=/usr/lib --with-mhash=/usr/lib --enable-sockets --enable-mbstring=all --with-curl=/usr/lib --enable-mbregex --enable-zend-multibyte --enable-exif --with-bz2=/usr/lib --with-libxml-dir=/usr/lib --enable-soap --enable-pcntl --with-mysqli=/mysqld/bin/mysql_config --with-mime-magic --with-iconv --enable-dio --with-pdo-mysql=/mysqld Any idea ? Thanks --------------------------------- Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.