hallo
I'v tried to install apache+PHP4+freetds because I have to make a connection over PHP to MSSQL 7.0. My steps are :
cd freetds
#cd apache-1.3.20
#configure
#cd ../freetds
#./configure --with-tdsver=7.0 --enable-lsdblib --enable-dbmfix --with-gnu-ld --enable-shared --enable-static
#make
#make install
#cd ../php-4.0.5
#./configure --with-apache=/usr/local/apache-1.3.20 --with-mysql --with-pgsql=/usr/local/pgsql --with-sybase-ct=/usr/local/freetds --enable-track-vars
#cd ../apache-1.3.20
./configure --activate-module=src/modules/php4/libphp4.a --with-layout=Apache
then it returns error :
/usr/i486-suse-linux/bin/ld: cannot find -lsybtcl
plz heelp
thanks