Maybe wrong mailing-list, but anyway, here it goes..
Trying to install Apache 1.3.22, PHP 4.0.6 and Sybase 11.0.3 on a Mandrake 8.1 box.
Sybase installs fine in /opt/sybase.
Apache install fine with ./configure --prefix=/usr/local/apache --enable-module=so
make && make install
Boot apache, no problems.
PHP ./configure --with-apxs=/usr/local/apache/bin/apxs --with-sybase-ct=/opt/sybase
make && make install gives no errors
Boot apache, PROBLEMS!!
Cannot load /usr/local/apache/libexec/libphp4.so into server:
/opt/sybase/lib/libcs.so: undefined symbol: intl_cstrbuild
What is the problem, does anyone know?
Running the above programs with php installad as a static module instead of a dynamic
one works fine so why doesn't this?
Best regards
Richard
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]