I admit to being a Linux noob, and I need some help. I have configured my SuSE 11.0 server using the "perfect" setup guide on HowtoForge, with some minor variations because I'm only hosting my own site. But now I find I need to re-configure PHP to allow for mssql_connect() statements, which I guess means including "freetds".
I have downloaded, extracted, and make/make installed "freetds", following the online documentation (no errors). However, I did not manually compile PHP originally, so I'm at a loss as to how to "compile" it "--with freetds" or whatever. I originally installed PHP from the command line using Yast (see the guide above).
Does anyone have any clue how I can enable freetds in my PHP installation without messing up everything that is already working?