Hi!
This is my first post on this forum so I want to say hello world and apologize for my bad English

I have problem during the re-installation of php5.1.1. Previously I had php5.1.1 running
On my RedHat 9.0 server, but I needed to recompile it with additional libraries (header files of mysql5 server for PDO extension). When I try to make install it gives me error:
Quote:
[root@cleanit php-5.1.1]# make install
Installing PHP SAPI module: cgi
Installing PHP CGI into: /usr/server/php5/bin/
Installing shared extensions: /usr/server/php5/lib/php/extensions/no-debug-non-zts-20050922/
Installing build environment: /usr/server/php5/lib/php/build/
Installing header files: /usr/server/php5/include/php/
Installing helper programs: /usr/server/php5/bin/
program: phpize
program: php-config
Installing man pages: /usr/server/php5/man/man1/
page: phpize.1
page: php-config.1
Installing PEAR environment: /usr/server/php5/lib/php/
/usr/server/source/php-5.1.1/sapi/cli/php: relocation error: /usr/server/source/php-5.1.1/sapi/cli/php: undefined symbol: xmlParserInputBufferCreateFilenameDefault
make[1]: *** [install-pear-installer] Error 127
make: *** [install-pear] Error 2
[root@cleanit php-5.1.1]#
|
To configure installation, I’ve use following command:
Quote:
'./configure' '--prefix=/usr/server/php5' '--with-config-file-path=/usr/server/php5' '--with-mysql=/usr/server/mysql5/' '--with-zlib' '--with-gd' '--enable-force-cgi-redirect' '--enable-bcmath' '--enable-calendar' '--enable-ctype' '--enable-dbase' '--enable-discard-path' '--enable-exif' '--enable-filepro' '--enable-ftp' '--enable-gd-imgstrttf' '--enable-gd-native-ttf' '--enable-inline-optimalization' '--enable-mbstr-enc-trans' '--enable-mbstring' '--enable-mbregex' '--enable-wddx' '--enable-bz2' '--with-dom=/usr/server/libs' '--with-ftp' '--with-gettext' '--with-jpeg-dir=/usr' '--with-mcal=/usr/include' '--with-mhash=shared' '--with-png-dir=/usr/lib' '--with-iconv' '--with-ncurses' '--with-xml' '--with-libxml-dir=/usr/server/libs/libxml' '--with-xslt-sablot=/usr/lib' '--enable-xslt' '--with-kreberos' '--enable-fastcgi' '--with-tiff-dir=/usr/local/' '--with-curl' --with-pgsql=/usr/server/pgsql811/
|
I don’t know what’s wrong… I’ve tried to install in many configurations, without any results.
Please help.
Gretz.