I've been using PHP4PL2 without problems.
But I can not make this access to MSSQL Server , via freetds, come true.
What I've done is.
to install freetds :
./configure ---with-tdsver=4.2
gmake
gmake install
Apparently there was no problem after this
then, I recompile PHP4 this way:
./configure --with-mysql --with-apxs --with-sybase=/usr/local/freetds
Apparently there was no problem
then I edit httpd.conf to remove a line that was added by the rebuilding process of
php4
Then, when I type apachectl restart
there's a message telling me to check problem with
apachectl configtest
and what this command sends to standard output is
cannot load /etc/httpd/modules/libphp4.so into server : libsybdb.so.0:
cannot open shared object file: No such file or directory.
May be I am doing the wrong thing with ./configure parameters ?
Any suggestions ?
Thanks in advance.