|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-05-22 03:57 UTC] joey at cvs dot php dot net
[2000-07-24 20:15 UTC] joey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 15 05:00:01 2025 UTC |
The php4.0RC2 in my computer(SUNOS 5.6) is able to connect with sybase 11.0.1, but unable to connect with sybase 11.5.1 How do I deal with such a problem? Static installation as follows: gunzip -c apache_1.3.12.tar.gz | tar xvf - gunzip -c php-4.0RC2.tar.gz | tar xvf - cd apache_1.3.12 ./configure --prefix=/usr/local/apache cd ../php-4.0RC2 ./configure --prefix=/usr/local/apache \ --with-apache=../apache_1.3.12 \ --with-sybase-ct=/sybase \ --with-config-file-path=/usr/local/include \ --enable-track-vars make make install cd ../apache_1.3.12 ./configure --prefix=/usr/local/apache \ --activate-module=src/modules/php4/libphp4.a make make install