Having:
OS: CentOS 4.5 i386
DA: Latest 1.30.1
PHP: 5.2.3
Apache: 1.3.37
Wanted / Needed: XSLT / LibXSLT
Already done:
Installed libxml2-devel / libxslt-devel / libxslt / libxml
Installed PHP5.2.3, compiled whit:
#!/bin/sh
./configure \
--with-apxs \
--with-curl \
--with-curl-dir=/usr/local/lib \
--with-dom=/usr/lib \
--with-dom-exslt=/usr/lib \
--with-dom-xslt=/usr/lib \
--with-gd \
--with-gd-dir=/usr/local/lib \
--with-freetype \
--with-freetype-dir=/usr/local/lib \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-kerberos \
--with-mcrypt \
--with-mhash \
--with-mysql=/usr \
--with-pdo-sqlite=shared \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-sqlite=shared \
--with-xml \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--with-zip \
--with-openssl \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-track-vars \
--enable-mbstring \
--enable-memory-limit \
--enable-xslt
Restarting apache give the following error:
PHP Warning: PHP Startup: Unable to load dynamic library './apc/apc.so' - ./apc/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP info:
http://195.238.75.11/php
But software on the server still says::
http://195.238.75.11/~xct/test/install.php
So, now i need / wanted advice.....:s
Someone with some tips??
Thanks a lot!!!
OS: CentOS 4.5 i386
DA: Latest 1.30.1
PHP: 5.2.3
Apache: 1.3.37
Wanted / Needed: XSLT / LibXSLT
Already done:
Installed libxml2-devel / libxslt-devel / libxslt / libxml
Installed PHP5.2.3, compiled whit:
#!/bin/sh
./configure \
--with-apxs \
--with-curl \
--with-curl-dir=/usr/local/lib \
--with-dom=/usr/lib \
--with-dom-exslt=/usr/lib \
--with-dom-xslt=/usr/lib \
--with-gd \
--with-gd-dir=/usr/local/lib \
--with-freetype \
--with-freetype-dir=/usr/local/lib \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-kerberos \
--with-mcrypt \
--with-mhash \
--with-mysql=/usr \
--with-pdo-sqlite=shared \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-sqlite=shared \
--with-xml \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--with-zip \
--with-openssl \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-track-vars \
--enable-mbstring \
--enable-memory-limit \
--enable-xslt
Restarting apache give the following error:
PHP Warning: PHP Startup: Unable to load dynamic library './apc/apc.so' - ./apc/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP info:
http://195.238.75.11/php
But software on the server still says::
http://195.238.75.11/~xct/test/install.php
So, now i need / wanted advice.....:s
Someone with some tips??
Thanks a lot!!!